MKRNB icon indicating copy to clipboard operation
MKRNB copied to clipboard

Results 39 MKRNB issues
Sort by recently updated
recently updated
newest added

When I run [examples/NBSSLWebClient/NBSSLWebClient.ino](https://github.com/arduino-libraries/MKRNB/blob/master/examples/NBSSLWebClient/NBSSLWebClient.ino), the simple example for connecting to an HTTPS/SSL web server, it only works on a few sites. It works on: - [webhook.site](https://webhook.site) - [aftenposten.no](https://aftenposten.no) It does...

On the MKR NB1500, the MKRNB library has a fault in it such that the example sketch for SMS Receive does not work. If there are pending messages when it...

type: imperfection

I have not been able to connect to I2C devices on a MKR1500. The I2C device seems to stop responding after the MKRNB library is added to the sketch. I...

type: imperfection

Hi I see that this commit https://github.com/arduino-libraries/MKRNB/commit/7891975dff5fb697d0115670ea4ed19b9f3695ab removed the AmazonRootCA1 from the NBRootCerts.h file. Will that break connections to AWS IoT if the MKR NB 1500 trys to connect to...

Hi all, For a project I need to get the MKNBR connected to a Azure cloud server and yes, I did it! But then I started making it bulletproof. To...

We're testing with the MKRNB 1500 and the Telstra network in Australia (in AEDT/AEST timezone; currently +11) and the CCLK command in the get time functions of the MKRNB libraries...

Is there any documentation about connecting to SSL websites? If i try the example from https://www.arduino.cc/en/Tutorial/MKRNBExamplesNBSSLWebClient it does not send the request. It works with http, but i tried several...

This PR is intended to fix #71. The modem used to behave properly only when using `nbAccess.begin(PINNUMBER, APN, USERNAME, PASSWORD, false, true)`, which does not restart the modem. By changing...

My new mkr nb 1500 cannot send sms is not working. But if the number to send the sms to has previously sent a message to the mkr 1500 than...

It has been a couple of weeks since we found our issue, but essentially it was a one liner fix... Background: The Arduino MKR NB 1500 was running with no...

topic: code