MKRGSM icon indicating copy to clipboard operation
MKRGSM copied to clipboard

Results 41 MKRGSM issues
Sort by recently updated
recently updated
newest added

Hi, I have Arduino MKR GSM 1400 board and I try to establish ftp -connection into a web site. All Arduino FTP program examples includes those libraries (GSMFTP.h and GSMFileSystem.h)......

The GsmSSLWebClient example attempts to access https://arduino.cc/asciilogo.txt, which has been moved to https://www.arduino.cc/asciilogo.txt, resulting in the response: ``` Starting Arduino web client. connecting... connected HTTP/1.1 301 Moved Permanently Server: nginx...

type: imperfection

My MKRGSM1400 hangs after a random amount of time (sometime after a couple of seconds, sometimes after an hour). The Code (based on the `GsmWebClient` example, but then 'get' is...

*Moved from https://github.com/arduino/Arduino/issues/9782 by @Kevin-a69* I am currently experiencing a significant performance issue on the Arduino MKR 1400 regarding its handling of SMS incoming messages using the "available()" function. For...

type: imperfection

I get following error messages while compiling my project: `Arduino: 1.8.13 (Windows Store 1.8.42.0) (Windows 10), Board: "Arduino MKR GSM 1400" D:\OneDrive\Arduino\libraries\MKRGSM\src\GSM.cpp: In member function 'long unsigned int GSM::getTime()': D:\OneDrive\Arduino\libraries\MKRGSM\src\GSM.cpp:339:13:...

Hi, I have been using the MKRGSM library and MKR1400 Board, for our application, were it connects to the Azure IoT hub for every 2.5 minutes and relays the data...

type: imperfection

Hi, The main flaw I experience with MKRGSM lib is inability to do range of things without temporary freezing or slowing down the loop timers. E.g. each time I attempt...

When changing the character set in the GSM_SMS.cpp file by adding `MODEM.send("AT+CSCS=\"UCS2\"");` right under GSM_SMS::available(). I receive all messages in UCS2. This gets translated and solves issues with accented characters...

Hello, I will be using an Arduino MKR GSM 1400 on an installation that is in french. I have come across a bug in the library where accents are not...

GSM.begin(PIN) is called in a loop in all example code. Therefore users omitting or setting an incorrect PIN results in SIM card being locked when the sketch is executed, as...

type: imperfection