Bonjour,
je teste actuellement des couples de ESP32 TTGO LoRa et j'observe parfois un comportement anormal, les données sont transmises avec un signal RSSI correct et stable puis j'ai une donnée aberrante avec un RSSI très faible.
Voici le retour du moniteur :
2:51:48.787 -> Received packet 'hello 551' with RSSI -70
12:51:54.835 -> Received packet 'hello 552' with RSSI -69
12:52:00.883 -> Received packet 'hello 553' with RSSI -69
12:52:06.931 -> Received packet 'hello 554' with RSSI -70
12:52:09.510 -> Received packet '12.93' with RSSI -116
12:52:12.932 -> Received packet 'hello 555' with RSSI -70
12:52:18.980 -> Received packet 'hello 556' with RSSI -70
12:52:25.028 -> Received packet 'hello 557' with RSSI -68
12:52:31.076 -> Received packet 'hello 558' with RSSI -70
J'observe cela avec les fichiers lorasender.ino et lorareceiver.ino mais aussi avec mes propres adaptations intégrant l'option deepsleep (que je teste pour une application particulière). J'ai utilisé divers ESP32, fait varié la vitesse de transfert série, bref, je suis dans l'inconnu.
Seul problème, je teste sur banc avec des distances très faibles entre émetteur et récepteur.
En situation, je n'ai pas observé ce type de valeur aberrante (ou tout du moins avec une telle fréquence, toutes les 20 à 30 données)
Une idée ?