This is a raw working draft of an: Arduino serial GPS module => node serial => gps.js(parser) => to GPSD local server that 3rd party software can connect to.
(implemented on mac) => PC user need to change some port connection from tty... to COM... (//TODO: config file)
- arduino promini + GPS Module(NEO-6m) working code .ino file
- index.js to start local GPSD server (there is a timeout after 1 min change as needed)
- gps.js modified for connections.
start GPS dashboard
node node_modules/gps/examples/dashboard/server.js
start GPSD server
node index.js
server will be on:
localhost:2947
// upload hardware schema // device led indicator schema

