Circuit Lake

Electronic Project and Circuit Collection

Sensor




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

Aquarium Controller

August 27, 2011 By: admin Category: Arduino, Control, Microcontroller, Project, Sensor No Comments →

Automate Home Aquarium with Arduino

This project shows you how to build Aquarium Controller based on popular Arduino. The hardware consist of Arduino, 20 X 4 LCD, 4×4 keypad, Real Time Clock, Solid State Relays, and buzzer for alarm.

PIC Weather Station

August 18, 2011 By: admin Category: Data Acquisition, Interfacing, Microcontroller, Monitoring, PIC, Project, Sensor No Comments →

PIC Project : Weather Station

This Automatic Packet Reporting System (APRS) Weather Station project built based on PIC16F877. It comes with humidity sensor (Honeywell HIH-3610), Pressure sensor (Motorola MPXA4115), thermo meter (DS1621), RTC (For time Stamp) with battery back-up. The project uses 4×20 LCD to display all weather parameters, but you can still operate it without LCD for power saving.

Basic Touch Sensor Using AT90S2313

July 23, 2011 By: admin Category: AVR, Basic, Microcontroller, Project, Sensor No Comments →

AVR Based Touch Sensor Project

This simple touch sensor project can be used to add a touch switch to your computer. It can detect when you touch a sensor connected to one of the sensor inputs. The project is built based on AVR AT90S2313 (you can replace it with ATtiny2313).