EN / USD
939 Items
 Home
Blog
Arduino Lilypad Simulation in Proteus
Arduino Lilypad Simulation in Proteus, Arduino Lilypad Project in Proteus, Arduino Lilypad in Proteus, Arduino Lilypad Proteus design,Arduino lilypad with proteus
Yesterday, I have posted a new Arduino Lilypad / Nano Library for Proteus in which we have seen how to add that library into Proteus so that you could be able to use these boards in Proteus. That was quite easy. Today I am gonna post a small project in which we will see how to use that library and produce an Arduino Lilypad simulation in Proteus. In this Arduino Lilypad simulation in Proteus, I am gonna use obviously he Arduino Lilypad board along with few LED lightsand will make them blink. Its also quite easy and you can also download the simulation and the hex file at the end of this project but I would suggest you to do it yourself so that you learn something out of it. Before starting this project, you must have first integrated the Arduino L ...
Blog
Introduction to myRIO
Introduction to myRIO, getting started with myRIO, how to use myRIO, how to use myRIO for the first time, myRIO basics, basics of myRIO, myRIO pinout, myRIO pins, myRIO pin configurations, myRIO featuess, myRIO ratings, myRIO applications
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I would like to give a detailed discussion on Introduction to myRIO. myRIO is basically a sort of micro controller introduced by National Instrument (NI), that is why it is sometimes known as NI myRIO. First of all I would like to tell you a bit about this device then we will move further. After listening its name i.e. myRIO, the first question comes in mind that what is this RIO. So, RIO is basically abbreviated from Re-configurable Input/Output. myRIO is a portable device and students can easily use it for the design and control of robots and may other systems quite efficiently. It operates on the frequency 667 MHz. myRIO has dual core ARM cortex A9 programmable proc ...
Blog
Interface 7-Segment Display with Raspberry Pi 4
How to interface 7 Segment Display using Raspberry Pi 4, 7 segment with raspberry pi 4, 7 segment rpi4, rpi4 with 7 segment
Thank you for being here for today's tutorial of our in-depth Raspberry Pi programming tutorial. The previous tutorial taught us how to install a PIR sensor on a Raspberry Pi 4 to create a motion detector. However, this tutorial will teach you how to connect a single seven-segment display to a Raspberry Pi 4. In the following sections, we will show you how to connect a Raspberry Pi to a 4-digit Seven-Segment Display Module so that the time can be shown on it. Seven-segment displays are a simple type of Display that use eight light-emitting diodes to show off decimal numbers. It's common to find it in gadgets like digital clocks, calculators, and electronic meters that show numbers. Raspberry Pi, built around an ARM chip, is widely acknowledged as ...
Blog
Introduction to Double Layer PCB
double layer pcb, double layer pcb manufacturing process, double layer printed circuit board, PCB double layer
Hello! Friends I hope you are all fine. In today's article, we tend to unlock the details on the double sides of PCB which is a type of PCB. It comes with a conductive copper layer on both sides of the board, unlike single layer PCB which has only layer one side of the board. I will try to elaborate on each and everything about double-sided PCB with the best of my effort. So you do not need to move your attention to another source for elaborating this article. In this article, we illustrate the double-layer PCBs, their advantages and disadvantages. We will also study double-layer construction methodology, its applications. In termination, we will discuss the conclusion of today’s article. Let’s start our article by exploring PCB and its main appli ...
Blog
Introduction to LM335
LM335 Pinout, LM335 basics, basics of LM335, Introduction to LM335, getting started with LM335, how to get start with LM335, LM335 proteus, proteus LM335, LM335 Proteus simulation
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge about Introduction to LM335. LM 335 is basically an Integrated Circuit (IC) for precise temperature sensor. LM-335 operates on a current range 400uA-5mA having resistance less than 1 ohm. At 10mV/K, its absolute temperature becomes directly proportional to the breakdown voltage. LM-335 operates as two terminal zener diode. At the temperature ranging from -40 degree Celsius to 100 degree Celsius, LM 335 can be used for each type of temperature sensing purposes. This device is available in different dimensions and in different sizes. LM-335 is most commonly available in the market due to its unique features including e.g. large temperatur ...
Blog
Drag and Lift in Fluids
drag in fluids, lift in fluids, fluids drag, fluids lift, drag and lift in fluids, parallel surface fluids
It is one of the most critical topics whenever. It is related to the resistance a fluid faces in motion. A fluid exerts a force on a body in a different direction. Now the main question is, what is drag? And what do we know about it? What is Drag? The definition of drag is as follows: The force exerted on a flowing fluid in the direction of fluid flow is called drag. Some of the essential key points related to the drag are as follows: In order to elaborate on the drag force through an example. The body is attached to calibrated spring, and it is used to measure the displacement in the direction of flow.  The drag balances are one of those devices that are commonly used to measure the drag force. It is not wrong to say that the drag force is much similar to the frictional force. ...
Blog
ViewModels in ASP.NET Core
ViewModels in ASP.NET Core,ViewModels ASP.NET Core, asp.net core ViewModels, ViewModels in ASP NET Core
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at How to Create ViewModels in ASP.NET Core. It's our 9th tutorial in ASP.Net Core series. We have already covered Controllers, Models & Views in our previous lectures and now it's time to understand this fourth pillar of MVC architecture. ViewModel is not an integral part of MVC architecture and can be ignored in simple projects but in complex applications, we have to use ViewModel as it adds flexibility in the project. So, let's have a look at ViewModels in ASP.NET Core: ViewModels in ASP.NET Core ViewModels in ASP.NET Core ( also called Data Transfer Objects [DTO] ) are used to send Models data from Controll ...
Blog
Unsung Heroes of Engineering Companies in USA
Unsung Heroes of Engineering Companies in USA
Hello everyone, I hope you all are doing great. Today, I am going to share a very simple tutorial named Unsung Heroes of Engineering Companies in the USA. From time to time, daring engineers take up projects which are at face value, impossible. However, with much persistence and planning, their efforts pay off and the world is granted splendid structures. Unfortunately, some of these great people never get any recognition for their work. This article looks at unsung heroes of engineering companies in the USA: Frank Julian Sprague (General Electric) Sprague was never an employee of General Electric, but his contribution to the invention of the electric motor was quite significant, to the extent that he fought to have Edison’s Medal of Honor changed ...
Blog
Form Validation in ASP.NET Core
Form Validation in ASP.NET Core, Validation in ASP.NET Core, Validation ASP.NET Core, asp.net core validation, validation attributes in asp.net core
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at Form Validation in ASP.NET Core. It's our 15th tutorial in ASP.NET Core series. In our previous lecture, we have created a Registration Form for our engineering website. But we haven't added any validations on the submitted data. So, even if users don't fill any boxes and just hit the Register Button, a new user will be created without any personal info. So, today we will place some checks on these text boxes to validate the user submitted data. So, let's get started with it: Form Validation in ASP.NET Core Validations in ASP.NET Core are available in the form of attributes & Tag Helpers. Validation Attributes are applied on Properties in Model clas ...
Blog
Top Embedded ICs to Learn in 2023
Top Embedded ICs to Learn in 2023, embedded IC
Hey readers! Welcome to the engineering world where we are talking about the embedded system today. Integrated circuits are the most important unit of embedded technology. With the advancement in the working of integrated systems, new designs and technologies are being introduced to embedded circuits. The explosion of the new varieties of ICs is ample evidence of the promising future of embedded engineering. Semiconductor vendors are unleashing new variety in the market.  For engineers and workers, this is a challenge to get command of the latest trends. Even getting updated in multiple trending ICs is difficult but we have made your research easy. This article has the list of top embedded integrated circuits that are in trend and you must know them. Not only the introduction but hav ...