Circuit Lake

Electronic Project and Circuit Collection

Remote




Android Based Quadrocopters

December 06, 2011 By: admin Category: Arduino, Control, Microcontroller, Miscellaneous, Project, Remote No Comments →

Android based Quadrocopters Project

The AeroQuad project is an open-source hardware and software project to build a quadcopters or quadrocopters, remote controlled four-rotor helicopters. The hardware consists of an Arduino microcontroller (Mega-2560 or Uno) as the flight controller board and an AeroQuad shield with various sensors like accelerometer and gyroscope.

IR Remote Switch for Home Appliance

October 13, 2011 By: admin Category: Basic, Control, Remote No Comments →

IR remote switch on off schematic

If you are looking for simple ON-OFF remote switch for your home appliance then this InfraRed remote control circuit is suit for it. This circuit allows you to turn on/off your home appliance (lamp, ran, radio, etc) using any type TV, VCD or DVD remote control with range up to 10 meters. The circuit [...]

IR Protocol Analyzer Software

October 02, 2011 By: admin Category: Remote, Software No Comments →

IR Protocol Analyzer sofware screenshot

IR protocol analyzer is universal software for automatic decoding infrared remote control protocol packets. To capture infrared signal from a remote control, it uses microphone input of a soundcard. The hardware you need to start decoding is minimalistic and easy to build, just plug a phototransistor to input of your soundcard.

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