Re: NEO6 GPS with Py PICO with micropython

2022-11-30 Thread Barry Scott
> On 30 Nov 2022, at 10:58, KK CHN wrote: > > List, > > Just commented the // gpsModule.readline() in the while loop, ( > refer the link > https://microcontrollerslab.com/neo-6m-gps-module-raspberry-pi-pico-micropython/ > ) > > > while True: # gpsModule.readline() // This line

Re: NEO6 GPS with Py PICO with micropython

2022-11-30 Thread KK CHN
List, Just commented the // gpsModule.readline() in the while loop, ( refer the link https://microcontrollerslab.com/neo-6m-gps-module-raspberry-pi-pico-micropython/ ) while True: # gpsModule.readline() // This line commented out and the "GPS not found message disappeared". buff =

Re: NEO6 GPS with Py PICO with micropython

2022-11-29 Thread rbowman
On Tue, 29 Nov 2022 17:23:31 +0530, KK CHN wrote: > When I ran the program I am able to see the output of latitude and > longitude in the console of thony IDE. But between certain intervals > of a few seconds I am getting the latitude and longitude data ( its > printing GPS data not found ??

Re: NEO6 GPS with Py PICO with micropython

2022-11-29 Thread gene heskett
On 11/29/22 06:56, KK CHN wrote: List , I am following this tutorial to get latitude and longitude data using NEO6 GPS module and Py PICO to read the GPS data from the device. I followed the code specified in this tutorial.

Re: NEO6 GPS with Py PICO with micropython

2022-11-29 Thread dn
On 30/11/2022 00.53, KK CHN wrote: List , I am following this tutorial to get latitude and longitude data using NEO6 GPS module and Py PICO to read the GPS data from the device. I followed the code specified in this tutorial.

NEO6 GPS with Py PICO with micropython

2022-11-29 Thread KK CHN
List , I am following this tutorial to get latitude and longitude data using NEO6 GPS module and Py PICO to read the GPS data from the device. I followed the code specified in this tutorial. https://microcontrollerslab.com/neo-6m-gps-module-raspberry-pi-pico-micropython/ I have installed