Skip to content

Commit 6eb3d26

Browse files
committed
Datasheet documentation post review update
1 parent 97b7ff2 commit 6eb3d26

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed
Loading

content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Use the limits below to define the operating environment, thermal margins, and p
149149

150150
### Pinout
151151

152-
![Nesso N1 Pinout](assets/nesso_n1_pinout.png)
152+
![Nesso N1 Pinout - Simplified Version](assets/TPX00227-pinout.png)
153153

154154
### Block Diagram
155155

@@ -256,7 +256,9 @@ Use the limits below to define the operating environment, thermal margins, and p
256256

257257
### I/O Expansion
258258

259-
<p style="text-align: justify;">The PI4IOE5V6408 I²C I/O expander provides additional GPIO pins beyond the ESP32-C6's native capabilities, used for controlling the LoRa® subsystem (antenna switch, LNA enable, reset) and providing expansion port pins. It operates on the shared I²C bus (address configurable) and offers interrupt capability for event detection.</p>
259+
<p style="text-align: justify;">Two PI4IOE5V6408 I²C I/O expanders provide additional GPIO pins for the system. These devices operate on the shared I²C bus with configurable addresses, allowing control of a wider range of peripherals while keeping the ESP32-C6's native GPIO resources for other functions.</p>
260+
261+
<p style="text-align: justify;">The first expander manages display control signals, status indicators, and power monitoring functions. The second expander handles user interface elements such as programmable buttons, manages LoRa® transceiver control signals, and provides GPIO for external expansion connectors. The I/O expanders also offer interrupt capability for event detection.</p>
260262

261263
<div style="page-break-after: always;"></div>
262264

@@ -268,12 +270,12 @@ Use the limits below to define the operating environment, thermal margins, and p
268270

269271
**Grove HY2.0-4P Connector** connects Grove ecosystem sensors and actuators with a custom pinout.
270272

271-
| **Pin** | **Signal** | **Description** |
272-
|--------:|-----------------|--------------------------------------|
273-
| 1 | GND | Ground |
274-
| 2 | 5VOUT | 5 V output from boost converter |
275-
| 3 | GROVE_IO_0 | GPIO 5 |
276-
| 4 | GROVE_IO_1 | GPIO 4 |
273+
| **Pin** | **Signal** | **Description** |
274+
|--------:|------------|---------------------------------|
275+
| 1 | GND | Ground |
276+
| 2 | 5VOUT | 5 V output from boost converter |
277+
| 3 | GROVE_IO_0 | GPIO 5 |
278+
| 4 | GROVE_IO_1 | GPIO 4 |
277279

278280
<p style="text-align: justify;">The Grove connector provides both power (5V from boost converter) and signal connections. IO_0 and IO_1 are controlled through the GPIO 5 and 4, accessible via I²C commands. Use this connector for Grove modules requiring 5V operation or GPIO control.</p>
279281

0 commit comments

Comments
 (0)