Alarm Clock with Arduino.
In the first example, we will send “Hello world” command to blink the LED. In the second example, we will do bidirectional communication.
A simple project template showing how to establish a connection between two ESP32-based devices. Works both in LAN and through the Internet.
ESP8266 ESP-01 chip provides a really low cost and effective way to communicate over the internet.
ESP8266 is the best module for simple IoT projects but we need to flash compatible firmware on it so it can work smoothly with the hardware.
My project helps visually challenged people to walk without crashing into walls and obstacles. This help them to live freely
This project is using my MusicWithoutDelay library to play multiple sounds at the same time.
This project will guide you to set up an alarm system using a motion detector.
Control a Servo Motor with Arduino and a pushbutton. Servo only rotate when the pushbutton is pressed.
There are a lot of tutorials, on how to control Servos with joysticks, or analog sensors, but sometimes we need to control them with buttons
In this tutorial, you are going to learn about interfacing the button with Arduino using the Arduino digitalRead function.
nRF24L01 radio transceiver provides very efficient and inexpensive way to establish communication between microcontrollers.
Traffic of cars and pedestrians are controlled by using simple components like LEDs, resistors, switches and Tiva Launchpad.
User will first scan the right tag and then enter the password for that tag to open the door lock. Master tag will add/rem other tags.
Able to point in a specific direction or turn by degrees, this motor is a staple in home automation and robotics.
Beatiful Candle with ESP8266 and WS2811 BreakOut
An in-depth exploration of controlling your Arduino with a button!
My project is a button controlled siren with different LED transitions. You can change the siren sound with each press.
It's an arduino based game in which one player will throw light using push buttons and other player have to catch light using joystick
A few cool techniques to help you level up and get the job done.
Instead of a blinking an LED, why not blink fire? In this tutorial, I'll show you how.
Wait for light - press a button. So simple but so funny. All our family plays the game.
It is an amazing RGB LED light. It will be reacting on the music and will be showing colorful lights.
This project is meant to teach how to access Digital IO pins in ATmega328P in Assembly as well as C code.