4679

Collect your GROW nRf radio data with an ESP8266.

Related projects

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 !