Skip to content

Commit 7e1cf96

Browse files
committed
Content update (Marta's review)
1 parent 00b7bf6 commit 7e1cf96

File tree

3 files changed

+36
-23
lines changed

3 files changed

+36
-23
lines changed

content/hardware/06.nicla/boards/nicla-sense-env/datasheet/datasheet.md

Lines changed: 36 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,25 @@ The main features are highlighted in the table shown below.
6464

6565
### Related Products
6666

67+
- Arduino Portenta C33 (SKU: ABX00074)
6768
- Arduino Portenta H7 (SKU: ABX00042)
6869
- Arduino Portenta H7 Lite (SKU: ABX00045)
6970
- Arduino Portenta H7 Lite Connected (SKU: ABX00046)
70-
- Arduino Portenta C33 (SKU: ABX00074)
7171
- Arduino MKR WiFi 1010 (SKU: ABX00023)
72-
- Arduino MKR WAN 1310 (SKU: MKRWAN1310WANT)
73-
- Arduino MKR ZERO (SKU: ABX00012)
74-
- Arduino MKR NB 1500 (SKU: MKRNB1500WANT)
72+
- Arduino MKR WAN 1310 (SKU: ABX00029)
73+
- Arduino MKR Zero (SKU: ABX00012)
74+
- Arduino MKR NB 1500 (SKU: ABX00019)
75+
- Arduino Nano 33 BLE (SKU: ABX00030)
76+
- Arduino Nano 33 BLE Rev2 (SKU: ABX00071)
77+
- Arduino Nano 33 BLE Sense (SKU: ABX00031)
78+
- Arduino Nano 33 BLE Sense Rev2 (SKU: ABX00069)
79+
- Arduino Nano 33 IoT (SKU: ABX00027)
80+
- Arduino Nano ESP32 (SKU: ABX00092)
81+
- Arduino Nano Every (SKU: ABX00028)
82+
- Arduino Nano RP2040 Connect (SKU: ABX00052)
83+
- Arduino UNO R4 Minima (SKU: ABX00080)
84+
- Arduino UNO R4 WiFi (SKU: ABX00087)
85+
- Arduino Zero (SKU: ABX00003)
7586

7687
<div style="page-break-after: always;"></div>
7788

@@ -166,13 +177,17 @@ All Arduino devices work out of the box on the Arduino Cloud Editor **[2]** by i
166177

167178
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. Take a look at the official documentation to know more.
168179

180+
### Nicla Sense Env Arduino and MicroPython Library
181+
182+
The Arduino_NiclaSenseEnv library **[4]** offers an Arduino API to read data from the Nicla Sense Env's onboard sensors (ZMOD4410, ZMOD4510 and HS4001) and control the board's functionality. This library is also available for MicroPython **[5]**.
183+
169184
### Sample Sketches
170185

171-
Sample sketches for the Nicla Sense Env can be found either in the “Examples” menu in the Arduino IDE or the “Nicla Sense Env Documentation” section of Arduino documentation **[4]**.
186+
Sample sketches for the Nicla Sense Env can be found either in the “Examples” menu in the Arduino IDE or the “Nicla Sense Env Documentation” section of Arduino documentation **[6]**.
172187

173188
### Online Resources
174189

175-
Now that you have gone through the basics of what you can do with the device, 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 Nicla Sense Env board with additional extensions, sensors, and actuators.
190+
Now that you have gone through the basics of what you can do with the device, you can explore the endless possibilities it provides by checking exciting projects on Arduino Project Hub **[7]**, the Arduino Library Reference **[8]**, and the online store **[9]** where you will be able to complement your Nicla Sense Env board with additional extensions, sensors, and actuators.
176191
</div>
177192

178193
<div style="page-break-after: always;"></div>
@@ -229,11 +244,6 @@ The Nicla Sense Env has one reset button and two LEDs, an orange and an RGB LED,
229244
| RoHS |
230245
| REACH |
231246
| WEEE |
232-
| FCC (USA) |
233-
| IC (Canada) |
234-
| UKCA (UK) |
235-
| Matter® |
236-
| Bluetooth® |
237247

238248
### Declaration of Conformity CE DoC (EU)
239249

@@ -328,21 +338,24 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
328338

329339
## Company Information
330340

331-
| **Company Name** | **Arduino S.r.l.** |
332-
|---------------------|--------------------------------------------|
333-
| **Company Address** | Via Andrea Appiani, 25-20900 Monza (Italy) |
341+
| **Company Information** | **Details** |
342+
|-------------------------|--------------------------------------------|
343+
| **Company Name** | Arduino S.r.l. |
344+
| **Company Address** | Via Andrea Appiani, 25-20900 Monza (Italy) |
334345

335346
## Reference Documentation
336347

337-
| **Reference** | **Link** |
338-
|:-------------------------------:|---------------------------------------------------------------------------------|
339-
| Arduino IDE (Desktop) | https://www.arduino.cc/en/Main/Software |
340-
| Arduino IDE (Cloud) | https://create.arduino.cc/editor |
341-
| Arduino Cloud - Getting Started | https://docs.arduino.cc/arduino-cloud/getting-started/iot-cloud-getting-started |
342-
| Nicla Sense Env Documentation | https://docs.arduino.cc/hardware/nicla-sense-env/ |
343-
| Project Hub | https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending |
344-
| Library Reference | https://www.arduino.cc/reference/en/ |
345-
| Online Store | https://store.arduino.cc/ |
348+
| **No.** | **Reference** | **Link** |
349+
|:-------:|-------------------------------------------|------------------------------------------------------------|
350+
| 1 | Arduino IDE (Desktop) | https://www.arduino.cc/en/Main/Software |
351+
| 2 | Arduino IDE (Cloud) | https://create.arduino.cc/editor |
352+
| 3 | Arduino Cloud - Getting Started | https://docs.arduino.cc/arduino-cloud/guides/overview/ |
353+
| 4 | Arduino_NiclaSenseEnv Library | https://github.com/arduino-libraries/Arduino_NiclaSenseEnv |
354+
| 5 | Arduino_NiclaSenseEnv MicroPython Library | https://github.com/arduino/arduino-nicla-sense-env-mpy/ |
355+
| 6 | Nicla Sense Env Documentation | https://docs.arduino.cc/hardware/nicla-sense-env/ |
356+
| 7 | Project Hub | https://create.arduino.cc/projecthub |
357+
| 8 | Library Reference | https://www.arduino.cc/reference/en/ |
358+
| 9 | Online Store | https://store.arduino.cc/ |
346359

347360
## Document Revision History
348361

0 commit comments

Comments
 (0)