Simulate GPRS-only

Hi,

for my current project, the target location only supports GPRS. I would like to test this in my lab (especially the current draw). Is my understanding of the documentation correct, that I need a narrow-band notecard for testing and that I have to use the a card.wireless request to set the modem to gprs-only, like

{
  "req": "card.wireless",
  "mode": "gprs"
}

Currently I have a normal Cell+Wifi notecard.

Hi @datalogger,

Actually GPRS (2G) is supported on all of our cellular-based Notecards (including Cell+WiFi). So yes, use that card.wireless request and you should be good!

Rob