Grove 315MHz RF Kit
Last updated
Last updated
This kit is used for one way wireless communication at a frequency of 315MHz and includes a transmitter module and a receiver module. The twig configuration of this kit allows for around 40 meters of transmitting distance indoors, or around 100 meters outside. The 315 MHz frequency is suitable for use without a license in the United States. For use in Europe, please see the 433 MHz version of this product.
GROVE compatible interface.
Uses ASK (Amplitude Shift Keying) Modulation.
One way communication.
!!!Tip More details about Grove modules please refer to Grove System
Remote control
Remote automation
Alarm
Receiver: 24mm by 42mm
Transmitter: 20mm by 24mm
The transmitter and receiver modules both rely on a single wire for communication. Though using the UART supplied by the arduino platform can work, it is recommended, instead, to use the VirtualWire library which uses Amplitude Shift Keying for modulation which provides better communication.
Both the transmitter and receiver modules require three wires: Vcc, Ground, and signal. Pin 2 of both parts of the kit are not connected.
Connect the Transmitter module to Digital I/O 2 of the Grove-Base Shield V2 on the arduino being used for transmission.
Connect the Transmitter module to Digital I/O 2 of the Grove-Base Shield V2 on the receiving arduino.
Sample code for Transmitter:
Sample code for Receiver:
Demo code: 433MHz demo.zip