Part 5 : Your GROW data on ESP8266
Collect your GROW nRf radio data with an ESP8266.
Related projects
- Part 1: Protect your sensor boards (BMP280, SI7021, etc.)
- Part 2: GROW radio platform nRF24+ multi-sensor
- Part 3: GROW data radio visio logger TFT 3.5"
- Part 4: GROW platform - data logger software
- Part 5: Your Grow data on ESP8266
Description
This part assumes you are using the Arduino IDE and ESP package. (https://arduino.esp8266.com/stable/package_esp8266com_index.json) The code of this project is associated with code probe of Part : 4, and display the data on a basic web-server page. The code for this project is a stub intended to open up ideas for displaying data from Grow nRF radio on web server.Connections:
ESP --- nRF24+
D3 CNS
D5 SCLK
D6 MISO
D7 MOSI
D8 CS
Alimenter le nRF en 3V3, utiliser de préférence une alimentation externe ou mettre un condenstaeur aux bornes du nRF d'env 47µ ou+
Si l’ESP reboot faire outils ->debug port : disabledebub serial : rien
ou voir https://arduino-esp8266.readthedocs.io/en/latest/faq/a02-my-esp-crashes.html
Sinon sortie serial ::1
9:34:19.854 -> ...........
19:34:25.564 -> Connected to freebox_xxxx
19:34:25.611 -> IP address: 192.nnnn
19:34:25.611 -> HTTP server started
19:34:25.611 -> message L:100
9:34:25.611 -> message C:232
19:34:25.611 -> message T:231
19:34:29.074 -> message L:100
19:34:29.074 -> message C:232
19:34:29.121 -> message T:231
19:34:29.355 -> message H:4172
Bon web !
Discussion (0 commentaire(s))