LC29h and ESP32 reading data from gps

Hi there, I’m trying to get GPS data from LC29HDA on my phone via bluetooth using an ESP32-S3 module but I’m not getting any data. Can someone indicate a sample code how to read the location information from the GPS. Thanks!

Hi Vasi

  1. You can use the serial port tool to check whether the GNSS module has output positioning information.
  2. When using the ESP32-S3 module and the GNSS module, ensure that the baud rate is consistent, 1 stop bit, no parity bit, 8 data bits, and no flow control.