B4R Question Library LILYGO TTGO T-Call V1.3 -ESP32

sasetcolombia

Member
Licensed User
Longtime User
Is there a library to manage the LilyGo-TCall-SIM800 module?

It is based on ESP32
The code is needed to manage the SIM800L that is integrated in this module LilyGo-TCall

This is tutorial for Arduino IDE...

TinyGSM Libraries ...
 

Michael1968

Active Member
Licensed User
Longtime User
Is there a library to manage the LilyGo-TCall-SIM800 module?

It is based on ESP32
The code is needed to manage the SIM800L that is integrated in this module LilyGo-TCall

This is tutorial for Arduino IDE...

TinyGSM Libraries ...

You can control the gsm modul with AT commands

a good starting point:
https://www.b4x.com/android/forum/t...-the-arduino-with-sms-messages.66770/#content
https://www.b4x.com/android/forum/threads/a6-gprs-pro-série-gprs-gsm-module.92326/#content

AT Command Manual
https://cdn-shop.adafruit.com/datasheets/sim800_series_at_command_manual_v1.01.pdf
 
Upvote 0
Top