Rfm12usb: Unterschied zwischen den Versionen

Aus LaborWiki
Wechseln zu: Navigation, Suche
K (Änderungen von 70.135.118.126 (Diskussion) rückgängig gemacht und letzte Version von 92.224.224.197 wiederhergestellt)
Keine Bearbeitungszusammenfassung
Zeile 23: Zeile 23:


The svn folder also contains 3d models for the rfm12 module (rfm12.wrl) along with the original "source" for the model (rfm12.wings), which can be opened and edited with [http://www.wings3d.com/ wings3d].
The svn folder also contains 3d models for the rfm12 module (rfm12.wrl) along with the original "source" for the model (rfm12.wings), which can be opened and edited with [http://www.wings3d.com/ wings3d].
==Bauteilliste==
*Z0, Z1 Zener-Diode 3,6V
*R0 Widerstand 1,5k Ohm
*R1, R2 Widerstand 68 Ohm
*R3 Widerstand 1,5k Ohm
*C2, C3 Kondensator 22pF
*Quarz 16 MHz
*C0,C1 100 nF


== Subprojects ==
== Subprojects ==

Version vom 12. Juli 2014, 18:24 Uhr

           
rfm12usb

Release status: beta [box doku]

Rfm12usb boards.jpg
Description RFM12 USB Transceiver
Author(s)  Soeren,Hansi,Tixiv
Last Version  ()
Platform  AVR Microcontrollers
License  GPL
Download  SVN browse




3d view of the RFM12USB SMD Version
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.

The svn folder also contains 3d models for the rfm12 module (rfm12.wrl) along with the original "source" for the model (rfm12.wings), which can be opened and edited with wings3d.

Bauteilliste

  • Z0, Z1 Zener-Diode 3,6V
  • R0 Widerstand 1,5k Ohm
  • R1, R2 Widerstand 68 Ohm
  • R3 Widerstand 1,5k Ohm
  • C2, C3 Kondensator 22pF
  • Quarz 16 MHz
  • C0,C1 100 nF


Subprojects

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