I assembled the ArduPilot Mega and oilpan, and everything seems to work except for the GPS. I'm using the 1Hz EM-406A, and tried connecting to both the oilpan 6-pin connector, and the ADP mega connector, but I don't get any output when running the GPS_NMEA_test or GPS_UBLOX_test. The init message is written to the serial window but no position data (i.e. no valid data...).
Anyone else had similar GPS issues with mega?
You need to be a member of diydrones to add comments!
There doesn't look to be any code for EM406 in the mega libraries. You may get it to work in NMEA mode, but there is no specific initialisation code. You would need to do your own init to set the output to NMEA @38400.
How long have you let it sit powered up? My UBLOX took a while to get a fix initially... Oh, and the correct port to be using is the one on ArduPilot Mega board... :)
Replies
There doesn't look to be any code for EM406 in the mega libraries. You may get it to work in NMEA mode, but there is no specific initialisation code. You would need to do your own init to set the output to NMEA @38400.