Configuring AVR Fuse Bits for clock selection Elecrom October 15, 2007; Updated On: June 1st, 2019 12 [digg=http://digg.com/programming/AVR_Fuse_Bits_for_clock_selection] VIMP NOTE: fuse bit = 0 => fuse bit is PROGRAMMED fuse bit = 1 => fuse bit is UN-PROGRAMMED Fuse bits configuration is required when one has to change default factory setting of clock (internal/external) to desired setting. This is most important thing and setting fuse bits incorrectly may render microcontroller useless. Let … Continue reading Configuring AVR Fuse Bits for clock selection
Make your own, ultra simple, universal AVR programmer !! Elecrom October 15, 2007; Updated On: December 26th, 2016 149 [digg=http://digg.com/hardware/Ultra_simple_universal_AVR_programmer] In this post we are going to see how to Make your own, ultra simple, and universal AVR programmer. Two types of AVR programmers can be built: 1)Parallel port 2)Serial port Serial Port based AVR ISP Programmer Serial port programmer(reference: At-Prog) is shown here. Main advantage of using serial port is you can have … Continue reading Make your own, ultra simple, universal AVR programmer !!