Skip to content

Commit a63c7c0

Browse files
authored
Update README.md
1 parent bbab6a9 commit a63c7c0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: README.md

+13
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,16 @@
1414
- MD MAX72XX by majicDesigns Version 3.4.1
1515
- MD_Parola by majicDesigns Version 3.6.2
1616
- TinyGSM by Volodymyr Shymanskyy Version 0.11.3
17+
18+
### Led Connections
19+
// vcc - Esp32 3v3 - Grey
20+
//gnd - Esp32 gnd - Red
21+
#define DATA_PIN 19 // orange
22+
#define CS_PIN 5 // yellow
23+
#define CLK_PIN 18 // green
24+
25+
### SIM800L connection
26+
Vcc - Battery 3.7v
27+
Gnd - Battery gnd - Esp32 Gnd
28+
Tx - Rx2 of Esp32
29+
Rx - Tx2 of Esp32

0 commit comments

Comments
 (0)