Skip to content

ghas-results/node-red-contrib-parse-gps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-parse-gps

Travis (.com) branch GitHub package.json version npm (scoped) Parse GPS Data

Warning: This Node-RED node has only been tested on the Quectel EC25A module. If you find this node to work with other modules, or wish to contribute support for additional modules, let us know!

This node takes a payload of GPS data and parses it into a structured JSON object. Attach this to the corresponding Serial In node - recognized data will be converted to coordinate values, speed, and name values (msg.payload.name, msg.payload.lat, msg.payload.lon, msg.speed, msg.location.lat, msg.location.lon).

Found this useful? You might also like the node-red-contrib-enable-gps node.

Packages

No packages published

Languages

  • JavaScript 61.4%
  • HTML 38.6%