MKRGSM
MKRGSM copied to clipboard
All It appears the cloud provider example for Google Cloud is nolonger operational. Any update on this?
We have experienced rare crashes of the U Blox Modem after longer periods in 2G fallback mode. The 2G fallback is neccessary due to 3 G network shutdowns here in...
I am using a MKR1400 with an activated Arduino SIM and trying to set up a basic HTTP SSL connection over GSM. I'm using the example web client sketch found...
Is it possible to send using the GSM character set? It doesn't appear to be documented on arduino.cc/en/Reference/MKRGSM and I've tried every possible approach I can think of without success....
As mentioned in #84, when we need to create async version of these classes and keep the same logic as the original version, we need to access several internal variables....
Whats up! I am was working on a contact manager for the MKRGSM, and put together a class that allow access to the SIM Contact memory. I tested this code...
Timeouts on connect and write prevents sketch lockups due to poorly powered modem.
Hi, I added an API to use FTP (not with SSL/TLS) and an other to manage local file system. You can run the example project FTP.ino, you will need a...
I added a TCP write function to write raw binary data.