├── README.md ├── arduino └── MWC_firmware │ ├── MWC_firmware.ino │ └── helper.h ├── grafana └── dashboard.json ├── images ├── animation.gif ├── dashboard.png ├── import_grafana.png ├── setup.jpg └── setup_rotated.jpg └── python ├── camera_stream.py ├── serial_mqtt_stream.py └── system_mqtt_stream.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neumi/grafana_robotics_dashboard/HEAD/README.md -------------------------------------------------------------------------------- /arduino/MWC_firmware/MWC_firmware.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neumi/grafana_robotics_dashboard/HEAD/arduino/MWC_firmware/MWC_firmware.ino -------------------------------------------------------------------------------- /arduino/MWC_firmware/helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neumi/grafana_robotics_dashboard/HEAD/arduino/MWC_firmware/helper.h -------------------------------------------------------------------------------- /grafana/dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neumi/grafana_robotics_dashboard/HEAD/grafana/dashboard.json -------------------------------------------------------------------------------- /images/animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neumi/grafana_robotics_dashboard/HEAD/images/animation.gif -------------------------------------------------------------------------------- /images/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neumi/grafana_robotics_dashboard/HEAD/images/dashboard.png -------------------------------------------------------------------------------- /images/import_grafana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neumi/grafana_robotics_dashboard/HEAD/images/import_grafana.png -------------------------------------------------------------------------------- /images/setup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neumi/grafana_robotics_dashboard/HEAD/images/setup.jpg -------------------------------------------------------------------------------- /images/setup_rotated.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neumi/grafana_robotics_dashboard/HEAD/images/setup_rotated.jpg -------------------------------------------------------------------------------- /python/camera_stream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neumi/grafana_robotics_dashboard/HEAD/python/camera_stream.py -------------------------------------------------------------------------------- /python/serial_mqtt_stream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neumi/grafana_robotics_dashboard/HEAD/python/serial_mqtt_stream.py -------------------------------------------------------------------------------- /python/system_mqtt_stream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neumi/grafana_robotics_dashboard/HEAD/python/system_mqtt_stream.py --------------------------------------------------------------------------------