Hello,
I've run into a problem sending sigfox messages on some of my boards. I am sending a data message with sensor measurements at regular intervals. The sensor wakes up, measures for 3 seconds, and sends the message.
But several times a day I send messages that were just the battery value. The sensor wakes up, compiles the report in a few hundred milliseconds, and sends. On most boards, it is not a problem, but on some, I have encountered that the sending gets stuck. If I turn on the debug mod on sigfox everything goes as it should, likewise if I put a 500 ms wait before sending this message. It looks to me like the sigfox infrastructure has not been fully initialized. It only does this with some HW pieces though. Any idea what this could be?
It doesn't seem to be a complete system solution to give a 500 ms wait before sending a message, but it works.
Hello,
I've run into a problem sending sigfox messages on some of my boards. I am sending a data message with sensor measurements at regular intervals. The sensor wakes up, measures for 3 seconds, and sends the message.
But several times a day I send messages that were just the battery value. The sensor wakes up, compiles the report in a few hundred milliseconds, and sends. On most boards, it is not a problem, but on some, I have encountered that the sending gets stuck. If I turn on the debug mod on sigfox everything goes as it should, likewise if I put a 500 ms wait before sending this message. It looks to me like the sigfox infrastructure has not been fully initialized. It only does this with some HW pieces though. Any idea what this could be?
It doesn't seem to be a complete system solution to give a 500 ms wait before sending a message, but it works.