Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.19 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.19 KB

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.