Skip to content

Commit 7d6ebe1

Browse files
committed
Content update (Chris review)
1 parent d06be4f commit 7d6ebe1

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed
Binary file not shown.
310 Bytes
Loading
-8.11 KB
Loading

content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ software:
1818
- web-editor
1919
---
2020

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

2323
![ ](assets/hero-banner.png)
2424

@@ -68,16 +68,16 @@ Here's an overview of the board's main components shown in the images above:
6868
- **ESLOV connector**: The Nicla Sense Env has an onboard ESLOV connector to extend the board communication capabilities via I<sup>2</sup>C.
6969
- **Surface mount**: The castellated pins of the board allow it to be positioned as a surface-mountable module.
7070

71-
### Board Libraries
71+
### Board Libraries
7272

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:
7474

7575
- Board control (sleep, reset, and factory reset)
76-
- Board configuration (I<sup>2</sup>C address configuration)
76+
- Board configuration (I²C address configuration)
7777
- Onboard RGB LED control
7878
- Onboard orange LED control
79-
- 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)
8181
- Temperature and humidity sensor control
8282
- UART comma-separated values (CSV) output
8383

@@ -91,31 +91,31 @@ To install the `Arduino_NiclaSenseEnv` library, navigate to `Tools > Manage libr
9191

9292
The full pinout is available and downloadable as PDF from the link below:
9393

94-
- Nicla Sense Env pinout
94+
- [Nicla Sense Env pinout](https://docs.arduino.cc/resources/pinouts/ABX00089-full-pinout.pdf)
9595

9696
### Datasheet
9797

9898
The complete datasheet is available and downloadable as PDF from the link below:
9999

100-
- Nicla Sense Env datasheet
100+
- [Nicla Sense Env datasheet](https://docs.arduino.cc/resources/datasheets/ABX00089-datasheet.pdf)
101101

102102
### Schematics
103103

104104
The complete schematics are available and downloadable as PDF from the link below:
105105

106-
- Nicla Sense Env schematics
106+
- [Nicla Sense Env schematics](https://docs.arduino.cc/resources/schematics/ABX00089-schematics.pdf)
107107

108108
### STEP Files
109109

110110
The complete STEP files are available and downloadable from the link below:
111111

112-
- Nicla Sense Env STEP files
112+
- [Nicla Sense Env STEP files](../../downloads/ABX00089-step.zip)
113113

114114
## First Use
115115

116116
### Unboxing the Product
117117

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 (Portenta or 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.
119119

120120
![Unboxing the Nicla Sense Env](assets/user-manual-4.png)
121121

0 commit comments

Comments
 (0)