> 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 comm
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 = str(g
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 ??
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.
https://microcontrollerslab.com/neo-6m-gps-module-raspberry-pi-pico-m
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.
https://microcontrollerslab.com/neo-6m-gps-module-raspberry-pi-pico
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 thony