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
Copy file name to clipboardExpand all lines: content/hardware/01.mkr/01.boards/mkr-wifi-1010/datasheet/datasheet.md
+10-7
Original file line number
Diff line number
Diff line change
@@ -135,9 +135,10 @@ Communication with NINA Module W102 happens through UART and SPI through the fo
135
135
136
136
### Wi-Fi® Module
137
137
138
-
Wi-Fi® connectivity is provided by a Nina W102 Module. This module contains a STM32L0 processor along with a Semtech SX1276 Radio. The processor is running on Arduino open source firmware based on Semtech code.
138
+
### Wi-Fi®/Bluetooth® Communication Module
139
+
Nina W102 is based on ESP32 and is delivered with a pre-certified software stack from Arduino. Source code for the firmware is available [1].
139
140
140
-
**NOTE:**Although Firmware is open source, modifying it will require recertification of the radio stack.
141
+
**NOTE:**Reprogramming the wireless module’s firmware with a custom one will invalidate compliance with radio standards as certified by Arduino, hence this is not recommended unless the application is used in private laboratories far from other electronic equipment and people. Usage of custom firmware on radio modules is the sole responsibility of the user.
141
142
142
143
### Crypto Chips
143
144
The crypto chip in Arduino IoT boards is what makes the difference with other less secure boards as it provides a secure way to store secrets such as certificates and it also allows accelerating secure protocols while never exposing secrets in plain text.
@@ -149,21 +150,21 @@ The crypto chip in Arduino IoT boards is what makes the difference with other le
149
150
150
151
## Board Operation
151
152
### Getting Started - IDE
152
-
If you want to program your MKR WiFi 1010 while offline you need to install the Arduino Desktop IDE [1] To connect the MKR WiFi 1010 to your computer, you’ll need a micro-B USB cable. This also provides power to the board, as indicated by the LED.
153
+
If you want to program your MKR WiFi 1010 while offline you need to install the Arduino Desktop IDE [2] To connect the MKR WiFi 1010 to your computer, you’ll need a micro-B USB cable. This also provides power to the board, as indicated by the LED.
153
154
154
155
### Getting Started - Arduino Cloud Editor
155
-
All Arduino boards, including this one, work out-of-the-box on the Arduino Cloud Editor [2], by just installing a simple plugin.
156
+
All Arduino boards, including this one, work out-of-the-box on the Arduino Cloud Editor [3], by just installing a simple plugin.
156
157
157
-
The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow [3] to start coding on the browser and upload your sketches onto your board.
158
+
The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow [4] to start coding on the browser and upload your sketches onto your board.
158
159
159
160
### Getting Started - Arduino Cloud
160
161
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business.
161
162
162
163
### Arduino Forum
163
-
Discussions and ideas for the MKR WiFi 1010 can be found in the Arduino Forum [4].
164
+
Discussions and ideas for the MKR WiFi 1010 can be found in the Arduino Forum [5].
164
165
165
166
### Online Resources
166
-
Now that you have gone through the basics of what you can do with the board you can explore the endless possibilities it provides by checking exciting projects on Arduino Project Hub [5], the Arduino Library Reference [6] and the online store [7] where you will be able to complement your board with sensors, actuators and more.
167
+
Now that you have gone through the basics of what you can do with the board you can explore the endless possibilities it provides by checking exciting projects on Arduino Project Hub [6], the Arduino Library Reference [7] and the online store [8] where you will be able to complement your board with sensors, actuators and more.
167
168
168
169
### Board Recovery
169
170
All Arduino boards have a built-in bootloader which allows flashing the board via USB. In case a sketch locks up the processor and the board is not reachable anymore via USB it is possible to enter bootloader mode by double-tapping the reset button right after power up.
@@ -336,6 +337,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
0 commit comments