Yes, I usually use { "req": "hub.set", "mode": "continuous", "sync": true, "inbound": 1}
when I want to just put my notecard into the fastest (most power-hungry) mode. Yes, the modem will stay powered on and connected to notehub to avoid the handful of seconds (or more) it can take to find a cell tower and get a secure connection to the notehub cloud.
When using notes to send time-sensitive messages back up to the cloud, you’ll want to set "sync":true
on the note.add
request like this {"req":"note.add","sync":true,"body":{"foo":"bar"}}
.
The general power-draw info for the NOTE-NBGL-500 is here on the datasheet. To be more precise, you’ll want to do your own measurements when you get your whole device put together. The NOTE-NBGL-500 does support GSM, so you’ll want to be prepared for short spikes of 2A if there is GSM (2G) coverage you’re going to be depending on.
If four hours of continuous
operation is sufficient between charging opportunities, you might be well served by the $10 Scoop hybrid supercapacity which charges really fast, and doesn’t have li-ion shipping restrictions.
By the way, I would be remiss not to mention that latency in the world of wireless communication depends on so many factors, we can’t guarantee anything. I’m just saying I’ve seen it regularly working faster than a second or two.
Because network latency is dependent on RAT (e.g. NB-IoT, GSM, Cat-M, Cat-1), device signal strength, and the state of the Notecard’s connection to Notehub, Blues does not estimate nor document expected latency thresholds for the Notecard. faq
You can check what which RAT (radio access technology, like GSM) your devices have been using:
- Notehub.io > your project >
- Devices page > Sessions button > Download button
- Search the json file for
"rat":"gsm"