-
I'd been using JS8CallUtilities(v2) a year or so ago and it had been working flawlessly, however when I recently re-installed it I find that while the script starts and runs normally I receive a 'No …
-
We have at least 2 of Adafruit's [Ultimate GPS Module](https://learn.adafruit.com/adafruit-ultimate-gps), and with that the following functionality needs to be implemented:
- [ ] Parse [NMEA sentence…
-
Dear Developer.
I have Rockchip PX5 car head unit with Android 9. The internal AT6558 GNSS version receives only the GPS and chianian satellities.
I have decided to applicate an VK-168 USB externa…
-
Create a data model that is capable of representing GSV sentences.
Decode GSV sentences from NMEA messages received by the device.
Possible use of existing NMEA parsers like:
- https://github.c…
-
## Description
First sentence has outdated information. GpsGate is not a free software anymore. A 14-day trial is available, but has to be purchased afterwards (~40 EUR). See https://gpsgate.com/gp…
-
Regarding my post https://github.com/johngarchie/xmas-icetube/issues/11 I had an idea that I'm implementing right now since the PCB on this post is just a support for a stamp ESP board and breakout th…
-
As far as I can see height data is systematically wrong.
In my location I get heights which are about 40 m too high for example but as the geoid is different on each point of the earth it might be a …
-
I haven't had success yet, but I'm working on this, and if it does work, a closed issue covering it off will help any others in future. (I'd also like to do something similar for RTCM messages if I ha…
-
There's a nmea standard for sending waypoints which opencpn appears to implement, figure out how to read them from opencpn.
-
Hi Guys!
I got some question:
1. if i use **Serial1.begin(GPSBaud);** instead "ss.begin(GPSBaud);" then its work with Arduino Mega (got hardware Serial1) ?
2. if i set gps module to 5Hz rate,…