GPS

Type: component
PROBLEM

SOLUTION

A location module that receives satellite signals to determine precise position. Outputs coordinates for navigation and tracking systems.

Inputs
  • comp_charge
Outputs
  • comp_gps
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_gps",
    "name": "GPS",
    "type": "component",
    "inputs": [
        "comp_charge"
    ],
    "outputs": [
        "comp_gps"
    ],
    "passthru": [],
    "children": [],
    "extends": null,
    "description": "A location module that receives satellite signals to determine precise position. Outputs coordinates for navigation and tracking systems.",
    "template": "component"
}