Rfm12usb: Unterschied zwischen den Versionen

Aus LaborWiki
Wechseln zu: Navigation, Suche
K (Die Seite wurde neu angelegt: „thumb|right|200px|The circuit of the rfm12usb The RFM12USB consists of an AVR Microcontroller (Atmega8) paired with a rfm12 transce…“)
 
KKeine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:
===Nakkaloader===
===Nakkaloader===
A highly experimental, yet functional bootloader for flashing AVR Microcontrollers over the air. Get the sourcecode [http://das-labor.org/trac/browser/microcontroller/src-atmel/rfm12/nakkaloader from here].
A highly experimental, yet functional bootloader for flashing AVR Microcontrollers over the air. Get the sourcecode [http://das-labor.org/trac/browser/microcontroller/src-atmel/rfm12/nakkaloader from here].
[[Kategorie:Datenfunk_mit_dem_Microcontroller]]
[[Kategorie:Microcontroller]]

Version vom 21. Mai 2010, 09:26 Uhr

The circuit of the rfm12usb

The RFM12USB consists of an AVR Microcontroller (Atmega8) paired with a rfm12 transceiver module. This little device allows interfacing your microcontroller projects with your computer.

Sourcecode

The source code can be obtained from here. The directory "firmware" contains (who'd have guessed) ... the firmware. Furthermore you'll find several useful examples of how to interface the device from the pc side in the host directory.

RFM12USB SMD Version

Rfm12usb-smd-board.png

If you don't like dil soldering, there's a SMD Version of the rfm12usb available. You can find all neccessary files here. The Layouts have been designed with kicad.


Subprojects

Nakkaloader

A highly experimental, yet functional bootloader for flashing AVR Microcontrollers over the air. Get the sourcecode from here.