I got a bunch of cheap GPS modules from China and they seem to use a u-blox 
8 chip. 
Because I don’t like the NMEA spam delivered every second by most of the 
gps modules, I had a look at the UBX protocol… nice! 
I decided to ignore the existing huge libraries and write a lightweight one 
just for the data I need for the nixie clocks. 
During initialization, the library stops the module from sending NMEA 
messages. You can then subscribe to ubx messages (status and utctime) and 
define the interval. Or you can just ask for one message when you need to 
sync your clock.
I’m developing using platformio and esp32 with Arduino framework. I’ve 
never had any coding class, so please don’t expect too much…
If someone is interested, here is the link :
 https://github.com/axtar/ubGPSTime
Still under construction...

-- 
You received this message because you are subscribed to the Google Groups 
"neonixie-l" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/8d75da3e-c724-48a7-a1f6-c5eaee5bb680n%40googlegroups.com.

Reply via email to