MKRNB
MKRNB copied to clipboard
Add Azure new root certificates - DigiCertGlobalRootG2 - Microsoft RSA Root Certificate Authority 2017 Should fix #115 Not tested
I want to periodically power the cellular module and then shut it down again to save energy. But when I detach it after sending data via a UDP socket, the...
It took us some time to figure out, but sockets doesn't always gracefully close, making it impossible to read data from a socket. Our software creates a UDP Socket on...
As stated in the forum posts of Cabsteena: https://forum.arduino.cc/t/mkr-nb-1500-azure-iot-hub-new-digicert-global-root-g2-root-certificate/1118180/2 This should be added to the library to further guarantee the support of the changed root certs from Baltimore Cybertrust to...
When I try to use the library, in the "NBWebClient" example, I get the same error from the `Modem.cpp` file. ```text ..\libraries\MKRNB\src\Modem.cpp:383:18: error: 'SerialSARA' was not declared in this scope...
Documentation specifies that the wait response timer could be as high as 120 000ms for the USOCL AT command. When USOCL was called and the response time was higher than...
https://github.com/arduino-libraries/MKRNB/blob/186147e44b5c28c637c9bb6f7c219d6d0a574214/src/Modem.cpp#L221 This macro BUFSIZ expands to 521 bytes in stdio.h
consider adding a yield statement here: https://github.com/arduino-libraries/MKRNB/blob/c0ee4ed2fd3cad28a2072e0e27e7fd6b80affa89/src/Modem.cpp#L308 This is a tight loop and I don't think real-time timing is really all that necessary here.