oscgonfer
oscgonfer
Just tested again with the node I have at hand (`seeed-xiao-s3`), and I confirm the changes work as intended in my test: ``` device/sck/mesh12/2/json/LongFast/!da741924 {"channel":0,"from":3665041700,"hop_start":3,"hops_away":0,"id":68397858,"payload":{"relative_humidity":55.9199981689453,"temperature":27.4300003051758},"sender":"!da741924","timestamp":1750065519,"to":4294967295,"type":"telemetry"} ```
Hi @mingyuzhuu can you indicate: - how long was the device left without power? - what was the configuration (reading interval) if not the default one? If it's possible to...
Hi @mingyuzhuu Thank you for the update. I have repeated your steps but I am still unable to reproduce it. One question: was the sd-card extracted at some point and...
Hi @qfisch, Thank you for the response. It's not running for much time (probably seconds?) before entering in that sequence from above forever. I left the device running in that...
Hi @qfisch Indeed, I tested the approach and I get the following (I added some decoration and only print the `non-CRC` parts of the buffer): ``` [0, 28, 177, 2,...
Hi @qfisch Thanks for the comment. I have done as mentioned, run the algorithm for an hour without stopping and it works perfectly. However, as soon as I stop the...
Ok, I think I understand what's happening and it seems like the first responses are 0 after restoring thr voc state. After that, the values go back to similar values...
Thanks @qfisch I am doing tests with this approach and will come back to you with results as well. The deep sleep mode is still returning 0s (so does the...
Oh! Sorry for that! The use case is again for the `environmental sensing` one, where we use sensors sometimes on battery, and is convenient to know what the battery status...
Aha! OK, I'll double check how we do it in our current hardware and revisit this once there is an actual board.