Circuit Lake

Electronic Project and Circuit Collection

AVR Related Resources


Tiny Line Following Robot With Wireless Setting, PocketBot

March 05, 2013 By: admin Category: AVR, Robotic No Comments →

Many people built line follower robot with focus on high speed feature. Usually, they built it for racing contest purpose. But, some other build line following robot with unique feature such as small size. The last type shows you the art and beauty of electronics project without vanish its function. PocketBot is the example for […]

GUI Software for AVRDUDE, AVRDUDESS

February 22, 2013 By: admin Category: AVR, Software No Comments →

AVRDUDE is great software for programming Atmel AVR Microcontrollers and supports many AVR programmer adapters. Unfortunately, it uses command line tool to transfer .hex file to microcontroller. If you aren’t comfortable typing line command each time you want to program the MCU, you can try AVRDUDESS, GUI Software for AVRDUDE developed by Zak Kemble. This […]

Arduino Based ATtiny85 Programmer

February 20, 2013 By: admin Category: Arduino, AVR, Microcontroller No Comments →

Sometimes, you need only few input and output from microcontroller for your project. If you use Arduino, it would be costly and need more space. For small project like infrared pc remote control, an ATtiny85 microcontroller is good solution. It has 8 Kb flash memory, 6 input/output pins, low power supply at 1.8-5.5V, small 8-pin […]

Infrared PC Remote Control, ATtiny85

February 19, 2013 By: admin Category: AVR, Control, Remote No Comments →

If you are looking for simple way to control your PC using your remote TV, this TinyPCRemote project by Nathan Chantrell is good solution for it. The project allows you to use infrared remote controls to trigger keyboard commands (single characters, string or Meta keys) on your PC. You can use it as media player […]