Circuit Lake

Electronic Project and Circuit Collection

Arduino Related Resources


Finger-Sized Arduino with Built-in Wireless Feature, RFDuino

April 02, 2013 By: admin Category: Arduino, Control, Wireless No Comments →

RFDuino is tiny low cost Arduino compatible board with wireless enabled microcontroller. It runs Arduino code and can do everything an Arduino can. Using the RFduino USB shield, simply plug the RFduino into a USB port of any computer and use the Arduino IDE to load your Arduino sketch, which automatically begins running on the […]

Arduino MP3 Player

March 15, 2013 By: admin Category: Arduino, Audio, Microcontroller, Miscellaneous No Comments →

This mp3 player project is built based on Arduino Mega. It is equipped with STA013S MP3 decoder, an SD card for storage, and a nokia LCD for display. When it is turned on, first it checks all the hardware is working, then updates the song library using tag from song. The player has features like […]

Internet Radio Using Raspberry Pi and Arduino

February 26, 2013 By: admin Category: Interfacing, Microcontroller, Miscellaneous, Raspberry Pi No Comments →

This project shows you how to build embedded internet radio based on Raspberry Pi and Arduino. In this project, Raspberry Pi runs mpd music player daemon to receive and decode the internet radio stream. ALSA running on the Raspberry Pi provides the sound through either the Jack Socket or the HDMI output. Arduino runs a […]

Arduino Sumo Robot

February 23, 2013 By: admin Category: Arduino, Robotic No Comments →

Ardusumo is sumo robot which is built based on Arduino platform. The robot can move around avoiding obstacles and follow routes marked with dark lines on a white background. There are two type of sensors used in this system, two Sharp GP2D12 infrared distance meters to identify both the distance and the position of obstacles […]