ezod / flipperzero-gps

Flipper Zero application for NMEA 0183 serial GPS modules.
GNU General Public License v3.0
281 stars 26 forks source link

NEO-7M compatibility #7

Closed WismutNaN closed 11 months ago

WismutNaN commented 1 year ago

The manufacturer's website states backward compatibility with version neo-6 https://www.u-blox.com/en/product/neo-7-series Also flipperzero-GPS claims compatibility with neo-6 But the app doesn't work. Outputs NaN in all lines Am I doing something wrong or does the software not allow me to work with NEO-7M? I would like to get support for this board.

ezod commented 1 year ago

I don't have either of those boards to test with, so I can't confirm. But the datasheets describe a UART interface that should be compatible by default (at 9600 baud) with the app.

I may be able to help more with some or all of the following information:

ezod commented 1 year ago

Likely duplicate of #9.

ezod commented 1 year ago

@Wismut83 does this work for you on the latest version?

ezod commented 11 months ago

NEO-7M compatibility confirmed in #21.