2026-06-03, 11:21 PM
That did it. Nice. I plugged the dongle in the data port and immediately got GPS data.
In terminal: printf 'watch={"imu.pitch":1,"imu.roll":1,"gps.fix":1,"gps.track":
1,"gps.speed":1}\n' | timeout 6 nc 192.168.xx.xx 23322
From there I can access it on my network and was able to bring the data in Home Assistant.
In terminal: printf 'watch={"imu.pitch":1,"imu.roll":1,"gps.fix":1,"gps.track":
1,"gps.speed":1}\n' | timeout 6 nc 192.168.xx.xx 23322
From there I can access it on my network and was able to bring the data in Home Assistant.

