GPS Functionality for the CYD ESP32-2432S028R #134
-
|
Hi everyone - I'm rather new to the community so please forgive me if I haven't troubleshooted (troubleshot?) correctly but I can't seem to get GPS functionality up and running after flashing the CYD usb-c v1.7.1 firmware. I'm running the CYD ESP32-2432S028R (Specifically this one because it has a u.FL connector for 2.4gHz.) and a ublox NEO-7M GPS connected over JST. It's almost the exact setup I used to successfully flash and run gps functionality on the ESP32 Marauder firmware (I ran a 6M GPS unit there). And, yes, I have the TX and RX pins swapped from the GPS module to the bottom JST connector on the CYD - The key element here being that the RX2 pin is GPIO 16 on the ESP32 and should be the RX input on the CYD's bottom JST connector. Are the pins configured correctly in the firmware? I'm not yet competent enough to know. Any help - Guidance or a kick in the ass - would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
You’ll need to build a custom build with gps enabled since it’s not enabled by default on that build. If you run the build.py script it walks you through the process of making a custom image. The enable gps option should be in the ghost esp options part of the config menu. |
Beta Was this translation helpful? Give feedback.
You’ll need to build a custom build with gps enabled since it’s not enabled by default on that build. If you run the build.py script it walks you through the process of making a custom image. The enable gps option should be in the ghost esp options part of the config menu.