SCROLLING TEXT ON LCD USING PIC MICROCONTROLLER|Mikro C
SCROLLING TEXT ON LCD USING PIC MICROCONTROLLER: We can display any text on LCD using PIC microcontroller. Now in this tutorial we will examine how to scroll that display. It’s …
SCROLLING TEXT ON LCD USING PIC MICROCONTROLLER: We can display any text on LCD using PIC microcontroller. Now in this tutorial we will examine how to scroll that display. It’s …
In this article, we will learn how to interface a heartbeat sensor with Arduino and display the pulse rate on an LCD. Heartbeat Sensor is used as blood pressure and …
In this tutorial, we will introduce you to Reed switch, its working principle, interfacing with Arduino, and reading the switch through program sketches. A reed switch is basically an electrical switch which …
In this guide, we will learn about KY-026 flame sensor and use it with Arduino for fire detection. By the end of this article, you will be able to know …
In this tutorial, we will see how to interface the Hall effect sensor with Arduino. The Hall Effect sensor can detect and measure magnetic fields based on the Hall Effect …
In this project, we will learn to create a contactless tachometer which is also known as the RPM meter using a pic microcontroller. A contactless digital tachometer project is designed to …
This tutorial is an in-depth guide on I2C Communication using PIC Microcontroller. We will see I2C code examples with two popular compilers such as MPLAB XC8 and MikroC Pro. At …
In this tutorial, we will learn how to interface a buzzer module with Arduino. A buzzer module is an integrated device that uses a DC power supply and electronic transducers …
The photoresistor module is also known as the light-dependent resistor or LDR. This device is useful in detecting the presence, absence, or intensity of light. It has a light-sensitive resistor …
In this tutorial, we will focus on ESP8266 AT commands. The ESP8266 Wi-Fi module is basically a complete Wi-Fi solution, which has a self-contained integrated TCP/IP protocol stack that can …