You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [Arduino Cloud](https://app.arduino.cc/) is a platform for developing Arduino projects and connecting them to the world. It supports secure connections with boards via [Wi-Fi®](/arduino-cloud/hardware/wifi), [LoRa®](/arduino-cloud/hardware/lora), [Ethernet](/arduino-cloud/hardware/ethernet) and [Cellular (GSM/NB-IoT)](/arduino-cloud/hardware/cellular), and lets you create a system for sending any variable information you can think of from one board to another within minutes of unboxing them.
8
+
The [Arduino Cloud](https://app.arduino.cc/) is a platform for developing Arduino projects and connecting them to the world. It supports secure connections with boards via [Wi-Fi®](/arduino-cloud/hardware/wifi), [LoRa®-enabled devices](/arduino-cloud/hardware/lora), [Ethernet](/arduino-cloud/hardware/ethernet) and [Cellular (GSM/NB-IoT)](/arduino-cloud/hardware/cellular), and lets you create a system for sending any variable information you can think of from one board to another within minutes of unboxing them.
9
9
10
10
The Arduino Cloud platform includes:
11
11
- an **Integrated Development Environment (IDE)** for programming your boards,
@@ -46,7 +46,7 @@ Compatibility with the Arduino Cloud is divided into two categories:
46
46
47
47
For more information and list of supported boards, see the links below:
***Check the GitHub repository [here](https://github.com/arduino-libraries/ArduinoIoTCloud?tab=readme-ov-file#what).***
27
27
@@ -50,13 +50,13 @@ Wi-Fi devices require you to enter valid credentials for the Wi-Fi network you a
50
50
51
51
***Read more and see the list of all compatible Wi-Fi® boards in the [Arduino Cloud Wi-Fi documentation](/arduino-cloud/hardware/wifi).***
52
52
53
-
### Official LoRaWAN® Boards
53
+
### Official LoRa®-enabled Devices
54
54
55
-
LoRaWAN® boards also have a crypto chip on board but connect to the Arduino Cloud through nearby LoRaWAN® gateways. LoRaWAN® devices are designed to use minimal power and transmit over longer ranges, hence the name:
56
-
-**LoRa®** - long-range technology used for transmission of data using minimal amounts of power for long distances.
57
-
-**LoRaWAN®** - a network of gateways connected to the Internet that can receive and send data to LoRa® devices.
55
+
LoRa®-enabled devices also have a crypto chip on board but connect to the Arduino Cloud through nearby LoRa gateways. LoRa-enabled Devices are designed to use minimal power and transmit over longer ranges, hence the name:
56
+
-**LoRa® technology** - long-range technology used for transmission of data using minimal amounts of power for long distances.
57
+
-**LoRa®-based network** - a network of gateways connected to the Internet that can receive and send data to LoRa devices.
58
58
59
-
***Read more and see the list of all compatible LoRa® boards in the [Arduino Cloud LoRaWAN® documentation](/arduino-cloud/hardware/lora).***
59
+
***Read more and see the list of all compatible LoRa®-enabled Devices in [this documentation](/arduino-cloud/hardware/lora).***
60
60
61
61
### ESP32 / ESP8266 (Wi-Fi®)
62
62
@@ -98,7 +98,7 @@ A device's information can be accessed directly in the Arduino Cloud under **"De
98
98
99
99
-**ID** - your device's ID, mainly needed for manual device connection.
100
100
-**Type** - name / type of board, e.g. MKR WiFi 1010.
101
-
-**Connection Type** - e.g. Wi-Fi®, LoRaWAN®.
101
+
-**Connection Type** - e.g. Wi-Fi®, LoRa®-based network.
102
102
-**FQBN** - fully qualified board name, used for compilation for a specific board, e.g. `arduino:samd:mkrwifi1010`.
103
103
-**Serial Number** - when configuring an official board, the serial number will be registered.
104
104
-**Connectivity Module Firmware** - for Wi-Fi® boards only, the current firmware on the board's radio module.
@@ -111,4 +111,8 @@ A device's information can be accessed directly in the Arduino Cloud under **"De
111
111
112
112
All hardware devices connecting to the Arduino Cloud use the following libraries:
113
113
-[ArduinoIoTCloud](https://github.com/arduino-libraries/ArduinoIoTCloud) - main library for Arduino Cloud, including methods for sending and receiving data, handling callbacks etc. Either via TCP/IP or LPWAN.
114
-
-[Arduino_ConnectionHandler](https://github.com/arduino-libraries/Arduino_ConnectionHandler) - library for handling connection methods to the Arduino Cloud (Wi-Fi®, LoRaWAN®, Ethernet, NB-IoT, GSM).
114
+
-[Arduino_ConnectionHandler](https://github.com/arduino-libraries/Arduino_ConnectionHandler) - library for handling connection methods to the Arduino Cloud (Wi-Fi®, LoRa®-based network, Ethernet, NB-IoT, GSM).
115
+
116
+
## Trademark Acknowledgments
117
+
118
+
-**LoRa®** is a registered trademark of Semtech Corporation.
0 commit comments