Skip to content

nterone-corp/GNSSapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNSSapp

Simple Python app to stream data from GNSS module on the IR1800 and send to MQTT topic

  1. docker build -t gps .
  2. ./ioxclient docker package gps .
  3. use the OD or local manager to upload the start the APP
  4. user "gnss_dr" as the serial interface for IOX to stream data
  5. give app ip of 192.168.1.2 / 24 , gw is 192.168.1.1

SAMPLE Output will give gyro/accel data as well - you will need to parse the GPS data out. but this is the idea:

eg output:

b'$GPRMC,050600.000,A,3726.5177,N,12155.0149,W,0.00,0.00,080723,,,A7B\r\n' b'DGYRO,43053230,-45,4,-89,0,20951\r\n' b'STM3DGYRO,45031074,-41,-12,-83,0,2114C\r\n' b'SENMSG,30,46324694,-165,173,1634135\r\n' b'4,200,163453B\r\n' b'SG,30,50553209,-176,218,1636833\r\n'

to subscribe to the stream install mosquitto on your laptop and .... :

mosquitto_sub -h 0b45b12d2ba4443688781b3165bbcfaa.s2.eu.hivemq.cloud -p 8883 -u cisco -P cisco123 -t gps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.7%
  • Dockerfile 17.3%