K7MDL2 / ICOM_IC-905_CIV

A USB Serial band decoder and PTT breakout for the Icom IC-905 and IC-705, maybe other models. Can configure as a simple headless low power compact box, or add a touch display and optional encoders and switches for a remote control that supports transverter band display, control and band select.
3 stars 0 forks source link

Add Time and Grid Info #1

Open K7MDL2 opened 4 months ago

K7MDL2 commented 4 months ago

Extract GPS NMEA data and display it Extract if available, maidenhead grid square location (on CI-V bus?), else calculate it from NMEA data.

K7MDL2 commented 3 months ago

Lat , long, Time, Date and time offset are available on the IC-905 via CI-V with 2 commands. I now use those to set the clock on the display. Can choose UTC or LOCAL time (offset or no offset) with #define UTC in RadioConfig.h. The GPS data is passed though untouched and unmonitored.

Next up is to calculate Grid Square and display it. I have the code to do that in another project so just need to cut it in.