medium

AVR Based Mobile Phone using AVR ATmega128A microcontroller

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

AVR Based Mobile Phone using AVR ATmega128A microcontroller Read More »

AVR Wide Range LCF ESR Meter using AVR ATMega88PA PU microcontroller

AVR Wide Range LC,F, ESR Meter using AVR ATMega88PA-PU microcontroller

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

AVR Wide Range LC,F, ESR Meter using AVR ATMega88PA-PU microcontroller Read More »

AVR Touchpad Handwriting Recognition using ATmega644 microcontroller

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 Touchpad Handwriting Recognition using ATmega644 microcontroller Read More »

AvrX, Real Time Kernel using AVR microcontroller

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

AvrX, Real Time Kernel using AVR microcontroller Read More »

AVR High Voltage Programmer Using Arduino AVR microcontroller

AVR High Voltage Programmer Using Arduino AVR microcontroller

AVR microcontroller uses fuse bits to set its operational parameters like watchdog timer settings and change speed of the internal oscillator. Most fuse bits can be set or reset without worry. You can flash it into one state and then flashed back again using an SPI programmer. However, some fuse bits like RSTDISBL fuse are

AVR High Voltage Programmer Using Arduino AVR microcontroller Read More »

STK500 Compatible ISP using AVR microcontroller

STK500 Compatible ISP using AVR microcontroller

AVR-Doper is an STK500 compatible In System Programmer (ISP) and High Voltage Serial Programmer (HVSP). It comes with a built-in USB to Serial adaptor to connect to modern host computers which often don’t have a serial interface. The project implements a low speed USB device in firmware only. No USB capable controller or converter is

STK500 Compatible ISP using AVR microcontroller Read More »

TinyRealTime, Small Real Time Kernel for AVR using atmega644 microcontroller

Real-time kernel (RTK) is useful to run several task or protocol on one CPU. Since only one task at a time can be executed by MCU, RTK used to make each task think it owns the whole machine. RTK will handle which task has to be saved while other tasks execute. TinyRealTimeis a very small

TinyRealTime, Small Real Time Kernel for AVR using atmega644 microcontroller Read More »

Ultrasonic Security System using Atmega644 microcontroller

This portable security system is built based on Atmega644 microcontroller. It can detect intruders based on their physical presence. The system uses URM37v3.2 ultrasonic sensor which is connected to MCU through rs232 serial communication. To rotate sensor for wide coverage range, the system is equipped with Parallax servomotor. For user interface, there are LCD and

Ultrasonic Security System using Atmega644 microcontroller Read More »

Auto Sensing Sous-Vide Cooker using AVR microcontroller

This low cost AVR-based Sous-Vide Cooker is able to auto-calculate the appropriate time for cooking a certain thickness of meat using heat transfer equations. It can maintain a set temperature for extended periods of time. The project implements advanced features such as a water level monitor and automatic timer that can set cooking times depending

Auto Sensing Sous-Vide Cooker using AVR microcontroller Read More »

AVR Thermocouple Temperature Meter using ATmega164 microcontroller

The benefit using thermocouple sensor for measure temperature is it has wide range measurement (-200 °C to +1350 °C / -328 °F to +2462 °F range for Type K), inexpensive, interchangeable, and is supplied with standard connectors. To get temperature value from output of a thermocouple, you need high precision amplifier and proper compensation circuit

AVR Thermocouple Temperature Meter using ATmega164 microcontroller Read More »

Scroll to Top