-->
Page 1 of 1

POST Request using NRF24L01 and ESP8266 AT Commands

PostPosted: Tue Jul 07, 2015 10:51 am
by Zomer
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