Skip to main content

Software - FW SIM7600


Status

  • Status: Development
  • Version: 1.0.0
  • Category: Firmware
  • Language: Python
  • Code: fw_sim7600

Links

Simple Python module that read data from SIM7600 devices and share them on the local DBus.

Once ran, this script reads data from the serial specified port then notify the DBus with updated values. The DBus service and his properties depends on the version get from the device (AT+CGMM AT command response). More info on Supported devices and value mapping.

Specs provided

The following table lists all Smart Van SPECIFICATIONS that can be provided by this firmware. Then, you can use this info to customize the `struct.jod` file of the JOD Smart Van distribution.

Property NameSpecification
battery_voltageEnergy > Storage > Voltage
battery_voltage_percentageEnergy > Storage > Percentage
battery_voltage_minEnergy > Storage > Min
battery_voltage_maxEnergy > Storage > Max

Usage

TODO: write the usage section for Firmware/SIM7600