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/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ software:
18
18
- web-editor
19
19
---
20
20
21
-
This user manual provides a comprehensive Nicla Sense Env board overview, highlighting its hardware and software elements. With it, you will confidently learn how to set up, configure, and use all the main features of a Nicla Sense Env board.
21
+
This user manual provides a comprehensive overview of the Nicla Sense Env board, highlighting its hardware and software elements. With it, you will learn how to set up, configure, and use all the main features of a Nicla Sense Env board.
22
22
23
23

24
24
@@ -68,16 +68,16 @@ Here's an overview of the board's main components shown in the images above:
68
68
-**ESLOV connector**: The Nicla Sense Env has an onboard ESLOV connector to extend the board communication capabilities via I<sup>2</sup>C.
69
69
-**Surface mount**: The castellated pins of the board allow it to be positioned as a surface-mountable module.
70
70
71
-
### Board Libraries
71
+
### Board Libraries
72
72
73
-
The [`Arduino_NiclaSenseEnv` library](https://github.com/arduino-libraries/Arduino_NiclaSenseEnv) contains an application programming interface (API) to read data from the board and control its parameters and behavior over I<sup>2</sup>C. This library supports the following:
73
+
The [`Arduino_NiclaSenseEnv` library](https://github.com/arduino-libraries/Arduino_NiclaSenseEnv) contains an application programming interface (API) to read data from the board and control its parameters and behavior over I²C. This library supports the following:
- Onboard indoor air quality sensor control (sulfur detection, odor intensity, ethanol level, TVOC, CO<sub>2</sub>, IAQ measurements)
80
-
- Onboard outdoor air quality sensor control (NO<sub>2</sub>, O<sub>3</sub>, OAQ measurements)
79
+
- Onboard indoor air quality sensor control (sulfur detection, odor intensity, ethanol level, TVOC, CO₂, IAQ measurements)
80
+
- Onboard outdoor air quality sensor control (NO₂, O<sub>3</sub>, OAQ measurements)
81
81
- Temperature and humidity sensor control
82
82
- UART comma-separated values (CSV) output
83
83
@@ -91,31 +91,31 @@ To install the `Arduino_NiclaSenseEnv` library, navigate to `Tools > Manage libr
91
91
92
92
The full pinout is available and downloadable as PDF from the link below:
93
93
94
-
- Nicla Sense Env pinout
94
+
-[Nicla Sense Env pinout](https://docs.arduino.cc/resources/pinouts/ABX00089-full-pinout.pdf)
95
95
96
96
### Datasheet
97
97
98
98
The complete datasheet is available and downloadable as PDF from the link below:
99
99
100
-
- Nicla Sense Env datasheet
100
+
-[Nicla Sense Env datasheet](https://docs.arduino.cc/resources/datasheets/ABX00089-datasheet.pdf)
101
101
102
102
### Schematics
103
103
104
104
The complete schematics are available and downloadable as PDF from the link below:
105
105
106
-
- Nicla Sense Env schematics
106
+
-[Nicla Sense Env schematics](https://docs.arduino.cc/resources/schematics/ABX00089-schematics.pdf)
107
107
108
108
### STEP Files
109
109
110
110
The complete STEP files are available and downloadable from the link below:
111
111
112
-
- Nicla Sense Env STEP files
112
+
-[Nicla Sense Env STEP files](../../downloads/ABX00089-step.zip)
113
113
114
114
## First Use
115
115
116
116
### Unboxing the Product
117
117
118
-
Let's check out what is inside the box of the Nicla Sense Env board. Besides the board, you will find an ESLOV cable inside the box, which can connect the Nicla Sense Env with other supported Arduino boards with an onboard ESLOV connector (Portenta, Nano, or MKR family boards). The board's MKR-styled pins can also connect the Nicla Sense Env to other supported Arduino boards, but 2.54 mm header pins (not included) must be soldered to the MKR-styled board pins.
118
+
Let's check out what is inside the box of the Nicla Sense Env board. Besides the board, you will find an ESLOV cable inside the box, which can connect the Nicla Sense Env with other supported Arduino boards with an onboard ESLOV connector (Portentaor MKR family boards). The board's MKR-styled pins can also connect the Nicla Sense Env to other supported Arduino boards (Nano family), but 2.54 mm header pins (not included) must be soldered to the MKR-styled board pins.
119
119
120
120

0 commit comments