Introduction This commentary will provide an in-depth analysis of the key developments highlighted in the article titled “u-blox Module Release, STMicro, and Arduino: Please find the compilation of the latest news on IoT Communications below: The article is an account of the latest announcements and releases in three significant players in the IoT hardware – […]
Projects
Simple Event Counter
The miniscule event counter based on a microcontroller is built using the affordable Digispark Attiny development board. A benefit of this design is that it can be connected to its trigger input regardless of whether it is an active or passive switch. Every time the switch is turned on, the microcontroller will count the event […]
PS/2 Keyboard Or Mouse using Arduino
Arduino is not restricted to receiving data from sensors only; you have the ability to also link a full-size PS/2 keyboard and type as you would on a traditional computer. Attaching a keyboard to an Arduino may seem strange (since it’s a small microcontroller), however, it should be noted that an Arduino has greater processing […]
Play Midi Files From an SD Card Using Your Arduino UNO
Save MIDI files on an SD Card and use an SD shield connected to your Arduino to play these songs on a MIDI device. This project demonstrates the development of a MIDI player using Arduino. The Arduino is connected to a DS1307 Data Logger Shield that has an SD Card reader. A MIDI stream is […]
PIR Motion Sensor With Arduino in Tinkercad
We will learn how to detect movement in a space using a PIR motion sensor and Arduino’s digital input. We will set up a circuit with a breadboard and use basic Arduino code to manipulate a solitary LED. We will utilize Tinkercad Circuits to replicate the circuit, enabling you to follow the process without any […]
Model Airplane Autopilot using Arduino
Hello everyone! My age is twenty years. I started using my Arduino for the first time during Christmas, and I have been busy working on Arduino projects to create this instructable for you. I trust that it will be beneficial! The purpose of this project was to build a stepping stone from remote controlled flight […]
How to use a Piezo element to detect vibration using Arduino
This tutorial shows you how to use a Piezo element to detect vibration, in this case, a knock on a door, table, or other solid surface. A piezo is an electronic device that produces a voltage when it undergoes physical deformation from a vibration, sound wave, or mechanical strain. Likewise, applying voltage to a piezo […]
“HiFi” Online Radio: Internet Streaming With ESP32 and VS1053
Instructions on creating an Internet Radio Streamer with the ESP32 and the MP3 decoder “VS1053”. Numerous tutorials exist for a device like this online (many of which provided the information and ideas I needed), but I decided to share my own version as I had to find unique solutions to meet the requirements of my […]
Beat the Heat: DIY Temperature-Controlled Fan Speed Regulator
This project is an independent fan speed regulator that automatically adjusts the speed of an electric fan based on real-time feedback. The use of embedded system technologies like a microcontroller and closed-loop control architecture enables successful and reliable temperature regulation. The ATMega8/168/328 microcontroller allows for rapid adjustment of fan speed based on real-time sensor information. […]
Automatic Pet Feeder using Arduino
Today we are constructing an Arduino-based Automatic Pet Feeder that can dispense food to your pet at scheduled times. It includes a DS3231 RTC Module to establish the feeding schedule for your pet with accurate time and date settings. Therefore, the device will automatically dispense or refill the food bowl at the set time based […]