====== How to connect external GPS module to Yaesu FTM-300 ====== ==== TL;DR ==== Yaesu FTM-300 requires higher logic levels than BN-220 can provide. MAX3232 is used to translate lower TTL logic levels to higher RS232 logic levels - [[https://www.sparkfun.com/tutorials/215|Quick tutorial here.]] GPS module will require to be set to GPS constellation only in u-center. Radio needs to be set to external GPS device. Transmit from the radio Data Tx to GPS receive Data Rx does not need to be connected. Baud rate is set to 9600. ====== List of parts ====== ==== Production ==== * 2.5mm TRR jack cable or adapter from 3.5 mm TRR cable * USB cable to power the system * MAX3232 chip {{:max3232.jpg?400|}} * GPS module Beitian BN-220 {{:gps_bn220.jpeg?400|}} *Heat Shrink ==== Development and testing ==== * Strip board * Header pins * MAX3232 chip * Dupont connectors * Heat shrink * USB cable or some other way to power the system * RS232 to UBS adapter {{:aten-uc232a-0672792000027.jpg?400|}} * u-blox u-center v22.02 - [[https://content.u-blox.com/sites/default/files/2022-04/u-center-v22.02_0.zip|download link]] * Yaesu FTM-300 external GPS connector pinout {{:ftm-300_gps.png?400|}} === Development board === Pictures of the development board used to setup GPS module {{:dev_board.jpg?400|}} {{:dev_board0.jpg?400|}} ===== Method ===== ==== Programming the GPS Module in U-Center ==== - Install [[https://www.u-blox.com/en/product/u-center|U-Center]] for Windows (sorry Linux and Mac fans, but there is a work around...) - Open U-Center - Connect the GPS module via USB and use Device Manager to identify the COM port - Set the COM port in u-center as per device manager and click connect - {{::screenshot_2022-04-13_111433.png?direct&200|}} - Wait for GPS to lock on (you will see a position appear in u-center) - {{::screenshot_2022-04-13_111843.png?direct&200|}} - Open the View menu and select Configuration View - {{::screenshot_2022-04-13_112037.png?direct&200|}} - Select GNSS in the left hand pane and ensure only GPS, SBAS and QZSS are enabled. Ensure Galileo and GLONASS are DISABLED. Make sure you click ''Send'' in the bottom status bar to update the module. - {{::screenshot_2022-04-13_112224.png?direct&200|}} - Select NEMA in the left hand pane and set Main Talker Id to ''1 - GP (GPS)'' and click ''Send'' in the bottom status bar - {{::screenshot_2022-04-13_113327.png?direct&200|}} - Finally we need to save the configuration to the module. - Select CFG in the left hand pane, Hold ''Ctrl'' and click ''2 - I2C EEPROM'' and ''4 - SPI-FLASH'' so that all four Devices are selected. Ensure that the ''Save current configuration'' radio button is selected and click ''Send'' in the bottom status bar. - {{::screenshot_2022-04-13_113635.png?direct&200|}} - Test the configuration by disconnecting and powering down the module and reconnecting. - If successful, open the View menu and Select ''Text Console'' - You should only see messages that start ''$GP...'' - {{::screenshot_2022-04-13_114010.png?direct&200|}} - Ask Simon - M0SMU for help in Discord if you get stuck