Zephod Beeblebrox
Zephod Beeblebrox
OK. Got muddled. Thought I was responding to a response to my ticket on the I2C GPS unit. Back on track now. I just tried the code on the Pi...
The code I'm using is... I think I took the logfile out. ```` rom machine import I2C import time # Config Register (R/W) _REG_CONFIG = 0x00 # SHUNT VOLTAGE REGISTER...
I had an interesting experience with a couple of other addons that I bought for the Pi Pico. One was an LCD display I was having issues with. It transpired...
It would be excellent if speed, altitude and direction were reported back. Then it would be really usable code. As it is... It's not that great.
Here's a sample of my output >>> %Run -c $EDITOR_CONTENT $PMTK251,115200*1F $PMTK220,400*2A $PMTK314,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0*29 $PMTK255,1*2D b'$GNZDA,194050.148,12,07,2022,,*4A\r\n$GNRMC,194050.148,A,3348.4428,N,08112.9034,W,0.00,266.92,120722,,,A*69\r\n$GNVTG,266.92,T,,M,0.00,N,0.00,K,A*2A\r\n$GNGGA,194050.148,3348.4428,N,08112.9034,W,1,8,1.16,162.3,M,-32.2,M,,*70\r\n$GPGSA,A,3,02,15,11,13,29,18,05,20,,,,,2.41,1.16,2.11*00\r\n$BDGSA,A,3' def L76X_Gat_GNRMC(self): Buffer size 1100 /n TypeError just executed The exception 36,71,78/80,82,77,67 just passed Already...
I fixed the problems in the code. I suggest you look here: https://github.com/BritishTechGuru/PI-Pico-L76B
One day I will return to this code. For the moment what I have works. The Waveshare people rewrote their code after I took their god-awful code and reworked it...
> Hi [@BritishTechGuru](https://github.com/BritishTechGuru) , > > I'm a waveshare developer, and I don't like redundant code either, so I took a little time to write the following code about LC76G...
> > Just noticed and I'm pretty interested with this. Maybe take a try after traditional new year holiday > > Looks good I would love to see your take...
> By the way, if you focus on speed, I suggest to actively query through i2c. At present, I don't know what the limit of i2c is, but I confirmed...