Circuit Lake

Electronic Project and Circuit Collection

Project




Polysensor, Low Cost Water Impurities Tester

May 18, 2012 By: admin Category: Detector, Miscellaneous, Project, Sensor No Comments →

Polysensor Water Impurities Tester

Polysensor is built to provide a low-cost and easy method for testing impurities in water, with low-cost, rugged and tropicalized sensors. Currently, the instrument can be used to measure pH, Electrical conductance (EC), Total Dissolved Solids (TDS), Nitrate ion, Chloride ion, Salinity. The project is being developed with more parameters to be added such as [...]

AVR Touchpad Handwriting Recognition

May 14, 2012 By: admin Category: AVR, Display, Interfacing, Miscellaneous, Project No Comments →

AVR based Handwriting Recognition Project using Neural Network

This ATmega644-based project implements a touchpad input system which takes user handwriting input and converts it to a printed character. Currently, the device only recognizes the 26 letters of the alphabet, but it could be easily generalized to include any figure of completely arbitrary shape, including alphanumeric, punctuation, and other symbols using available training system. [...]

Adjustable 1.5 – 35 Volt DC Regulated Power Supply

May 12, 2012 By: admin Category: Analog, Power Supply, Project No Comments →

DIY DC power supply, 1.5-35V

This small power supply provides a regulated voltage, adjustable between 1.5V – 35V at 1 ampere. This circuit is built based on IC LM317. This circuit is ready to use, you just need to add a suitable transformer. This circuit is thermal overload protected because the current limiter and thermal overload protection are included in [...]

Firmware USB for PIC16F628, 16FUSB

May 11, 2012 By: admin Category: Interfacing, Miscellaneous, PIC, Project No Comments →

USB for PIC16Fxxx

The 16FUSB is a software implementation of the USB low-speed for PIC16F628/628A microcontroller. All communication stuff is done by the firmware written in ASM, completely discarding the need to use an additional chip.
From the 16FUSB core is possible to add implementations of other protocols such as, for example, I2C, SPI or simple write data from [...]