ESPRadioCC1101Transceiver is a C++ library for ESP8266 Wi-Fi chip that enables the transmission and reception of RF signals using the CC1101 module.
This library is a compilation of various CC1101 Arduino libraries especially this one: X2D Heaters drivers for Arduino and CC1101 RF chip
To get started with ESPRadioCC1101Transceiver, you will need:
- An ESP8266 board
- A CC1101 based device
- An USB DVB Key (compatible with SDR)
- RTL_433 tool probably only work on Linux, you will probably have to compile it manually
- The Arduino IDE for ESP8266 (version 1.8.8 minimum)
- Basic knowledge of the Arduino environment (upload a sketch, import libraries, ...)
- Download the latest master source code .zip file
- Import the
.zipfile by navigating to Sketch → Include Library → Add .ZIP Library
To use this library, you may need to have the latest version of my ESPCoreExtension library