Live RF Plotting using the ESP8266 or ESP32 with NRF24L01 Native Support
This post will cover directly interfacing the NRF24L01 module with either the ESP32 or ESP8266 Wemos modules. In earlier posts I had used the Arduino Mini module as a shim. This allows the setup to be compact with fewer points of failure. This post will also introduce a plotting alternative that wasn’t covered in earlier posts. Here is the wiring diagram for the ESP8266 Wemos Module and its SPI connection to the NRF24L01. Here is the Arduino code used to…