How To Blink Led Using ESP32

Overview Step 1: You must first download and install the Arduino IDE, which you can download from https://www.arduino.cc/en/Main/Software for free. If you have already installed the Arduino IDE on your computer, make sure it is the latest version of the IDE because the older version does not include the ESP32 board. Step 2 – After…

Read More

LED Interfacing with 8051

Introduction Hi everyone, in this article we will see how to interface LED with 8051 using Keil IDE and proteus. Components Required LED Light Emitting Diode. These are the semiconductor light sources, Commonly used LEDs will have a cut-off voltage of 1.7V and current of 10mA. When an LED is applied with its required voltage…

Read More

How to Blink an Led Using PIC Microcontroller

In this tutorial we will learn How to Blink an LED with PIC Microcontroller using MPAB XC16 Compiler. Recently Microchip released a series of development tools including MPLAB X IDE and MPAB XC Compilers. MPLAB X IDE is a software that runs on a computer intended to develop applications for Microchip’s Microcontrollers and Digital Signal Controllers. It can be used…

Read More