platformio / platform-espressif32

Espressif 32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif32
Apache License 2.0
859 stars 575 forks source link

Board Support: TTGO T-Call support #219

Open Skipper-is opened 4 years ago

Skipper-is commented 4 years ago

The TTGO T-Call is an ESP32 WROVER-B based board, featuring a SIM800L GSM/2G chip.

T-Call on AliExpress

T-Call on BangGood

Features:

I have used the attatched code in my ttgo-t-call.json, and it appears to work, but maybe I've made a mistake...

pins_aruduino.h ttgo-t-call.json

valeros commented 4 years ago

Please open an issue here https://github.com/espressif/arduino-esp32/issues in the first place, so the board will be added to the Arduino framework officially.

ivankravets commented 4 years ago

@MaksimKlyu please keep us update on this issue.

SunboX commented 2 years ago

@MaksimKlyu the issue https://github.com/platformio/platform-espressif32/issues/333 was closed. I also need the arduino support for the ttgo-t-call. What's the current state?