First, I’ll try to explain how multiwii is working… In the GUI:
If “GPS fix” si red and magneto’s gauge is grey, there is no GPS found by the board
if “GPS fix” is red and magento’s gauge blinking, GPS is found, but not ready to run (maybe less than 5 sat or bad serial data)
if “GPS fix” is green and magneto’s gauge blinking, GPS is found and it’s in good condition (5 or more stats)
If all is ok, you may find your GPS position in the GUI’s right botom
If you don’t have GPS coordinate in the right botom corner there is a mistake somewere…
Double-check your config.h
You must have:
-Right baudrate for your GPS (by default 57600 or 115200)
-Right Serial port (by defaut it’s SERIAL2 if you plug your GPS in another Serial port, try to change #define GPS_SERIAL 2 to #define GPS_SERIAL 1 for exemple)
-Right Protocol… PA6C work with NMEA so check that you choose “#define NMEA”
-Don’t forget to check if you had cross RX and TX wire between GPS and board
Upload your multiwii into board and check again…
GPS will works only if you had coordinate on GUI…