Skip to content

Commit a2608c1

Browse files
committed
chore: use a table for esp32 connection
1 parent fb962e8 commit a2608c1

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

components/sec_touch/readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ I recommend you to power your ESP32 device using another source.
4242

4343
That said, probably it has enough power for an ESP8266 device that uses software UART.
4444

45+
### ESP32 cable connection (using external power )
46+
The same but without the 3.3v connection. 😬
47+
48+
|ESP32 | SEC-Touch|
49+
|--- | ---|
50+
|GND | GND (1st from the left)|
51+
|GPIO 17 | RX (2nd from the left)|
52+
|GPIO 16 | TX (3rd from the left)|
53+
4554
### ESP8266 connection
4655
<div class="text-center">
4756
<img src="https://github.com/Manuel-Siekmann/VentilationSystem/raw/main/doc/sketch.jpg" alt="https://github.com/Manuel-Siekmann/VentilationSystem/raw/main/doc/sketch.jpg" />
4857
</div>
49-
50-
51-
### ESP32 cable connection (using external power )
52-
The same but without the 3.3v connection. 😬
53-
```
54-
GPIO17 --> RX SEC-TOUCH
55-
GPIO16 --> TX SEC-TOUCH
56-
GND --> GND SEC-TOUCH
57-
```
58-
58+
# Installation
5959
## Final Installation
6060
<div class="text-center">
6161
<img src="images/final_install.webp" alt="Final Installation" />

0 commit comments

Comments
 (0)