Use Timers of Pic Microcontroller with Examples
In this article, we will explore the different timer types in the PIC 18F452 microcontroller, examine their functionalities, and learn how to generate delays using timers and interrupts with mikroC …
In this article, we will explore the different timer types in the PIC 18F452 microcontroller, examine their functionalities, and learn how to generate delays using timers and interrupts with mikroC …
In this tutorial, we will discuss the Arduino USB to TTL converter. At first, we will look at the brief introduction along with its benefits. Then we will see the …
In this tutorial, we are going to learn how to interface an LED matrix with a PIC microcontroller. A dot matrix LED displays a 2-dimensional patterned array of LEDs used …
In this article, we will talk about photodiode. It is basically a light detector semiconductor device that converts the light energy into current or voltage. This conversion depends on the …
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 …