EN / USD
634 Items
 Home
Blog
Arduino 74HC165 Interfacing: Increase Input Pins
Arduino 74HC165, Arduino 74HC165 interfacing, 74hc165 arduino, increase input pins arduino, arduino input pins
Hello friends, I hope you all are doing great. In today's tutorial, I am going to do an Arduino 74HC165 Interfacing and we will have a look at How to increase Input Pins of Arduino. 74HC165 is a shift register and works on the principal of Parallel In Serial Out. In my previous tutorial Arduino 74HC595 Interfacing: Increase Output Pins, we have seen How to increase the output pins of Arduino and today we are gonna do exact the opposite and we will increase the input pins. 74HC165 will take 8 parallel inputs from different sensors or buttons etc and will send them to serial OUT Pin, which will be connected to Arduino. So, if you are working on a project where you want to get data of 15 or 20 digital sensors then you can use this shift register and ...
Blog
LED Blinking using 555 Timer
LED blinking projects, Sequence blinking of LEDs, Sequence blinking of LED using 555timer, Sequential blinking of LEDs using 555timer in proteus ISIS, LED projects in proteus isis
Hello friends, hope you all are fine and having fun. Today I am going to share my new tutorial which is Sequential LED Blinking Using 555 Timer in Proteus ISIS. If you recall our one of previous tutorials, which was ‘Multiple LED Flashing Project Using 555 Timer in Proteus ISIS’, but in today’s tutorial we are going to take the same concept to a next level and we are going to make the LEDs blink in either ascending or descending order. It is a very simple tutorial like the previous one, but the only change is, in this project we have added a Shift Register (4017) next to 555 Timer. 4017 is a Serial IN Parallel OUT Shift Register, which means, at input port it takes data in Serial manner and at output port it will give data in Parallel manner. All ...
Blog
IRF520 MOSFET Datasheet, Pinout, Features & Applications
Introduction to irf520, irf520 pinout, irf520 features, irf520 applications
Hi Guys! Hope you’re well today. Happy to see you around. Today, I’ll walk you through the Introduction to IRF520.The IRF520 is an N-channel power MOSFET mainly used for switching and amplification purposes. It comes with a breakdown voltage of around 100V and a low gate threshold voltage is 4V, making it an ideal pick for microcontroller applications. I suggest you read this post all the way through as I’ll detail the complete Introduction to IRF520 covering datasheet, pinout, features, and applications. Let’s get started. Introduction to IRF520 MOSFET The IRF520 is an N-channel power MOSFET mainly used for switching and amplification purposes. It comes with three terminals named: gate, source, and drain and is available in the TO-220 package. It is important to note t ...
Blog
Introduction to BC327
Introduction to BC327, bc327 pinout, bc327 power ratings, bc327 applications
Hi Friends! Glad to see you here. I welcome you on board. In this post today, I’ll be discussing the Introduction to BC327. BC327 is a bipolar junction transistor that falls under the family of PNP transistors. It is composed of silicone material and is used to drive load under 800mA. It’s a current-controlled device that carries three pins where small current generated at the one terminal is used to control large current at the other terminals. Read this post all the way through as you’ll get to know all nuts and bolts of BC327 covering pinout, working, power ratings, applications, and physical dimensions. Let’s get started. Introduction to BC327 BC327 is a PNP bipolar junction transistor that comes in the TO-92 package and is used for switchi ...
Blog
LM4558 Dual Op-Amp Datasheet, Pinout, Features & Applications
Introduction to lm4558, lm4558 pinout, lm4558 power ratings, lm4558 applications
Hi Friends! I welcome you on board. Happy to see you around. In this post today, I’ll walk you through the Introduction to LM4558.LM4558 is a dual-operational amplifier that comes with two amplifiers on board. This device belongs to the LM’xx’ family where LM stands for linear monolithic which means, it is made of analog components that are incorporated into the silicon piece. This component comes with an internal frequency compensation method that guarantees the device's stability without the need for external components. I suggest you read this post all the way through as I’ll detail the complete Introduction to LM4558 covering datasheet, pinout, features, and applications. Continue reading. Introduction to LM4558 LM4558 is a monolithic dual-operational amplifier that carries ...
Blog
Introduction to BD136
Hello Guys! Hope you’re well today. I welcome you on board. In this post today, I’ll walk you through the Introduction to BD136. BD136 is a medium power general-purpose transistor mainly used for switching and audio amplification purposes. It belongs to the PNP transistor family and comes with collector current 1.5A, indicating it can drive loads under 1.5A. The amplification factor ranges from 40 to 250, which means it can amplify the input signal up to 250 times. Both collector-emitter and collector-base voltages are 45V while the emitter-base voltage is 5V, indicating only 5V is required to bias this transistor. I suggest you read this entire post, as I’ll be detailing complete introduction to BD140 covering pinout, working principle, power r ...
Blog
Ultrasonic Sensor Arduino Interfacing
Ultrasonic Sensor Arduino Interfacing, SONAR Arduino interfacing, how to interface ultrasonic sensor with Arduino, Interfacing ultrasonic sensor with Arduino, Interfacing SONAR with Arduino, SONAR pinout, Ultrasonic sensor pinout, how to interface Arduino with ultrasonic sensor
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I would like to provide a complete discussion on Ultrasonic Sensor Arduino Interfacing. I would like to tell you some detail about ultrasonic sensor, after that we will move towards ultrasonic sensor Arduino interfacing. Ultrasonic sensor is also known as SONAR sensor. SONAR basically stands for Sound Navigation and Ranging. Ultrasonic is mostly used for the distance measurements. It can also be used for measuring the depth of the sea. I have already shared Ultrasonic Sensor Library for Proteus. Ultrasonic/SONAR sensor is an electronic device used to estimate the distance of an object by continuously transmitting sound waves at a particular frequency and listens to tha ...
Blog
LPG Gas Leak Detector using Arduino
LPG Gas Leak Detector using Arduino in Proteus ISIS, gas leak detector, gas leak detect, gas leakage detector
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share a new project named LPG Gas Leak Detector using Arduino in Proteus ISIS. Before reading this tutorial, you must first download the Gas Sensor Library for Proteus because we are gonna use that Library and will simulate the Gas Sensor in Proteus. In this library you will find eight sensors and all of them works exactly the same so that's why we are gonna use one of them. For LPG Gas Leak Detector Project I have used MQ-2 sensor which is used for detection of LPG gas. I have also used Arduino UNO board which you can simulate in Proteus using Arduino Library for Proteus. Moreover, I have also placed an LCD which will display either LPG gas Leak Detected or ...
Blog
ESP32 Over The Air (OTA) Web Updater
ESP32 OTA web updater, Code for OTA web updater implementation in ESP32, Code description, Serial monitor, Testing, Test code, Test code description, How to generate a bin file, LED blink
Hello readers, I hope you are all doing great. In this tutorial, we are going to discuss the OTA web updater on the ESP32. We already covered the fundamentals of OTA programming in ESP32, in our previous tutorial where we used the Arduino IDE to upload OTA code into the ESP32 module using the network port. In the OTA web updater, you need to create a web server page for OTA programming. [caption id="attachment_166886" align="aligncenter" width="1920"] ESP32 OTA web updater[/caption] Fig.1 ESP32 OTA web updater Over the Air Web Updater "Over-the-air" refers to the ability to wirelessly download an application, configuration, or firmware to internet-enabled devices, also known as IoT. (OTA). It functions similarly to our computers, laptops, tab ...
Blog
Introduction to MCP23008
introduction to mcp23008, mcp23008 pinout, mcp23008 working,mcp23008 application, mcp23008 features, mcp23008 arduino interfacing, mcp23008 applications, mcp23008
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at detailed Introduction to MCP23008. MCP23008 provides an 8-bit parallel input/output expansion for I2C bus and SPI applications. It has 8-bit configuration registers for input, output and polarity changing. The master device can enable input and output pins of MCP23008 by writing the Input/output configuration bits. A polarity of the input port register can be inverted with the polarity of the inversion register and all registers can be read by the system master. MCP23008 is used in different industrial and class projects where I2C and SPI interfacing is required simultaneously. In today's post, we will have a look at its pinout, features, specifications ...