SparkFun
RFM69HCW Wireless Transceiver - 434MHz
This is the 434MHz base RFM69HCW Wireless Transceiver that is found on our RFM69 Breakout. The RFM69HCW is an inexpensive and versatile radio module that ...
Get notified when back in stock
This is the 434MHz base RFM69HCW Wireless Transceiver that is found on our RFM69 Breakout. The RFM69HCW is an inexpensive and versatile radio module that operates in the unlicensed ISM (Industry, Science and Medicine) band, a set of frequencies set aside for low-power, short-range, license-free radios. It’s perfect for building inexpensive short-range wireless networks of sensors and actuators for home automation, citizen science and more.
This RFM69HCW module operates on the 434MHz 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, we 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: a 915MHz version and this 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.
Features:
- +20 dBm - 100 mW Power Output Capability
- High Sensitivity: down to -120 dBm at 1.2 kbps
- High Selectivity: 16-tap FIR Channel Filter
- Bullet-proof front end: IIP3 = -18 dBm, IIP2 = +35 dBm,80 dB Blocking Immunity, no Image Frequency response
- Low current: Rx = 16 mA, 100nA register retention
- Programmable Pout: -18 to +20 dBm in 1dB steps
- Constant RF performance over voltage range of module
- FSK Bit rates up to 300 kb/s
- Fully integrated synthesizer with a resolution of 61 Hz
- FSK, GFSK, MSK, GMSK and OOK modulations
- Built-in Bit Synchronizer performing Clock Recovery
- Incoming Sync Word Recognition
- 115 dB+ Dynamic Range RSSI
- Automatic RF Sense with ultra-fast AFC
- Packet engine with CRC-16, AES-128, 66-byte FIFO
- Built-in temperature sensor
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.
- dynamic range
- Dynamic range describes how wide a span of values a sensor can measure, from very low to very high. For a light sensor, a wide dynamic range means it can work in dim indoor settings as well as bright sunlight without changing hardware.
- 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.
- RF
- RF means radio frequency, referring to signals used for wireless communication and other high-frequency electronics. A low-noise, stable power supply is important for RF circuits because power noise can affect signal quality and measurements.
- RX
- RX means receive, usually showing data being received by the board. An RX indicator LED can help with troubleshooting USB or serial communication.
- 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
Prototyping & Wiring
RFM69HCW Datasheet
Datasheet · 1.2 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 658.6 KB · Click any page to view full size
Source Code
Open-source libraries, firmware & example projects for this product
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