Skip to content

Make MKR NB 1500 suitable for usage with NB-IoT networks - #104

Closed
aentinger wants to merge 3 commits into
masterfrom
nb1500-ntp-use-ip
Closed

Make MKR NB 1500 suitable for usage with NB-IoT networks#104
aentinger wants to merge 3 commits into
masterfrom
nb1500-ntp-use-ip

Conversation

@aentinger

@aentinger aentinger commented Mar 19, 2020

Copy link
Copy Markdown
Contributor

This PR allows to use IPAddress objects for connecting with the Arduino IoT Cloud. This is useful when connecting via NB-IoT networks where no DNS is provided. For using in your Arduino sketch simply perform the following replacement:

-ArduinoCloud.begin(ArduinoIoTPreferredConnection);
+ArduinoCloud.begin(ArduinoIoTPreferredConnection, DEFAULT_BROKER_SECURE_AUTH_IP_1);

@aentinger

aentinger commented Apr 14, 2020

Copy link
Copy Markdown
Contributor Author

Successfully tested on PROD with

@aentinger
aentinger force-pushed the nb1500-ntp-use-ip branch 3 times, most recently from 929c958 to b464613 Compare April 21, 2020 12:27
@aentinger

Copy link
Copy Markdown
Contributor Author

@matteosuppo @facchinm any updates on getting the latest ESP8266 on Arduino Create?

@arduino-libraries arduino-libraries deleted a comment from github-actions Bot Jul 7, 2020
@aentinger
aentinger force-pushed the nb1500-ntp-use-ip branch from b464613 to 2c4714e Compare July 8, 2020 07:06
@aentinger
aentinger force-pushed the nb1500-ntp-use-ip branch from 2c4714e to fb58423 Compare July 8, 2020 07:09
@codecov-commenter

codecov-commenter commented Jul 8, 2020

Copy link
Copy Markdown

Codecov Report

Merging #104 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #104   +/-   ##
=======================================
  Coverage   95.59%   95.59%           
=======================================
  Files          29       29           
  Lines         998      998           
=======================================
  Hits          954      954           
  Misses         44       44           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1c1e33d...9b1bd99. Read the comment docs.

@aentinger
aentinger force-pushed the nb1500-ntp-use-ip branch from fb58423 to 1804e45 Compare July 8, 2020 07:11
@aentinger
aentinger force-pushed the nb1500-ntp-use-ip branch from 1804e45 to 9b1bd99 Compare July 8, 2020 07:15
@arduino-libraries arduino-libraries deleted a comment from github-actions Bot Jul 8, 2020
@github-actions

github-actions Bot commented Jul 8, 2020

Copy link
Copy Markdown

Memory usage change @9b1bd99083289c2db396ce295a3a758ed215d3b2

FQBN Flash Usage RAM For Global Variables
arduino:samd:mkr1000 💚 -112 🔺 +104
arduino:samd:mkrgsm1400 💚 -88 🔺 +104
arduino:samd:mkrnb1500 💚 -96 🔺 +104
arduino:samd:mkrwan1300 0 0
arduino:samd:mkrwifi1010 💚 -112 🔺 +104
arduino:samd:nano_33_iot 💚 -96 🔺 +104

@github-actions

github-actions Bot commented Jul 8, 2020

Copy link
Copy Markdown

Memory usage change @6b03c3bf3c72e15c45c4edbfa5d967417ad7ee18

FQBN Flash Usage RAM For Global Variables
arduino:samd:mkr1000 💚 -112 🔺 +104
arduino:samd:mkrgsm1400 💚 -96 🔺 +104
arduino:samd:mkrnb1500 💚 -96 🔺 +104
arduino:samd:mkrwan1300 0 0
arduino:samd:mkrwifi1010 💚 -112 🔺 +104
arduino:samd:nano_33_iot 💚 -96 🔺 +104

@aentinger aentinger closed this Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants