Circuit Lake

Electronic Project and Circuit Collection

Arduino Related Resources




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 an [...]

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.

Analog and Digital Pin Value Viewer for Arduino

August 29, 2011 By: admin Category: Arduino, Monitoring, Software, Tools No Comments →

arduino pin value monitor

ArduinoDashboard is an application for viewing analog and digital pin sensor values from an arduino in real time. It will show the analog value of pins A0-A6 as well as the digital pins of 1-13.