Projects

Arduino Relay Control Tutorial. e1630733115737

Arduino Relay Control Tutorial

LED Blinking is a very common and almost first program for every embedded learner or beginner. In which we blink an LED with having some delay. So today we are here with the same project but here we will use an AC bulb instead of normal LED and will blink an AC bulb. Whenever we […]

Arduino Metal Detector

Arduino Metal Detector

Metal Detector is a security device which is used for detecting metals which can be harmful, at various places like Airports, shopping malls, cinemas etc. Previously we have made a very simple Metal detector without a microcontroller, now we are building the Metal Detector using Arduino. In this project, we are going to use a […]

Smart Blind Stick using Arduino

Smart Blind Stick using Arduino

Ever heard of Hugh Herr? He is a famous American rock climber who has shattered the limitations of his disabilities; he is a strong believer that technology could help disabled persons to live a normal life. In one of his TED talk Herr said “Humans are not disabled. A person can never be broken. Our […]

Arduino Calculator using 4x4 Keypad

Arduino Calculator using 4×4 Keypad

Programming is always fun and Arduino is a wonderful platform if you are just getting started with Embedded programming. In this tutorial we will build our own calculator with Arduino. The values can be sent in through a keypad (4×4 keypad) and result can be viewed on a LCD screen (16×2 Dot-matrix). This calculator could […]

Temperature and Humidity Data Logger using Arduino

Temperature and Humidity Data Logger using Arduino

In this project, we are going to make a temperature and relative humidity data logger. Arduino is the brain of this project. DHT22 sensor is used for sensing temperature and relative humidity. Arduino Uno is programmed to read temperature, humidity values from DHT22 sensor and save it to a file in an SD Card. So […]

Digital Thermometer using Arduino and DS18B20 Sensor

Digital Thermometer using Arduino and DS18B20 Sensor

In this project, we are going to make a Digital Thermometer using Arduino Uno. We will use DS18B20 temperature sensor to sense the temperature and Nokia 5110 LCD to display it. DS18B20 is a 1-Wire digital temperature sensor manufactured by Maxim Integrated and is capable of reporting degree celsius with 9 ~ 12 bit precision. […]

Laura Emotional Compass Lamp

Laura: Emotional Compass Lamp

Story Laura Laura is a “counseling” lamp who is helping me to find myself and to understand where I want to go. For her great help, I wanted to give her a present that represents the work we are doing. The inspiration came from the need to find my street, and not get lost in […]

ATtiny85 EMF Detector

ATtiny85 EMF Detector

Story This is a simple tutorial to create an EMF detector. You can use Arduino for this job, but is better use a microcontroller called Attiny85. It is possible program it throe the Arduino interface. What is a Magnetic Field [from Wikipedia] An electromagnetic field (also EMF or EM field) is a physical field produced […]

Make your own gesture controlled Wizards Walking Staff

Make your own gesture-controlled Wizard’s Walking Staff

Story This project uses the Arduino 101, a battery and an LED strip to make a gesture-controlled Wizard’s Walking Staff. We’ll define three different light-display “spells” you can summon by moving the staff in one of three gestures. Tech: The code uses the Inertial Measurement Unit in the Arduino 101 to read G-forces, but does […]

Scroll to Top