Xinyuan-LilyGO / LilyGO-T-A76XX

LilyGo A7670X A7608X SIM7670G series
MIT License
128 stars 57 forks source link

A7670G Traccar #116

Closed lucioborges closed 3 months ago

lucioborges commented 3 months ago

I'm trying to configure an A7670G with Traccar, but the codes don't work for this modem. Can anyone help?

lewisxhe commented 3 months ago

7670G does not support GPS

lucioborges commented 3 months ago

This module does not have GNNS, but it has a GPS on ESP pins 21 and 22.

define GPS_TX_PIN 21

define GPS_RX_PIN 22

Thank you!