Arduino MP3 Player with voice control using HC-05 Bluetooth Module and DFplayer mini

voice_controlled_mp3_player

Overview In this project we show you how you can make an Arduino mp3 player and control it using voice commands. For voice recognition and sending the commands to Arduino we use a free app from Google Play Store(link below). An HC-05 Bluetooth Module is being used to receive the voice commands sent from a … Read more

0.96 inch I2C OLED Display with Arduino

I2C OLED Display with Arduino

Overview Discover how to kickstart your OLED display projects with Arduino! Learn step-by-step guidance, wiring, and code example to get started with I2C OLED Display with Arduino effortlessly. Read about OLED displays: https://www.oled-info.com/oled-introduction Wiring the OLED Display to Arduino To connect an OLED display to an Arduino, you will need an OLED display module, such … Read more

DIY Home Security: Arduino Intruder Alarm System with ESP32 & Blynk Cloud Integration

Arduino Intruder Alarm System

Overview Welcome to this comprehensive tutorial on building your very own Arduino Intruder Alarm System. In this tutorial, we’ll guide you through the process of creating a robust and effective security system using the Beetle ESP32 C3 board, DF robot mm wave Radar (human presence sensor), and Blynk Cloud integration. This project will enable you … Read more

YouTube Channel Statistics Display with NodeMCU(ESP8266) and I2C OLED Display – Easy

YouTube-Channel-Statistics-Display-with-NodeMCU

In this project we are goin to make a YouTube Channel Statistics Display with NodeMCU(ESP8266). In this project we make you familiar using and OLED with NodeMCU and using Google Cloud Console . We are reading the channel statistics using the Google API service and displaying that data to the OLED. This project can be … Read more

DHT11 with Adafruit.IO: Temp and Hum Monitoring with NodeMCU

DHT11 with Adafruit

Overview This project aims to acquaint you IoT(internet of things) using the DHT11 with Adafruit.io platform. By incorporating the DHT11 temperature/humidity sensor, we capture real-time data and transmit it to Adafruit.io. The focus lies on establishing two-way communication between Adafruit.io and NodeMCU, providing a practical demonstration of seamless interaction. Watch it on YouTube. Components Required … Read more

Useful Automatic Room Light Control Using Arduino and PIR Sensor HC-SR501

PIR_LED_Arduino

Overview In this project, we are going to create an automatic light control system using an Arduino and PIR sensor. The PIR sensor detects the presence of a person in the room and sends a signal to the Arduino, which then controls the light accordingly. This project is an excellent starting point for beginners who … Read more