Replies: 1 comment 4 replies
-
It is very much possible to miss reception, for two reasons:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I got problem with missing messeages. Example: 3 in row missed, one received, 3 missed...
With default code it is receiving every messeage.
Here is my transmitter code (components I'm using - sht31, hx711, max4466):
and this is reveiver (with few libraries to connect wifi and send data to server):
I need to receive every message so it could be updated on website, but my program is missig data. I was testing how long it takes to send message if status code is 200, and it's about 320ms, but messages are sending in 1 min intervals (or larger), to it's not possible to miss receiving.
Could you help me or do you have any suggestion what could i change?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions