About This Candle & How to Read This Instructable Here’s my take on a LED candle that offers the full experience of a real candle. Start to finish. Be sure to watch the YouTube video below! Background: I bought my first Arduino about 3 years ago with a LED candle project in mind. I wanted to make […]
Projects
LM35 and Arduino – Temperature Measurement and Display on LCD
In this article, we are presenting a tutorial on how to interface LM35 and Arduino along with its program. Once we successfully interface arduino and lm35, we will go on to build a temperature display using arduino and a 16×2 LCD module which constantly monitors temperature around the measurement field/range of LM35 and displays the […]
Magic Button 4k: the 20USD BMPCC4k Wireless Remote Control
Many people have asked me to share some details about my wireless controller for the BMPCC4k. Most questions were about the bluetooth control, so I’ll mention a few details about that. I am assuming you are familiar with the ESP32 Arduino environment. This version of the remote can control the recording, focus and aperture of […]
How to Make Arduino Based Collision Detection Warning System
This is arduino based collision detection warning system. This kind of system is fastest growing safety feature in automotive industries. Such system enables vehicles to identify the chances of collision and give visual and audio warning to driver. So that driver can take necessary action to avoid collision. This project idea is based on arduino […]
How to Make an Audio Player with Speaker Using the Arduino Uno!
This Arduino project is a simple and fun project you can build in 10-15 minutes. The result of this make will be an Arduino audio player that plays “.wav” files. It consists of a speaker, a simple transistor acting as an amplifier, and a micro-SD card adapter with a micro-SD card in it where the .wav […]
How To Make a Simple Variable Frequency Generator Using Arduino
A frequency generator is a very handy device in electronic design, development, testing and trouble shooting. It is such a kind of device which can generate the required frequencies which can be then applied directly to the target device for testing it. There are frequency generators which can generate the required waveform like sine wave, […]
How to make a Smart Cane for the Visually Impaired with Arduino
I wanted to make something for them to help the visually impaired become independent, so I created an open source Arduino project for a Smart Cane. This Arduino smart cane can assist with walking alone in new environments by taking inputs through an obstacle sensor (ultrasonic sensor) and providing feedback to the person through haptics […]
Make your own programmable thermostat for $66 with Arduino
This project will show you how you can create your own programmable thermostat with temperature probe, an LED readout and ability to remote control outlets. The core of this project is actually a driver for a 4 digit seven segment display. There are lots uses for such a device. You can purchase something called a PID […]
Measure Sound/Noise Level in dB with Microphone and Arduino
Noise pollution has really started to gain importance due to high population density. A normal human ear could hear sound levels from 0dB to 140dB in which sound levels from 120dB to 140dB are considered to be noise. Loudness or sound levels are commonly measured in decibel(dB), we have some instruments which could measure the […]
Mobile Phone Controlled Robot Car using G-Sensor and Arduino
In this article, we are going to Control the Robot Car through the G sensor of our mobile phone and you will be able to move the Robot just by tilting the Phone. We will also use Arduino and RemoteXY app for this G-Sensor Controlled Robot. RemoteXY app is used to create the interface in […]