Xinyuan-LilyGO / LilyGo-LoRa-Series

LILYGO LoRa Series examples
603 stars 169 forks source link

Configure T-Beam NEO-M8N #46

Closed vmotorkin closed 3 years ago

vmotorkin commented 3 years ago

Hi. I use LILYGO®TTGO T-Beam NEO-M8N for topographic surveys. I need to receive NMEA messages GGA, GLL, GSA, GSV, RMC, VTG. How can I do it? Can i used u-center or Arduino IDE? Regards.

lewisxhe commented 3 years ago

Check out the simplest example of GPS module output, it will output all data to the serial port, and then you can process it as needed.

https://github.com/Xinyuan-LilyGO/LilyGO-T-Beam/blob/master/examples/GPS/Example1_BasicNMEARead/Example1_BasicNMEARead.ino

vmotorkin commented 3 years ago

What port is the bluetooth on LilyGO-T-Beam NEO-M8N? Thanks.

lewisxhe commented 3 years ago

Bluetooth port? I don't understand what you are talking about. GPS and ESP32 are connected via serial port. You can only access through the serial port, or you can write a special program to forward data to Bluetooth.