ICOtronic Package Documentation
ICOtronic is a Python library (based on python-can)
for the ICOtronic system. The main purpose of the software is data collection:
The software reads data from a Stationary Transceiver Unit (STU) via CAN using the MyTooliT protocol. The STU itself reads from and writes data to a sensor node via Bluetooth.
- Requirements
- Install
- Data Collection
- Tutorials
- Virtualization
- Containerization
- Troubleshooting
- API
- Usage
- Classes & Functions
- Connection
- Nodes
STUSensorNodeSensorNode.get_adc_configuration()SensorNode.get_energy_mode_lowest()SensorNode.get_energy_mode_reduced()SensorNode.get_mac_address()SensorNode.get_name()SensorNode.get_rssi()SensorNode.get_sensor_configuration()SensorNode.get_streaming_data_single()SensorNode.get_supply_voltage()SensorNode.open_data_stream()SensorNode.set_adc_configuration()SensorNode.set_energy_mode_lowest()SensorNode.set_energy_mode_reduced()SensorNode.set_name()SensorNode.set_sensor_configuration()SensorNode.start_streaming_data()SensorNode.stop_streaming_data()
STH
- Streaming
- Measurement
- ADC
- Sensor Configuration
- Examples
- Development