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.