MKRGSM icon indicating copy to clipboard operation
MKRGSM copied to clipboard

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

Hi, Is there a method in the FTP library to determine the existence of a file in a directory on an FTP server. For example, something that is equivalent to...

As you can see the UDP Timeout is 3 Minutes. That's far too long and needs to be changeable. If the message isn't transferred within a few seconds it'll never...

status: waiting for information

Hello, i am using an mkr gsm 1400 for sending an analog value to ThingSpeak. This is used for Checking the waterlevel in an small hydrostatic power station. The mobile...

status: waiting for information

I'm looking for a reusable-way to use the library in async. Started with the `GsmWebClient` example, I tried to rewrite the first call `GSM::begin(PINNUMBER)` into synchronized function. My attempt is...

I have now been attempting for quite some time to get a reliable gprs connection for uploading data to server. I do not need more advanced than a get request...

Hello, disconnecting the antenna during runtime will cause the MKR 1400 (didnt test any other) to crash. It happens in the MODEM.cpp in the send method during the _uart->flush(); ```...

Is there a plan to add phonebook functionality so we can add, read and delete contacts to SIM card?

type: enhancement

I tried writing a program structured like so ``` c++ GSMSSLClient client; void setup() { /* ... */ client.connect(host, 443); /* ... */ } void loop() { unsigned long now;...

Hi! I found an issue related to an infinite loop reading data. The problem is caused by too much AT commands send to GSM modem without waiting 20ms as is...

type: imperfection

I've been encountering challenges with my Arduino MKR GSM 1400 module, specifically when making secure HTTPS requests to the OpenCellID API and managing SSL certificates for secure connections. Here are...