Skip to content

Commit 3b42391

Browse files
authoredJun 10, 2023
Update README.md
1 parent 4fa9ee0 commit 3b42391

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎README.md

+9
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,23 @@
1616
- **TinyGSM** by Volodymyr Shymanskyy Version 0.11.3
1717

1818
### Led Connections
19+
1920
// vcc - Esp32 3v3 - Grey
21+
2022
//gnd - Esp32 gnd - Red
23+
2124
#define DATA_PIN 19 // orange
25+
2226
#define CS_PIN 5 // yellow
27+
2328
#define CLK_PIN 18 // green
2429

2530
### SIM800L connection
31+
2632
Vcc - Battery 3.7v
33+
2734
Gnd - Battery gnd - Esp32 Gnd
35+
2836
Tx - Rx2 of Esp32
37+
2938
Rx - Tx2 of Esp32

0 commit comments

Comments
 (0)