Make Electronic Dice using Arduino
In this project we make electronic dice. Updated 18/03/2013 In this article you can learn how to make an electronic die (die is the singular of dice), using an ATmega328 with Arduino bootloader and a...
View ArticleMicrocontrolled Farm Equipment
Modified BaleScoop(for picking hay bales out of the field) from manual levers to arduino controlled functions. This eliminates the need for 3 sets of hydraulic hoses to only one set and operator can...
View ArticleMake Electronic Dice using Arduino
In this project we make electronic dice. Updated 18/03/2013 In this article you can learn how to make an electronic die (die is the singular of dice), using an ATmega328 with Arduino bootloader and a...
View ArticleMicrocontrolled Farm Equipment
Modified BaleScoop(for picking hay bales out of the field) from manual levers to arduino controlled functions. This eliminates the need for 3 sets of hydraulic hoses to only one set and operator can...
View ArticleArduino and Python
Talking to Arduino over a serial interface is pretty trivial in Python. On Unix-like systems you can read and write to the serial device as if it were a file, but there is also a wrapper library called...
View ArticleProgramming an ATtiny w/ Arduino 1.6 (or 1.0)
This tutorial shows you how to program an ATtiny45, ATtiny85, ATtiny44 or ATtiny84 microcontroller using the Arduino software. These are small, cheap ($2-3) microcontrollers that are convenient for...
View ArticleTachometer using arduino
Tachometer is a device used for measuring the number of revolutions of an object in a given interval of time. Usually it is expressed in revolutions per minute or RPM. Earlier tachometers purely...
View ArticleArt-duino
We built a mini-crawler robot that draws a path behind it to make interesting designs. We chose this design for a variety of reasons. First and foremost, we experimented with attaching our other...
View ArticleIOT Based Dumpster Monitoring using Arduino & ESP8266
In this DIY, we are going to make an IOT based dumpster/garbage Monitoring System which will tell us that whether the trash can is empty or full through the webserver and you can know the status of...
View ArticleTrack A Vehicle on Google Maps using Arduino, ESP8266 & GPS
Vehicle Tracking System becomes very important now days, especially in case of stolen vehicles. If you have GPS system installed in your vehicle, you can track you Vehicle Location, and its helps...
View ArticleHow to Use GPS with Arduino
GPS is a very useful device which is used in many electronics projects and applications like vehicle tracking system, GPS Clock, Accident Detection Alert System, traffic navigation and surveillance...
View ArticleClap Switch using Arduino
In this project we are going to make Clapper circuit using the concept of ADC (Analog to Digital Conversion) in ARDUINO UNO. We are going to use a MIC and Uno to sense the sound and trigger a response....
View ArticleDigital Code Lock using Arduino
Security is a major concern in our day to day life, and digital locks have became an important part of these security systems. One such digital code lock is imitated in this project using arduino board...
View ArticleArduino Based Tone Generator
In this project we will develop a tone generator using Arduino Uno. We will have buttons interfaced with the UNO and each one of them generates different intensity of tone. The frequency of tone...
View ArticleVariable Power Supply By Arduino Uno
In this tutorial we will develop a 5V variable voltage source from Arduino Uno. For that we are going use ADC (Analog to Digital Conversion) and PWM (Pulse Width Modulation) feature. Some digital...
View ArticleAutomatic Water Level Indicator and Controller using Arduino
In this Arduino based automatic water level indicator and controller project we are going to measure the water level by using ultrasonic sensors. Basic principal of ultrasonic distance measurement is...
View ArticleRFID Interfacing with Arduino
In this tutorial we are going to design a system to read the ID of RFID cards. RFID stands for Radio Frequency Identification. Each card has a unique ID embedded in it. These systems have many...
View ArticleMagnetic Field Strength Measurement using Arduino
In this project we are using the concept of ADC (Analog to Digital Conversion) in ARDUINO UNO. We are going to use a Hall Effect sensor and Arduino uno to measure the field strength of a magnet. The...
View ArticleKeypad Interfacing with Arduino Uno
In this tutorial we are going to interface a 4×4 (16 key) keypad with ARDUINO UNO. We all know keypad is one of the most important input devices used in electronics engineering. Keypad is the easiest...
View ArticleElectronic Voting Machine using Arduino
We all are quite familiar with voting machines, even we have covered few other electronic voting machine projects previously here and here using RFID and AVR microcontroller. In this project, we have...
View Article