Dear,
I am testing with thing91
todo: read and send the temperature to my webserver in each 15mn
using: thingy91, LTE_M
sample1: in the fridge (4C)
sample2: in the freezer (-22C)
Problem:
sample2: stopped working when the battery was 55%
sample1: stopped working when the battery was 45%
My state machine:
Connect LTE_M
Sleep(15mn) - to get stable temperature
loop{
read(Temp,Battery)
http_post to my webserver
Sleep(15mn)
}
Could you plz tell me why?
I am using the original battery of thingy91
BR
Hoang Nguyen