Circuit Lake

Electronic Project and Circuit Collection

Arduino Related Resources




ArduRoller Balance Bot

November 22, 2011 By: admin Category: Arduino, Motor, Project, Robotic, Sensor No Comments →

Arduino Based Balancing Robot

This project shows you how to build a balance robot based on Arduino named as ArduRoller. It has nice chassis design and balances quite well on the spot. The robot also responds to knocks pretty quickly but sometimes giving it a more gentle push sends it gliding across the room at a constant speed. [...]

Programming Arduino Compatible Using Sound Card

September 19, 2011 By: admin Category: Arduino, Interfacing, Miscellaneous, Project No Comments →

How to program arduino using Audio PC line

Audioino is neat way to program an Arduino compatible microcontroller via the audio port of your PC. Chris said to build Audioino, firstly you need to program your Atmega168 with custom audio bootloader. You can use the sketch “ArduinoISP’ in the examples folder of the Arduino IDE for flashing or find someone who owns [...]

Arduino Project: Send Data from Website to LCD

September 08, 2011 By: admin Category: Arduino, Control, Interfacing, Microcontroller, Monitoring, Project, Remote No Comments →

Send and Receive Data using Arduino based web server - HTML to LCD

This project turns Arduino into basic web server which is hooked up to the LCD. You can enter text strings via web page and display them on LCD attached to Arduino. On the simple HTML web page, you will also see what text is currently displayed on the LCD. For further project, you can develop [...]

Arduino Speed Detector on Flash

September 02, 2011 By: admin Category: Arduino, Detector, Measurement, Microcontroller, Project, Sensor No Comments →

Basic Speed Meter Project

This speed detector uses two photo resistors paired with laser as a form of trip wire. The Arduino Duemilanove with an ATMEga328 captures the tripping action and calculates the amount of time between when each sensor was tripped. By dividing the distance between two trip wires with difference time value, you will get the SPEED.