Post topics, source code that relate to the Arduino Platform

User avatar
By Zomer
#22688 This script receives information from the NRF24L01 radio module, trims the data and sends it via the ESP8266 through AT commands via a POST request to the server of your choice.

I created this script some time ago and have since moved on to NodeMCU. However for the ones still learning this could potentially be useful. For any serious project I do recommend flashing your ESP8266 with NodeMCU.

https://github.com/derkzomer/nrf24l01-esp8266