Blind Assistance is a project designed to help visually impaired people detecting obstacles in their way. It uses 4Duino, three ultrasonic sensors, one vibration motor and an LED. These components are attached to a walking stick. Blind Assistance alarms the user if there’s an obstacle in his way. These obstacles are detected using an Ultrasonic […]
Projects
MKR1000 Surprise Room Decoration
This project is dedicated to my parents, but you can also use it for surprise events for someone special. Things used in this project Hardware components Arduino MKR1000 × 1 5V 4 Channel Relay Module × 1 Male/Female Jumper Wires × 12 Software apps and online services Blynk Arduino IDE Story Project Theme When Arduino […]
MKR1000 Servo Control Panel
A servo controller using the built-in WiFi abilities of the Arduino MKR1k. The panel consists of a MKR1k web listener and Javascript/ajax. Things used in this project Hardware components Arduino MKR1000 Servos (Tower Pro MG996R) Breadboard (generic) Software apps and online services […]
Voting Machine featuring 4Duino-24
The 4Duino Polling Machine is an inquiry project that involves two or more people and has implemented the ability to send and receive data on both ends. The Polling Machine Project works by sending and receiving Questions and Answers (from the Choices) in the form of strings. First, the Master 4Duino (Client) will select the […]
MKR1000 Universal Remonster!
WiFi connected universal remote with smart phone webapp. Things used in this project Hardware components Arduino MKR1000 Arduino Nano R3 General Purpose Transistor NPN Triggers the PNP transistors of IR LED array Resistor 1k ohm pulls down NPN transistor IR transmitter (generic) IR LEDs. Get wide angle if you have a choice General Purpose Transistor […]
Stock Monitoring featuring 4Duino-24
In this project, we will use several IR sensors to check if an item from an inventory box is present or not. This project makes use of a 4Duino-24 to check whether an item is present or missing from the inventory. The 4Duino uses its analog pins to read the values from each IR sensor. […]
MKR1000 Robot Controlled Via WiFi Using Arduino
This project consists of a small robot controlled via WiFi using an Arduino MKR1000, MKR2UNO Shield Adapter and Arduino Motor Shield! Things used in this project Hardware components Arduino MKR1000 × 1 Arduino MKR2UNO Adapter × 1 Arduino MotorShield Rev3 × 1 Arduino Small DC Motor × 2 9V battery (generic) × 1 Arduino Battery […]
Temperature and Humidity monitoring with DHT22 sensor Arduino Uno R3
The objective of this tutorial is to learn how to use the DHT22 sensor with Arduino uno. The room temperature and humidity will be printed to serial monitor and also will be displayed to the LCD 4×20 in Proteus ISIS. DHT22 is simple basic, cheap digital temperature and humidity sensor. It uses a capacitive humidity […]
Smart Phone Controlled Digital Code Lock using Arduino
There are many types of security systems used all over the world and Digital Code Lock is one of them. We have already covered many digital locks with simple 16×2 LCD using Arduino, Raspberry Pi, 8051 etc. Here we are going to build a Smart Phone Controlled Digital Lock using TFT LCD and Arduino Mega. This […]
Create a Private Chat Room using Arduino, nRF24L01 and Processing
Creating a Local Network to share personnel and confidential data’s has become almost impossible for a common man in our modern world. This is mainly because all common chat methods like Whatsapp, Facebook, Hangout and almost everything involves an internet connection. What if, we could share data without the medium of Internet? How cool it […]