You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a Neo M6 library for Esp32 here.
Will it work with micropython ported for A9G.
I know A9G has gps inbuilt but I am having issues using it. It always gives fixed location while Neo Work flawlessly with arduino,
The text was updated successfully, but these errors were encountered:
Are you sure that you have enough satellites? The gps functions return the last fixed location, so you might not have enough satellites and hence it's just returning the last location. @Pankaj-Talesara
@Pankaj-Talesara why not? Neo M6 use UART so it'll work with any MCU with UART support. but you may need to use A9 instead of A9G as the UART port already used by A9G's GPS
I have used A9G's GPS, it works fine but its antenna is not good so you need to put it outside otherwise it'll not fix any GPS location.
I found a Neo M6 library for Esp32 here.
Will it work with micropython ported for A9G.
I know A9G has gps inbuilt but I am having issues using it. It always gives fixed location while Neo Work flawlessly with arduino,
The text was updated successfully, but these errors were encountered: