SparkFun
SparkFun RFM69 Breakout (915MHz)
This is the SparkFun RFM69 Breakout, a small piece of tech that breaks out all the pins available on the RFM69HCW module as well as making the transceiver...
Get notified when back in stock
This is the SparkFun RFM69 Breakout, a small piece of tech that breaks out all the pins available on the RFM69HCW module as well as making the transceiver easy to use. The RFM69HCW is an inexpensive and versatile radio module that operates in the unlicensed ISM (Industry, Science and Medicine) radio band. It’s perfect for building inexpensive short-range wireless networks of sensors and actuators for home automation, citizen science and more.
This RFM69HCW operates on the 915MHz frequency and is capable of transmitting at up to 100mW and up to 300kbps, but you can change both of those values to fit your application. For example, you can maximize range by increasing the transmit power and reducing the data rate, or you can reduce both for short-range sensor networks that sip battery power. At full power and with simple wire antennas, the RFM69 breakout can get messages from one side of a large office building to the other through numerous internal walls. In open air you can reach 500 meters or more. With more complex antennas and modulation schemes, similar parts have successfully transmitted from space to the ground (by very smart amateur radio enthusiasts; your mileage may vary)!
The RFM69HCW uses an SPI (Serial Peripheral Interface) to communicate with a host microcontroller, and several good Arduino libraries are available. It supports up to 256 networks of 255 nodes per network, features AES encryption to keep your data private, and transmits data packets up to 66 bytes long.
SparkFun sells two versions of the RFM69HCW: this 915MHz version and a 434MHz version. Although the ISM band is license-free, the band itself is different in different areas. Very roughly, 915MHz is for use in the Americas, and the 434MHz version is for use in Europe, Asia and Africa. Check your local regulations for other areas.
Get Started with the RFM69HCW Hookup Guide
Dimensions: 0.8" x 1.1"
Features:
- Transmit power: -18dBm (0.016mW) to +20dBm (100mW) in 1dBm steps
- Receive sensitivity: down to -120dBm at 1.2kbps
- Modulation types: FSK GFSK MSK GMSK OOK
- Bit rates (FSK): 1.2kbps to 300kbps
- Voltage range: 1.8V to 3.6V
- Current consumption: 0.1uA sleep, 1.25mA standby, 16mA receive, 130mA transmit (max)
- Encryption: AES 128-bit (optional)
- Packet buffer (FIFO): 66 bytes
Documents:
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- FIFO
- FIFO stands for "first in, first out", a way of handling stored items so the oldest one is read out first, like a queue. In electronics a FIFO is usually a small buffer that temporarily holds data, such as sensor samples or serial bytes, so a processor can collect it in batches instead of reading continuously.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
Find this product in
Brands
Connectivity
RFM69 Breakout Schematic
Schematic · 67.1 KB · Click any page to view full size
RFM69HCW Radio Module Datasheet
Datasheet · 1.2 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 507.2 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
A breakout board for HopeRF's RFM69HCW wireless data transceiver
bbdeb90
over 6 years ago
· 33 commits
- documentation Moved schematic PDF to docs over 10 years ago
- hardware Moved schematic PDF to docs over 10 years ago
- Libraries Bug fix for use with Pro Micro over 6 years ago
- Production broad changes for product release about 10 years ago
- .gitignore Initial commit over 12 years ago
- README.md minor edits about 10 years ago
RFM69 library for RFM69W, RFM69HW, RFM69CW, RFM69HCW (semtech SX1231, SX1231H)
47f686d
9 months ago
· 449 commits
- Examples Update TxPowerTest_Transmitter.ino over 1 year ago
- .travis.yml Update .travis.yml over 4 years ago
- keywords.txt fixed PR remark, added setIrq to keywords file over 5 years ago
- library.json bump to 1.6.0 (forgot the zero!) 9 months ago
- library.properties bump to 1.6.0 (forgot the zero!) 9 months ago
- License.txt Support for MEGA, GPL3.0, nonintrusive SPI almost 12 years ago
- README.md Update README.md 9 months ago
- RFM69.cpp Update RFM69.cpp 9 months ago
- RFM69.h revert to working getPowerLevel() over 1 year ago
- RFM69_ATC.cpp Add new getter functions to RFM69 and RFM69 ATC over 1 year ago
- RFM69_ATC.h Add new getter functions to RFM69 and RFM69 ATC over 1 year ago
- RFM69_Datasheet_SX1231H_DS_Rev2.0_STD.pdf Create RFM69_Datasheet_SX1231H_DS_Rev2.0_STD.pdf over 5 years ago
- RFM69_OTA.cpp resetUsingWatchdog(attr(unused)) almost 5 years ago
- RFM69_OTA.h add some OTA helpers almost 5 years ago
- RFM69registers.h Default 433mhz to legal 433.92mhz 9 months ago
Related Tutorials
Free guides on learn.littlebird.com.au