Arduino project for receiving and (in the future) transmitting signals using a 433 MHz RF module. Currently, this repository contains code for a 433 MHz signal receiver, which allows reading signals ...
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 ...