Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share a Traffic Signal Control using Arduino. Few days earlier, I have posted the same tutorial but it was Traffic Light Signal Using 555 Timer in Proteus ISIS and today we will do the same thing but using Arduino programming. Its quite a simple but good starting project on Arduino. So, if you are new to Arduino then must give it a try.
Traffic Signal Control is quite a usual thing. We see traffic signals daily on our roads and usually engineers are asked to design such projects in their initial semesters. If we look at the traffic signals then we can see they are simply turning ON and OFF lights at some fixed regular intervals. and the pattern is quite simpl ...
Hello friends, I hope you all are well. Today, we are going to share the second version of the Solar Panel Library for Proteus. You should also have a look at the first version of the Solar Panel Library, which we have posted around 2 years back and we were receiving suggestions to reduce its size as there's less space left for other components.
That's why we have designed this new Solar Panel Library and have reduced the size of the solar panel. We have also added a new black solar panel component to it. So, this library contains 2 solar Panel modules in it. First, let's have a look at a brief introduction to Solar Panel and then will download the Proteus Library zip file.
What is Solar Panel?
Solar Panels are designed using solar cells compos ...
Hey Guys! Hope you are doing great. I always try to fill your appetite with relevant information you can excel and grow in your field. Today, I am going to unlock the details on the Introduction to 2n2907. It is basically a PNP bipolar junction transistor (BJT) which is mainly designed for switching and low power general purpose amplification applications. It has an ability to operate at very high speed and moderate temperature. I'll try to cover every aspect related to this transistor, so you don't have to go anywhere else for finding the information regarding this transistor. You can also check Introduction to 2n2222 which is complementary NPN transistor of this PNP transistor. Let's hop on the board and explore what it does and what are its mai ...
Hi Guys! Hope you’re well today. I welcome you on board. In this post, I’ll walk you through How to Install PCBWay Plugin for FreeCAD PCB Software.
Before we move further and help you with the installation of the plugin, let’s get a brief introduction to the FreeCAD software.
FreeCAD is a free and open-source parametric 3D modeler used to design real-life objects. With parametric modeling, you can easily modify your design and change its parameters. The tool is mainly used in mechanical engineering for product design and also proves to be handy in electrical engineering for electronic board designs. It supports Windows, Linux and macOS operating systems. Python programming language is primarily used to extend the overall functioning of the software.
Hope you’ve got an ...
Hello friends, I hope you all are doing great. In today’s tutorial, we will have a look at Introduction to 16x2 LCD Module. LCD stands for liquid crystal display it is mostly used in different electronic projects and devices to display different values. LCD uses liquid crystals for the generation of visible images. 16 x 2 liquid crystal display is a basic LCD module used in DIY electronic projects and circuits. In this LCD module, there are two rows every row consists of sixteen numbers.
With the two rows in this module, there are sixteen columns. The VA dimensions of these modules are (66 x 16) millimeters and the thickness is 13.2 millimeters. Its operating voltage is plus five or plus three volts. In today's post, we will have a look at working, applications, circuits, features, adv ...
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share a complete project with you guys. Its an Intelligent Energy Saving System which I designed around two years ago. So, today I thought to share it so that others could also get benefit. In this project, I have used Arduino UNO board for programming purposes. Its not much complicated project but is the basic for many complex projects.
Energy, is a small word, but is the problem of whole world. Particularly when we are talking about electrical energy. IF you consume more electrical energy then you will get quite huge bill at the end of the month. :P So, there's always work done on reducing the consumption of electrical energy and also we compare energy cost ...
Hello readers, hope you all are doing great. In this tutorial, we are going to discuss a mechanism that allows users to update the ESP32 with a new program wirelessly or over the air (without using a USB cable to upload a new program).
Over-The-Air (OTA) programming
Fig. 1 ESP32 OTA
OTA programming is the mean by which a product manufacturer or product service provider can update the features or functionality of the device wirelessly or over the air, after the device has been deployed in the field where connecting a cable or uploading the code serially is difficult.
One key advantage of OTA is that a single central node can send an update to multiple ESPs on the same network.
The device must have a provisioning client capable of receivin ...
Hi Guys! Hope you are doing well. In this platform, we always strive to keep updated with valuable information related to engineering and technology. Today, I'll discuss the detailed Introduction to CD4047. It is a CMOS Low Power monostable/astable multivibrator mainly used for converting DC current signal to AC signal.
This inverter proves to be very handy in some countries where load-shedding creates a significant problem as it comes with an ability to store electrical energy and discharge it in the absence of main electrical power.
In this tutorial, I'll cover the entire details on this inverter, its main features, working, and applications. Let's dive in and explore everything you need to know about this inverter.
Introduction to CD4047
CD40 ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to give you a detailed Introduction to ATmega328. ATmega328 is an Advanced Virtual RISC (AVR) microcontroller. It supports 8-bit data processing. ATmega-328 has 32KB internal flash memory.
ATmega328 has 1KB Electrically Erasable Programmable Read-Only Memory (EEPROM). This property shows if the electric supply supplied to the micro-controller is removed, even then it can store the data and can provide results after providing it with the electric supply. Moreover, ATmega-328 has 2KB Static Random Access Memory (SRAM). Other characteristics will be explained later. ATmega 328 has several different features which make it the most popular device in today's market. ...
Hello friends, I hope you are all fine and will be doing something interesting in your life. in today's post, I am going to discuss Introduction to DHT22. It is a temperature and humidity measure sensing device. It is easily used but it needs a specific time for an operation. Its temperature measuring range is from -40 to +125 degrees Celsius with +-0.5 accuracy. This sensor measures moisture content and temperature. This sensor is easily connected to other microcontrollers.
DHT22 plays an important role in our environment in measuring temperature and moisture. It is a low cost easy-to-use small sensor. This sensor is used at different weather stations to measure temperature and ratio of moisture in the air, in this way, they tell about tem ...