Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

node-red-GPS-monitor

Revision 2.2

Separated GPS status button display message processing entirely from bar chart message processing to avoid any issues with msg.topic definition Fixed some improperly declared variables in the function node javascript that later versions of node.js complained about. Fixed a missing set of square brackets for bar chart "series" (that element has to be passed as array) that later versions of node.js complained about.

Initial Release

Node-RED flow to monitor the serial port NMEA output of a GNSS receiver and show fix state, UTC time, and a chart of satellite signal to noise (SNR) values.

SCREENSHOTS

Screenshots can be found in the Github Wiki entry for this repository.

DESCRIPTION

The serial port node has to be manually changed to define the serial port parameters because that node has no way to input them from the flow. I hate hard coding--grrrrr :-(

You do have to have an understanding of NMEA messaging to understand this flow. There are plenty of internet resources available on the subject.

Developed under node 16.12.0 and npm 8.1.0.

About

Windows Node RED flow to monitor the serial port NMEA output of a GNSS receiver.

Topics

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors