SlashDevin / NeoGPS

NMEA and ublox GPS parser for Arduino, configurable to use as few as 10 bytes of RAM
GNU General Public License v3.0
702 stars 195 forks source link

Confused??? how getting higer refresh rate? #152

Open Sofus199 opened 2 years ago

Sofus199 commented 2 years ago

Hello, thanks for this amazing library! I have a "neo6mv" and "neom8n" (that I want to be at least on 5hz). I want them to have the fastet refresh rate as possible(it's for a advanced model rocket). I only need the longitude and latitude data.

I can get your "NEMAsimple" example working. But I would like to change the gps model to a higher refresh rate permanently or in the code, so I tried "ubloxRate" but the code was kinda to complex and gave me errors all the time (well I don't no how to set it up probably).

Maybe you could make an easy code or line or direct me how to make this dream come true

I'm a bit confused and would appreciate any help :-)

Void12987 commented 2 years ago

Hello. This package is just a parser. To update the refresh rate, you'll need to do that within the GPS itself.