Open hpssjellis opened 7 months ago
Hello,
I'm very sorry to have kept you waiting so long.
Do you still have this problem now?
Hello,
I'm very sorry to have kept you waiting so long.
Do you still have this problem now?
Hi @Lesords no worries. I will be working on the curriculum again this winter as I prepare for using the meshtastic LoRa XIAO esp32s3. So anytime you have any suggestions. I still need to connect to the GPS, but I also need to get useful data from the GPS. Normally GPS modules just give the raw data. I am hoping we can find a way to parse the data to just give the longnitude and latitude ( and height above sea level if possible)
I don't have this hardware device at the moment, I will verify it once I have it and let you know the result
Hi @LynnL4 I am trying to get the Grove GPS Air530 to work with the XIAO-ESP32S3 but the use of softserial is causing me some issues.
Please move this to the correct repo if there is a better location.
The ordinal Grove GPS code is and works fine on the XIAO-SAMD
.
.
Without softserial but just using UART this is my attempt:
but not getting anything useful, can you make a suggestion for a better library that would work with the ESP32 or give me some suggestions for how to get this GPS working with the XIAO-ESP32S3?