Rfm12usb: Unterschied zwischen den Versionen
Soeren (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Soeren (Diskussion | Beiträge) K (+projekteinfobox) |
||
Zeile 1: | Zeile 1: | ||
{{ProjektInfoBox | |||
|name = rfm12usb | |||
|status = beta | |||
|image = Rfm12usb-smd-board.png | |||
|description = RFM12 USB Transceiver | |||
|author = [[Benutzer:Soeren]] [[Benutzer:Hansi]] [[Benutzer:Tixiv]] | |||
|username = | |||
|version = 1 | |||
|update = | |||
|platform = AVR Microcontrollers | |||
|license = GPL | |||
|download = http://www.das-labor.org/trac/browser/microcontroller/src-atmel/rfm12/rfm12usb | |||
}} __NOTOC__ | |||
[[Datei:Rfm12usb_circuit.png|thumb|right|200px|The circuit of the rfm12usb]] | [[Datei:Rfm12usb_circuit.png|thumb|right|200px|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. | 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. | ||
Zeile 6: | 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]. | 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:33 Uhr
rfm12usb Release status: beta [box doku] | |
---|---|
Description | RFM12 USB Transceiver |
Author(s) | Benutzer:Soeren Benutzer:Hansi Benutzer: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.