Rfm12usb: Unterschied zwischen den Versionen
Soeren (Diskussion | Beiträge) K (nutzerseiten...) |
Soeren (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
|name = rfm12usb | |name = rfm12usb | ||
|status = beta | |status = beta | ||
|image = Rfm12usb | |image = Rfm12usb boards.jpg | ||
|description = RFM12 USB Transceiver | |description = RFM12 USB Transceiver | ||
|author = [[Benutzer:Soeren|Soeren]],[[Benutzer:Hansinator|Hansi]],[[Benutzer:Tixiv|Tixiv]] | |author = [[Benutzer:Soeren|Soeren]],[[Benutzer:Hansinator|Hansi]],[[Benutzer:Tixiv|Tixiv]] | ||
Zeile 20: | Zeile 20: | ||
==RFM12USB SMD Version== | ==RFM12USB SMD Version== | ||
If you don't like dil soldering, there's a SMD Version of the rfm12usb available. You can find all neccessary files [http://das-labor.org/trac/browser/microcontroller/src-atmel/rfm12/rfm12usb/circuit here]. The Layouts have been designed with [http://kicad.sourceforge.net/ kicad]. | [[Bild:Rfm12usb-smd-board.png|thumb|left|120px]]If you don't like dil soldering, there's a SMD Version of the rfm12usb available. You can find all neccessary files [http://das-labor.org/trac/browser/microcontroller/src-atmel/rfm12/rfm12usb/circuit here]. The Layouts have been designed with [http://kicad.sourceforge.net/ kicad]. | ||
Version vom 21. Mai 2010, 09:57 Uhr
rfm12usb Release status: beta [box doku] | |
---|---|
Description | RFM12 USB Transceiver |
Author(s) | Soeren,Hansi,Tixiv |
Last Version | 1 () |
Platform | AVR Microcontrollers |
License | GPL |
Download | http://www.das-labor.org/trac/browser/microcontroller/src-atmel/rfm12/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
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.