Circuit Lake

Electronic Project and Circuit Collection

AVR




AvrX, Real Time Kernel for AVR Microcontroller

May 16, 2012 By: admin Category: AVR No Comments →

AVR RTOS

AvrX is a Real Time Multitasking Kernel for AVR microcontrollers written in assembly. Total kernel size varies from ~500 to 700 words depending upon which version is being used. Since the kernel is provided as a library of routines, practical applications take up less space because not all functions are used. AvrX has 40 API [...]

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

AVR Wide Range LC,F, ESR Meter

May 04, 2012 By: admin Category: AVR, Measurement, Microcontroller, Project, Tools No Comments →

LC-F-ESR meter

LCFesR meter is a precise, wide range meter that can measure inductivity (L), capacity (C), frequency (F) and equivalent series resistance of a capacitor in-circuit (ESR) based on AVR ATMega88PA-PU microcontroller. It can be easily built with homemade one or double-faced PCB and available electronic components.
dr. Le Hung, project designer, explained that measurement of ESR [...]

AVR Based Mobile Phone

May 03, 2012 By: admin Category: AVR, Microcontroller, Miscellaneous, Project, Wireless No Comments →

AVR based Cellphone

AvrPhone is ATmega128A-based simple mobile phone with touch screen and SIM100S GSM module. The display uses 2,4″ LCD with a resistive touch screen and ILI9325B driver (16 bit parallel bus).
The LCD breakout board contains SD card slot and XPT2046 touchscreen controller. They both are connected to AVR’s SPI bus. The project is powered by [...]