rizacelik / STM32F411CEU6_INAV_Firmware

STM32F411CEU6 Board Firmware
122 stars 32 forks source link

GPS not working 6.1 #21

Closed SKVhacks closed 9 months ago

SKVhacks commented 9 months ago

I'm using ublox Neo 6m GPS module but not working on inav 6.1.1.... It showing red colour GPS logo in app

rizacelik commented 9 months ago

Which pins did you connect the GPS to?

SKVhacks commented 9 months ago

Which pins did you connect the GPS to?

Ublox Neo 6M GPS Rx= A15 ,Tx= B3 and UART 1

rizacelik commented 9 months ago

I checked and it works for me. image Which firmware file did you use? inav_6.1.1_STM32F411CE.zip inav_6.1.1_STM32F411CE_HEX.zip If you used one of these, check your cable connection. It may not be making full contact.

SKVhacks commented 9 months ago

Can you say what protocol using for Ublox Neo 6M GPS Module?.. NMEA (or) Ublox (or) Ublox 7........ Is it possible to add buzzer?

rizacelik commented 9 months ago

Buzzer not supported.

rizacelik commented 9 months ago

You will use UART1 for Ublox Neo 6M GPS Module. Connect PA15 Pin to GPS RX pin and PB3 Pin to GPS TX pin and you need to enable GPS in PORT settings in INAV Configurator 6.1. PA15 -> GPS RX PB3 -> GPS TX