Modifications

Sauter à la navigation Sauter à la recherche
Ligne 215 : Ligne 215 :  
| align="left" | The software is running properly and emitting data.
 
| align="left" | The software is running properly and emitting data.
 
|- style="font-size: 90%"
 
|- style="font-size: 90%"
| align="left" | NeoPixel OFF
+
| align="left" | Error 1
| align="left" | The {{fname|setup()}} did complete successfully. The main {{fname|loop()}} is not running.
+
| align="left" | RFM69 Radio module initialisation error
| align="left" | ''Nothing to do here, just check the RADIO_LED for more informations''.
+
| align="left" | Double check the RFM69 wiring.<br />Check wiring vs pins declaration (in code)
 
|- style="font-size: 90%"
 
|- style="font-size: 90%"
| align="left" | RADIO LED = 1 pulse 50ms
+
| align="left" | Error 2
| align="left" | The LED is pulsed for each successfully send message + getting ACK from the receiver. The code wait 500ms max for the ACK.
+
| align="left" | BMP280 initialisation error
| align="left" | ''Nothing to do here''.
+
| align="left" | Double check the BMP280 wiring.  
 
|- style="font-size: 90%"
 
|- style="font-size: 90%"
| align="left" | RADIO LED = 2 pulse 50ms + pause 100ms
+
| align="left" | Error 3
| align="left" | Message send but error while decoding the ACK response.  
+
| align="left" | BMP280 read data error.  
| align="left" | ''This is not critical, the most important is that the message was sent successfully''.
+
| align="left" | Double check stability of I2C bus.
 
|- style="font-size: 90%"
 
|- style="font-size: 90%"
| align="left" | RADIO LED = 3 pulse 50ms + pause 150ms
+
| align="left" | Error 4
| align="left" | Not ACK message received within the 500ms after message was sent.<br />This can be interpreted as "Is there someone listening the message?" because there are not reply.
+
| align="left" | Main application loop crash unexpectedly
| align="left" | ''This is not critical, the most important is that the message was sent successfully''.
+
| align="left" | Check error description description in the REPL console.
 
|}
 
|}
  
29 917

modifications

Menu de navigation