Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy authored Jul 8, 2019
1 parent 961fdec commit adcc196
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# TTGO T-Call SIM800

======================
![pinout](/datasheet/board.jpg)

## PinOut
## Examples

- Arduino + TinyGSM library: [/examples/Arduino_TinyGSM](/examples/Arduino_TinyGSM)
- Arduino + SIM800 library: [/examples/Arduino_sim800](/examples/Arduino_sim800)
- Loboris Micropython: [/examples/MicroPython_LoBo](/examples/MicroPython_LoBo)
- ESP-IDF: https://github.com/espressif/esp-idf/tree/master/examples/protocols/pppos_client

## Pinout
![pinout](/datasheet/pinout.jpg)

## SIM800 connection
| Name | Pins |
| ------------ | ---- |
| SIM800_TX | 26 |
| SIM800_RX | 27 |
| SIM800_PWKEY | 4 |
| SIM800_RST | 5 |
| SDA | 21 |
| SCL | 22 |
| SIM800_POWER | 23 |


Expand Down

0 comments on commit adcc196

Please sign in to comment.