Files @ 94cab616b578
Branch filter:

Location: HydroBot/hydrobot-software/hydrobot_can.json

matthewreed
Added data simulation and influxdb logging script

{
    "messages": [
        {
        "name": "AirTemp",
        "id": "0x100",
        "signals": {"0": {"name": "Temperature", "bit_length": 16, "factor": 0.1, "offset": -40, "unit": "C"},
                    "16": {"name": "Humidity", "bit_length": 16, "factor": 0.01, "offset": 0, "unit": "%"},
                    "32": {"name": "Pressure", "bit_length": 16, "factor": 0.1, "offset": 0, "unit": "kPa"}
                   }
        }
    ]
}