Xinyuan-LilyGO / LilyGo-LoRa-Series

LILYGO LoRa Series examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lily Go T-Beam Supreme connected wtih GSM GPRS

cchantra opened this issue · comments

Is it possible to connect Lily GO T-BEAM Supreme with GPS GPRS such as SIM900A ?
Can you suggest?

Regards
chantana

Of course, any free IO port can serve as Serial.
Example

     Serial2.begin(GPS_BAUD_RATE, SERIAL_8N1, RX_PIN, TX_PIN);

image
If you write the wrong firmware, it will reboot indefinitely and you must enter download mode manually.

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 14 days since being marked as stale.