If you’re a student, like me, then you have heard of all the theft that occurs on campuses today. I can’t even leave my backpack alone for five minutes without worrying about it getting stolen. To ease my mind and to help fellow students, I’ve designed a backpack ant-theft alarm. When activated, this device senses […]
Projects
Automatic Water Heating System 2.0
This is the modification of my old version. This is a technology in small box. In the previous version there is no possibility of adjusting the temperature that we need. It had only 2 temperature setup. In this version I added temperature adjustment using rotary encoder and also added a display. Also changed the micro […]
Automated 5 Gallon Bucket Feeder
This bucket feeder design was motivated by the fact that my wife and I live in different cities and have a cat that hates to ride in the car. The automated feeder makes it possible to be able to leave our cat at one apartment for a weekend without worrying about if she is getting […]
Arduino Breadboard Shield
Are you tired of having a hard time trying up a circuit on a breadboard because your arduino takes up a lot of space? This shield can be a solution to your problem! The Arduino breadboard shield is again, an accessory for your arduino board and can make your life easier when trying up circuits. […]
Arduino Serial Communication Code
Arduino can send output through serial communication to your computer over USB. The output can be anything such as status, text, sensor reading, value, number etc. You can view the status output by clicking Serial Monitor button at Arduino Environment software. Instruction; 1) Connect your arduino to your computer using USB cable A plug to […]
Universal Remote Using ESP8266(Wifi Controlled)
This project is to replace the conventional remote control for all the home appliances like AC, TV, DVD players, music system, SMART appliances !!! Making a whole junk of remote littering around, making us puzzle!!! This project will save us from the junk to remotes by replacing all by ONE REMOTE! 2 part of this project: DECODING […]
Connect several digital inputs to one analog input using Arduino
I often run out of digital pins on my Arduino. Anything as complicated as, say, a video game controller, was near impossible with the amount of pins I had available. Multiplexing buttons works, but it requires lots of connections and soldering. So, I put together a solution! Step 1: Resistor Dividers in Five In a […]
RC tank with a moving FPV camera using Arduino
In this instructable I show you how to build remote control tank with FPV camera. At the beginning I build only RC tank without FPV camera but when I was driving it in the house I have not seen where it is. So I came up with that I will add to it the camera […]
WiFi Car Using NodeMCU
We have build car using many transmission technologies. But what about a WiFi Controlled Car? Actually speaking..Wifi is till now the most promising technology and engineers are using that tech to improve it more and more. This tech is most popular today and will remain for decades.Low power WiFi have also been developed.So let us […]
Arduino home energy monitor shield
Although products are becoming more and more available for monitoring your home power usage, I’m one of those idiots who can’t leave well enough alone and who would rather shell out $100 and hours of my time in order to save $20 and learn something in the process. Building on the fine work of Trystan […]