Skip to content

Releases: mdelain/Arduino_MKR_NB_1500

Fixed periodic network keep-alive

23 Jun 14:35
25796d2
Compare
Choose a tag to compare

Fixed periodic network keep-alive in LiveObjects.h

Detailed code samples

23 Jun 07:20
c708b41
Compare
Choose a tag to compare

Specific code samples that describes different ways to use samples and interact with Live Objects

Customizable parameters & commands

31 May 19:07
0848dc6
Compare
Choose a tag to compare
Pre-release

This release introduces a new, simpler way for using parameters and commands with Live Objects. It also offers a dead simple way of sending data to Live Objects.

MQTTS support

03 Apr 10:31
b3ce932
Compare
Choose a tag to compare

MQTTS support + comments in the code.
Notice: many changes in the code (both in arduino_secrets.h and .ino files), plus a new LiveObjectsCert.h file that holds the needed Root CA certificate in order to connect using MQTTS.

Adding APN settings

30 Mar 16:54
ce38c7a
Compare
Choose a tag to compare

You can now set custom APN settings in the ARDUINO_SECRETS file.

Also, the #define preprocessing directive holding the Live Objects API key changed from

#define SECRET_MQTTPASS

to

# define SECRET_LIVEOBJECTS_API_KEY

Initial release

30 Mar 12:45
dd27d59
Compare
Choose a tag to compare
1.0.0

Update and rename Arduino_MKR1500.ino to Arduino_MKR1500NB.ino