alanoatwork
alanoatwork
@Nels52 I removed the code from my loop() after following your example but I get the idea. Thanks for the tip, otherwise I'm sure I would have had another system...
@eiriksels I'm taking my app out for a test drive for the next few days as well so we'll see how it does moving around. My only issue is that...
@Nels52 I noticed that every hour i detect gprs.status() == IDLE and restart the web client. However, this consumes about 1000 bytes, meaning that I'd use about 720K per month...
@Nels52 I'm able to receive SMS messages even when grps.status() == IDLE. I guess this means that a GPRS connection isn't required to receive SMS. I'll let it run without...
@Nels52 Basically my app is a platform to economically control an IoT device an inexpensively as possible. The MKR board directly receives SMS messages, I suppose via GSM directly. Received...