How to Use Arduino Interrupts
Interrupt is extremely useful when dealing with all kinds of processes that needs attention at unexpected time or when expecting a certain event or signal at indefinite and unknown time. … Read More
Interrupt is extremely useful when dealing with all kinds of processes that needs attention at unexpected time or when expecting a certain event or signal at indefinite and unknown time. … Read More
This is my own version of automatic (No touch / touchless) alcohol / sanitizer dispenser. This is especially useful during this COVID19 pandemic. In here, we will be using an … Read More
This tutorial is about the commonly use HC-SR04 ultrasonic sensor. We will give some details about it, explain how it works, and at the last part we will create an … Read More
This is a worldwide viral meme music is known as Astronomia Meme and Funeral Dance. The origin of these viral videos is Ghana, a country of Western Africa. The tradition … Read More
I have here an L293D Motor Driver Shield V1. It has 2 pieces L293D dual H-bridge motor driver IC to be able to provide control to a total of 4 … Read More
The L298N motor driver module is a cheap solution when you need to drive a 2 DC motors or 1 stepper motor. It is a popular motor driver module to … Read More
In my desire to tinker with the SD card, I come up with a plan to create a mini karaoke player using Arduino microcontroller, Keypad and LCD shield as keypad … Read More