Skip to content

Commit bc52099

Browse files
authored
Merge pull request #2434 from arduino/sync/canchebagur/nicla-sense-env-compatibility-updates
[PXCT-341] - Nicla Sense Env Compatible Boards Update
2 parents 5b40775 + d5039f9 commit bc52099

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,11 @@ The table below provides a comprehensive guideline for the optimal use of the Ni
105105
<sup>1</sup> Nicla Sense Env powered through the VCC pin (+3.3 VDC).
106106

107107
<div style="background-color: #FFFFE0; border-left: 6px solid #FFD700; margin: 20px 0; padding: 15px;">
108-
To put the Nicla Sense Env in <strong>deep sleep mode</strong>, use the API provided by the <strong>Nicla Sense Env Arduino library</strong>.
108+
<p style="text-align: justify;"><strong>Tip:</strong>To put the Nicla Sense Env in <strong>deep sleep mode</strong>, use the API provided by the <strong>Nicla Sense Env Arduino library</strong>.</p>
109+
</div>
110+
111+
<div style="background-color: #FFCCCC; border-left: 6px solid #FF0000; margin: 20px 0; padding: 15px;">
112+
<p style="text-align: justify;"><strong>Safety Note:</strong> The Nicla Sense Env board operates at 3.3 VDC, and while its pins are 5 VDC tolerant, we recommend using a level translator when connecting it to 5 VDC-compatible Arduino boards to ensure safe communication and prevent potential damage to the components. This connection can be made either through the Nicla Sense Env’s ESLOV connector or its dedicated I2C pins (I2C0), as illustrated in the image below.</p>
109113
</div>
110114

111115

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

+6
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ As shown in the image below, the Nicla Sense Env can be connected to a Portenta
129129

130130
For other compatible boards, such as those from the Nano family, the Nicla Sense Env can also be connected using the 2.54 mm pins of the Nicla Sense Env board.
131131

132+
***<strong>Important note:</strong> The Nicla Sense Env board operates at 3.3 VDC, and while its pins are 5 VDC tolerant, we recommend using a level translator when connecting it to 5 VDC-compatible Arduino boards to ensure safe communication and prevent potential damage to the components. This connection can be made either through the Nicla Sense Env’s ESLOV connector or its dedicated I2C pins (`I2C0`), as illustrated in the image below.***
133+
134+
![Connecting the Nicla Sense Env to a 5 VDC-compatible Arduino board](assets/user-manual-24.png)
135+
136+
As shown in the image above, the use of a dedicated level translator between the Nicla Sense Env board and the 5 VDC-compatible Arduino board, in this example an Arduino UNO R4 WiFi, is recommended.
137+
132138
### Powering the Board
133139

134140
The Nicla Sense Env can be powered by:

0 commit comments

Comments
 (0)