-
The GPS communicates over a UART. It has a system of commands for configuring it and getting data out from it.
It is possible to put the GPS into NMEA mode. This is a standard message format, allo…
-
Hi all,
1. Given:
uname -r: 5.15.0-76-generic
lsb_release -d: Ubuntu 20.04.6 LTS
rosversion -d: noetic
2. and following [these instructions](https://github.com/ethz-asl/ethz_piksi_ros/blob/…
-
## Environment
System:
OS: macOS 14.1.1
CPU: (8) arm64 Apple M2
Memory: 113.34 MB / 8.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.13.1 - ~/.nvm/versions/node/v20.13.1/b…
-
Which arduino libraries to use to flash the feathers for gps tracker
ghost updated
2 years ago
-
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,…
-
Using this library with the Adafruit Mini GPS PA1010D Module over I2C I found it as not possible to pull it out of Stanby. After reading the data sheet I realised a byte needs to be sent to the serial…
-
**Describe the bug**
After I pulled the latest `master` image ([c151bdee](https://github.com/photoview/photoview/commit/c151bdee963c97c6f0c7561eda32974845625bb5), x86-64) in my testing instance on Ma…
-
Hi,
My code need to know how many Gps, Glonass or Beidou satellites in view.
I know this information comes in $GSV sentence.
In "bool minmea_parse_gsv(struct minmea_sentence_gsv *frame, const char …
-
Hello!
I started using GPS modules in 2019. I searched for a long time for the right library, until I finally decided to use the NeoGPS library. I chose it because at the time it advertised itself …
-
Hi
I'd really appreciate some help, as to me this is kind of a bug (I think!).. I have some code which works fine & utilises the library.. However, the code contains :
`while (!sim808.getGPS()) {…