Added i2c addressing pins, neopixel pins and esp docs

This commit is contained in:
Martijn
2024-10-20 22:14:12 +02:00
parent 10d5fc66fa
commit 51977effb1
4 changed files with 185 additions and 0 deletions
+21
View File
@@ -27,3 +27,24 @@ Protocol: I2C
[Datasheet](./MCP23008-MCP23S08-Data-Sheet-20001919F.pdf) [Datasheet](./MCP23008-MCP23S08-Data-Sheet-20001919F.pdf)
## Base connector 1
```
PIN Description Destination
1
2
3
4
5
6 I2C Address MSP A2 IC 1 #1
7
8 I2C Address MSP A1 IC 1 #2
9
10 I2C Address MSP A0 IC 1 #3
11
12
13
14
15
16 Neopixel Data OUT
17 Neopixel Data IN
```
+101
View File
@@ -0,0 +1,101 @@
# Base module
## Controller
Brand: Espressif
Type: ESP32-S3-WROOM-1
[Datasheet](./esp32-s3-wroom-1_wroom-1u_datasheet_en.pdf)
## Connectors
### Connector J0
```
PIN Description Destination
1
2
3
4
5
6 I2C Address MSP A2 GND
7
8 I2C Address MSP A1 GND
9
10 I2C Address MSP A0 GND
11
12
13
14
15
16 Neopixel Data OUT J1 #17
17 Neopixel Data IN ESP32 #4 GPIO4
```
### Connector J1
```
PIN Description Destination
1
2
3
4
5
6 I2C Address MSP A2 GND
7
8 I2C Address MSP A1 GND
9
10 I2C Address MSP A0 3.3V
11
12
13
14
15
16 Neopixel Data OUT J2 #17
17 Neopixel Data IN J0 #16
```
### Connector J2
```
PIN Description Destination
1
2
3
4
5
6 I2C Address MSP A2 GND
7
8 I2C Address MSP A1 3.3V
9
10 I2C Address MSP A0 GND
11
12
13
14
15
16 Neopixel Data OUT J3 #17
17 Neopixel Data IN J1 #16
```
### Connector J3
```
PIN Description Destination
1
2
3
4
5
6 I2C Address MSP A2 GND
7
8 I2C Address MSP A1 3.3V
9
10 I2C Address MSP A0 3.3V
11
12
13
14
15
16 Neopixel Data OUT Extensionplate #5
17 Neopixel Data IN J2 #16
```
+63
View File
@@ -5,3 +5,66 @@ Brand: Shenzen Surenoo
Type: YT280S030 (STP0280B2-240320) Type: YT280S030 (STP0280B2-240320)
Protocol: SPI Protocol: SPI
## Base connector CN0
```
PIN Description
1 N.C.
2 N.C.
3 N.C.
4 N.C.
5 N.C.
6 N.C.
7 N.C.
8 N.C.
9 N.C.
10 N.C.
11 N.C.
12 N.C.
13 N.C.
14 N.C.
15 N.C.
16 Neopixel Data OUT > directly to pin 17
17 Neopixel Data IN > directly to pin 16
```
## Base connector CN1
```
PIN Description
1 N.C.
2 N.C.
3 N.C.
4 N.C.
5 N.C.
6 N.C.
7 N.C.
8 N.C.
9 N.C.
10 N.C.
11 N.C.
12 N.C.
13 N.C.
14 N.C.
15 N.C.
16 Neopixel Data OUT > directly to pin 17
17 Neopixel Data IN > directly to pin 16
```
## Base connector CN2
```
PIN Description
1
2
3
4
5
6 I2C Address MSP A2 IC 1 #1
7
8 I2C Address MSP A1 IC 1 #2
9
10 I2C Address MSP A0 IC 1 #3
11
12
13
14
15
16 Neopixel Data OUT
17 Neopixel Data IN
```