Skip to content

Commit 8a2da4d

Browse files
committed
Fix error in mkr wifi 1010 ds
1 parent f62a66d commit 8a2da4d

File tree

1 file changed

+10
-7
lines changed
  • content/hardware/01.mkr/01.boards/mkr-wifi-1010/datasheet

1 file changed

+10
-7
lines changed

content/hardware/01.mkr/01.boards/mkr-wifi-1010/datasheet/datasheet.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@ Communication with NINA Module W102 happens through UART and SPI through the fo
135135

136136
### Wi-Fi® Module
137137

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].
139140

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.
141142

142143
### Crypto Chips
143144
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
149150

150151
## Board Operation
151152
### 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.
153154

154155
### 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.
156157

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.
158159

159160
### Getting Started - Arduino Cloud
160161
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.
161162

162163
### 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].
164165

165166
### 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.
167168

168169
### Board Recovery
169170
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
336337

337338
| Ref | Link |
338339
| -------------------------------------- | ------------------------------------------------------------------------ |
340+
| NINA Firmware | https://github.com/arduino/nina-fw |
339341
| Arduino IDE (Desktop) | https://www.arduino.cc/en/software |
340342
| Arduino Cloud Editor | https://create.arduino.cc/editor |
341343
| Arduino Cloud Editor - Getting Started | https://docs.arduino.cc/arduino-cloud/guides/editor/ |
@@ -349,6 +351,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
349351

350352
| **Date** | **Revision** | **Changes** |
351353
| ---------- | ------------ | ------------------------------------- |
354+
| 25/04/2024 | 5 | Updated Wi-Fi module information |
352355
| 25/04/2024 | 4 | Updated link to new Cloud Editor |
353356
| 27/09/2022 | 3 | Rendering problems fixed |
354357
| 20/09/2022 | 2 | Migration to Markdown, links updated, small typos fixed|

0 commit comments

Comments
 (0)