TV-B-Gone: Difference between revisions
From Hive76 Wiki
Jump to navigationJump to search
Line 2: | Line 2: | ||
== Programming and Setup == | == Programming and Setup == | ||
This assumes you know some basics about Micro-cotrollers in general. Since this project uses the Amtel AVR chips (as opposed to the also-common Microchip PIC chips), you should read [http://metku.net/index.html?path=articles/microcontroller-part-1/index_eng this introduction] if you are not familiar with micro controller basics. | This assumes you know some basics about Micro-cotrollers in general. Since this project uses the Amtel AVR chips (as opposed to the also-common Microchip PIC chips), you should read [http://metku.net/index.html?path=articles/microcontroller-part-1/index_eng this introduction] if you are not familiar with micro controller basics. | ||
If you are working on a Mac, you might want to check out [http://www.digithink.com/OSX-AVR/Introduction/Main?from=Main.Main | AVR-OSX] for a mac toolchain. | If you are working on a Mac, you might want to check out [http://www.digithink.com/OSX-AVR/Introduction/Main?from=Main.Main | AVR-OSX] for a mac toolchain or [http://www.obdev.at/products/crosspack/download-de.html crosspack] | ||
=== AVR Programmers === | === AVR Programmers === | ||
TBD. There are a lot of programmers. Far has tried building one of them (untested) and has LadaAda's ATTiny prorgammer on order. | TBD. There are a lot of programmers. Far has tried building one of them (untested) and has LadaAda's ATTiny prorgammer on order. |
Revision as of 23:00, 7 September 2009
Rather than buy premade TV-B-Gones, someone had the bright idea of ordering parts and building/programming them ourselves.
Programming and Setup
This assumes you know some basics about Micro-cotrollers in general. Since this project uses the Amtel AVR chips (as opposed to the also-common Microchip PIC chips), you should read this introduction if you are not familiar with micro controller basics. If you are working on a Mac, you might want to check out | AVR-OSX for a mac toolchain or crosspack
AVR Programmers
TBD. There are a lot of programmers. Far has tried building one of them (untested) and has LadaAda's ATTiny prorgammer on order.