pulkin / micropython

MicroPython implementation on Ai-Thinker GPRS module A9 (RDA8955)
https://micropython.org
MIT License
103 stars 30 forks source link

Can Neo M6 module mircropython library work with this port? #117

Open Pankaj-Talesara opened 1 year ago

Pankaj-Talesara commented 1 year ago

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,

ChitlangeSahas commented 1 year ago

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

garudaonekh commented 1 year ago

@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.