Interrupts

ESP32 Timers & Timer Interrupts ESP32 Timers & Timer Interrupts

There are times when you need something to happen on time and that’s where timers and timer interrupts come to play. A…

ESP32 Interrupt Tutorial ESP32 Interrupt Tutorial

Interrupts are used to handle events that do not happen during the normal execution of a program but when a specific…

Water Flow Sensor using Arduino Measuring water Flow Rate and Volume using Arduino and Flow Sensor

If you have ever visited large scale manufacturing companies, the first thing you will notice is that they are all automated.…

External Interrupts on MSP430 Interrupts in MSP430 – Writing GPIO Interrupt Program using Code Composer Studio

Consider a simple digital watch which is programmed to just show you time, now imagine you want to change its time zone. What…

AC Fan Speed Control using Arduino and TRIAC AC Fan Speed Control using Arduino and TRIAC

WARNING!! The circuit diagram discussed in this project is only for educational purposes. Be advised that working with 220V AC…

Arduino Interrupts Tutorial Arduino Interrupts Tutorial

Consider a fast-moving car, if it suddenly gets hit by another car in opposite direction, the first thing that happens is that…

How to Use Interrupts in STM32F103C8 How to Use Interrupts in STM32F103C8

Interrupts is a mechanism by which an I/O or an instruction can suspend the normal execution of processor and gets itself…

How to Use Interrupts in PIC16F877A Microcontroller How to Use Interrupts in PIC16F877A Microcontroller

In this tutorial we will learn how to use an External Interrupt in PIC Microcontroller and why/where we will need them. This is…

Arduino Timer Tutorial Arduino Timer Tutorial

The Arduino Development Platform was originally developed in 2005 as an easy-to-use programmable device for art design projects…