Skip to content

Commit b29c91f

Browse files
ArduinoBotcanchebagurTaddyHCmcmchrismartab1994
authored
[PC-1696] - Nicla Sense Env Launch (#2228)
* Content update (initial commit) * Content update (Nicla Sense Env Architecture Overview section) * Content update (Board Libraries section) * Content update (general content update) * Content update (hello world section) * Content update (board management section) * Content update (hello world section) * Content update (linter fix) * Content update (graphics description) * Content update (board information section) * Content update (onboard sensors management section) * Content update (board reset section) * Content update (board management section information) * Content update (temperature and humidity sensor section) * Content update (datasheet first release) * Content update (datasheet information, graphics) * Content update (indoor air quality sensor section) * Content update (outdoor air quality sensor and communication section) * Content update (library changes) * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: TaddyHC <[email protected]> * Initial commit - Nicla Sense Env Product Page Dev * Product page content update * Content update (initial commit) * Content update (linter fix) * Content update (linter fix) * Content update (banner) * Initial commit * Content update (remove pdf) * Content update (linter fix) * Content update (remove PM sensor) * Content update (remove PM) * Content update (LED section, user manual) * Content update (onboard LEDs section, user manual) * Content update (Arduino style example code) * Content update (RGB LED section, application note) * Content update (LEDs section) * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: Christopher Méndez <[email protected]> * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: Christopher Méndez <[email protected]> * Content update (Chris review) * Content update (indoor/outdoor air quality sensors sections) * Content update (general updates) * Content update (datasheet and application note last changes) * Update content/hardware/06.nicla/boards/nicla-sense-env/tutorials/user-manual/content.md Co-authored-by: martab1994 <[email protected]> * Content update (Marta's review) * Image added * gif rgb added * typo * download cloud file * download cloud file 2 * threshold update * Content update (application note last review/update) * Content update (Marta's review) * Product page addition to clarify board needs another soms as a base * Grammar fix * Small fixes, better tutorial order, ready for launch * Update content.md Remove extra space --------- Co-authored-by: José Antonio Bagur Nájera <[email protected]> Co-authored-by: TaddyHC <[email protected]> Co-authored-by: TaddyHC <[email protected]> Co-authored-by: Christopher Méndez <[email protected]> Co-authored-by: martab1994 <[email protected]> Co-authored-by: jcarolinares <[email protected]>
1 parent 9a2ad75 commit b29c91f

File tree

67 files changed

+2610
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+2610
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ public
88
src
99
.DS_Store
1010
.vscode/settings.json
11+
.vscode/ltex.hiddenFalsePositives.en-US.txt
12+
.vscode/ltex.dictionary.en-US.txt
1113
content/en
1214
content/de
1315
content/pt

content/hardware/04.pro/boards/portenta-c33/tutorials/energy-meter-application-note/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- cloud-editor
5+
6+
hardware:
7+
boards:
8+
- portenta-c33
9+
- portenta-h7
10+
- portenta-h7-lite
11+
- portenta-h7-lite-connected
12+
- mkr-wifi-1010
13+
- mkr-wan-1310
14+
- mkr-zero
15+
- mkr-nb-1500
16+
- nano-33-ble
17+
- nano-33-ble-rev2
18+
- nano-33-ble-sense
19+
- nano-33-ble-sense-rev2
20+
- nano-33-iot
21+
- nano-esp32
22+
- nano-every
23+
- nano-rp2040-connect
24+
- uno-r4-minima
25+
- uno-r4-wifi
26+
- zero

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

+362
Binary file not shown.

content/hardware/06.nicla/boards/nicla-sense-env/image.svg

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Board:
2+
Name: Arduino® Nicla Sense Env
3+
SKU: ABX00089
4+
Microcontroller: Renesas RA2E1 Ultra-low-power 48 MHz Arm® Cortex®-M23 core (not accessible or programmable by the user)
5+
Memory:
6+
Internal: 128 kB Flash, 16 kB SRAM
7+
Pins:
8+
I2C Pins: 2 (I2C0 accessible through Nicla pin (J1-2), PMOD connector (J3), and ESLOV connector (J5); I2C1 for onboard sensors)
9+
SPI Pins: 1 (accessible through Nicla pin (J1-2), PMOD connector (J3), and ESLOV connector (J5))
10+
UART Pins: 1 (accessible through Nicla pin (J2))
11+
ADC Pins: 2 (12-bit ADCs)
12+
Sensors:
13+
Indoor Air Quality: ZMOD4410 (TVOC, CO₂ estimation, 3.0mm x 3.0mm x 0.7mm, 12-pin LGA assembly)
14+
Outdoor Air Quality: ZMOD4510 (O₃, NO₂ detection, 3.0mm x 3.0mm x 0.7mm, 12-pin LGA assembly)
15+
Humidity and Temperature: HS4001 (0% to 100% RH, ±1.5% RH accuracy, ±0.2°C temperature accuracy, 14-bit resolution, 4s response time)
16+
Communication:
17+
UART: 1
18+
I2C: 2 (I2C0 for external communication, I2C1 for onboard sensors)
19+
SPI: 1
20+
Power:
21+
Supply Input Voltage (VIN): 3.3 V
22+
ESLOV Input Voltage (VESLOV): 5.0 V
23+
External Power from: Connected Portenta or MKR board
24+
External Power Supply: 3.3 V via VCC pin (header or PMOD)
25+
Clock speed:
26+
Processor (RA2E1): 48 MHz
27+
Pinout features: Castellated pins for surface-mounting (SMD)
28+
Operating Temperature: "-40 °C to + 85 °C"
29+
Dimensions:
30+
Weight: 2 g
31+
Width: 22.86 mm (900 mils)
32+
Length: 22.8 6mm (900 mils)
33+
Accessories:
34+
Included: ESLOV cable
35+
Not included: "12-pin PMOD header connector (P/N: TSM-106-01-L-DH-TR)"

0 commit comments

Comments
 (0)