MKRGSM
MKRGSM copied to clipboard
I was looking at the write function of GSMCLIENT and noticed something : ```cpp void GSMClient::beginWrite(bool sync) { _writeSync = sync; } size_t GSMClient::write(uint8_t c) { return write(&c, 1); }...
Hello all. First of all this is my first time posting on forums in github so if my way of posting is not as it should be, don't hesitate to...
I am having an issue establishing an HTTPS connection to a server on digital ocean. I worked with their engineers to pinpoint what is happening and it turns out that...
The GlobalSign certificate in `GSMRootCerts.h` was only good through Dec 2021. I exported the latest root certificate for GlobalSign and converted its DER formatted file into a uint8_t array and...
The file asciilogo.txt is moving from arduino.cc to a different domain arduino.tips hence we need to change examples.
I've posted this before, but I'll try again. My code is pretty simple. I check for SMS messages and then reply back using Hologram's network. I'm using the latest MKRGSM...
Hi team! I have been facing issues using the GsmSSLWebClient example to connect to some servers via HTTPS. I suspect that the cause of my connectivity issue could be related...
Hello I need to set my MKRGSM1400 for working in to 3G mode for upload a file vs an hosted FTP server, but I noticed that although I have set...
There are two bugs in the [GsmSSLWebClient sketch](https://github.com/arduino-libraries/MKRGSM/blob/master/examples/GsmSSLWebClient/GsmSSLWebClient.ino) First: If one uploads this sketch, it never finishes, never gets to lines 91 and 92: ``` Serial.println(); Serial.println("disconnecting."); ``` Second: If...
Hello everyone, I'm here to provide a fix (or its inspiration) to you great guys. **## SCENARIO** I was happily using MKRGSM library to register on GSM/GPRS and connect to...