glidernet / diy-tracker

Do-it-Yourself OGN Tracker software
GNU General Public License v3.0
27 stars 18 forks source link

GPS module with no PPS port #15

Closed kusree closed 6 years ago

kusree commented 6 years ago

Can I use GPS module with no PPS port? like NEO6MV2 or BN-8xx module?

pjalocha commented 6 years ago

In principle yes, the code can extract the timing from the data sent by the GPS, this works better with STM32 than on the ESP32 but as the timing is not very critical the device should still perform well.

Pawel.

On Mon, Jun 25, 2018 at 5:14 AM, kusree notifications@github.com wrote:

Can I use GPS module with no PPS port? like NEO6MV2 or BN-8xx module?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/glidernet/diy-tracker/issues/15, or mute the thread https://github.com/notifications/unsubscribe-auth/AImAan_cQJLDi4hGFuqYS-osygAIRwhIks5uAGO-gaJpZM4U1fOf .

kusree commented 6 years ago

ok, thank you