Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

aentinger
Copy link
Contributor

@aentinger aentinger commented Mar 19, 2020

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
Copy link
Contributor Author

aentinger commented Apr 14, 2020

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
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
Copy link

codecov-commenter commented Jul 8, 2020

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
Copy link

github-actions bot commented Jul 8, 2020

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
Copy link

github-actions bot commented Jul 8, 2020

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