@@ -6,11 +6,30 @@ Arduino Library for network connections management
6
6
[ ![ Spell Check status] ( https://github.com/arduino-libraries/Arduino_ConnectionHandler/actions/workflows/spell-check.yml/badge.svg )] ( https://github.com/arduino-libraries/Arduino_ConnectionHandler/actions/workflows/spell-check.yml )
7
7
8
8
Library for handling and managing network connections by providing keep-alive functionality and automatic reconnection in case of connection-loss. It supports the following boards:
9
- * ** WiFi** : [ ` MKR 1000 ` ] ( https://store.arduino.cc/arduino-mkr1000-wifi ) , [ ` MKR WiFi 1010 ` ] ( https://store.arduino.cc/arduino-mkr-wifi-1010 ) , [ ` Nano 33 IoT ` ] ( https://store.arduino.cc/arduino-nano-33-iot ) , [ ` Portenta H7 ` ] ( https://store.arduino.cc/products/portenta-h7 ) , [ ` Nano RP2040 Connect ` ] ( https://store.arduino.cc/products/arduino-nano-rp2040-connect ) , [ ` Nicla Vision ` ] ( https://store.arduino.cc/products/nicla-vision ) , [ ` OPTA WiFi ` ] ( https://store.arduino.cc/products/opta-wifi ) , [ ` GIGA R1 WiFi ` ] ( https://store.arduino.cc/products/giga-r1-wifi ) , [ ` Portenta C33 ` ] ( https://store.arduino.cc/products/portenta-c33 ) , [ ` UNO R4 WiFi ` ] ( https://store.arduino.cc/products/uno-r4-wifi ) , [ ` Nano ESP32 ` ] ( https://store.arduino.cc/products/nano-esp32 ) , [ ` ESP8266 ` ] ( https://github.com/esp8266/Arduino/releases/tag/2.5.0 ) , [ ` ESP32 ` ] ( https://github.com/espressif/arduino-esp32 )
10
- * ** GSM** : [ ` MKR GSM 1400 ` ] ( https://store.arduino.cc/arduino-mkr-gsm-1400-1415 )
9
+
10
+ * ** Wi-Fi** : [ ` MKR 1000 ` ] ( https://store.arduino.cc/arduino-mkr1000-wifi ) , [ ` MKR WiFi 1010 ` ] ( https://store.arduino.cc/arduino-mkr-wifi-1010 ) , [ ` Nano 33 IoT ` ] ( https://store.arduino.cc/arduino-nano-33-iot ) , [ ` Portenta H7 ` ] ( https://store.arduino.cc/products/portenta-h7 ) , [ ` Nano RP2040 Connect ` ] ( https://store.arduino.cc/products/arduino-nano-rp2040-connect ) , [ ` Nicla Vision ` ] ( https://store.arduino.cc/products/nicla-vision ) , [ ` OPTA WiFi ` ] ( https://store.arduino.cc/products/opta-wifi ) , [ ` GIGA R1 WiFi ` ] ( https://store.arduino.cc/products/giga-r1-wifi ) , [ ` Portenta C33 ` ] ( https://store.arduino.cc/products/portenta-c33 ) , [ ` UNO R4 WiFi ` ] ( https://store.arduino.cc/products/uno-r4-wifi ) , [ ` Nano ESP32 ` ] ( https://store.arduino.cc/products/nano-esp32 ) , [ ` ESP8266 ` ] ( https://github.com/esp8266/Arduino/releases/tag/2.5.0 ) , [ ` ESP32 ` ] ( https://github.com/espressif/arduino-esp32 ) ,
11
+ [ ` Notecard ` ] ( https://shop.blues.com/collections/notecard )
12
+ * ** GSM** : [ ` MKR GSM 1400 ` ] ( https://store.arduino.cc/arduino-mkr-gsm-1400-1415 ) , [ ` Notecard ` ] ( https://shop.blues.com/collections/notecard )
13
+ * ** LTE** : [ ` Notecard ` ] ( https://shop.blues.com/collections/notecard )
11
14
* ** 5G** : [ ` MKR NB 1500 ` ] ( https://store.arduino.cc/arduino-mkr-nb-1500-1413 )
12
- * ** LoRa** : [ ` MKR WAN 1300/1310 ` ] ( https://store.arduino.cc/mkr-wan-1310 )
15
+ * ** LoRa** : [ ` MKR WAN 1300/1310 ` ] ( https://store.arduino.cc/mkr-wan-1310 ) , [ ` Notecard ` ] ( https://shop.blues.com/collections/notecard )
13
16
* ** Ethernet** : [ ` Portenta H7 ` ] ( https://store.arduino.cc/products/portenta-h7 ) + [ ` Vision Shield Ethernet ` ] ( https://store.arduino.cc/products/arduino-portenta-vision-shield-ethernet ) , [ ` Max Carrier ` ] ( https://store.arduino.cc/products/portenta-max-carrier ) , [ ` Breakout ` ] ( https://store.arduino.cc/products/arduino-portenta-breakout ) , [ ` Portenta Machine Control ` ] ( https://store.arduino.cc/products/arduino-portenta-machine-control ) , [ ` OPTA WiFi ` ] ( https://store.arduino.cc/products/opta-wifi ) , [ ` OPTA RS485 ` ] ( https://store.arduino.cc/products/opta-rs485 ) , [ ` OPTA Lite ` ] ( https://store.arduino.cc/products/opta-lite ) , [ ` Portenta C33 ` ] ( https://store.arduino.cc/products/portenta-c33 ) + [ ` Vision Shield Ethernet ` ] ( https://store.arduino.cc/products/arduino-portenta-vision-shield-ethernet )
17
+ * ** Satellite** : [ ` Notecard ` ] ( https://shop.blues.com/collections/notecard )
18
+
19
+ #### More About Notecard Connectivity
20
+
21
+ The Notecard is a wireless, secure abstraction for device connectivity, that can
22
+ be used to enable _ ANY* _ device with I2C, or UART, to connect to the Arduino IoT
23
+ Cloud via cellular, LoRa, satellite or Wi-Fi (including the devices listed
24
+ above)!
25
+
26
+ As a result, the STM32 architecture has now been added to this library. If you
27
+ have an STM32 device, you are now able to connect it to the Arduino IoT Cloud by
28
+ using a Notecard to provide a secure communication channel.
29
+
30
+ > \* _ Unfortunately, the AVR architecture is not supported by the Arduino IoT
31
+ > Cloud library. Therefore, those devices are ineligible for use with the
32
+ > Notecard._
14
33
15
34
### How-to-use
16
35
0 commit comments