... | ... | @@ -8,4 +8,10 @@ This project aims to provide easy-to-use general-purpose sensors and actuators f |
|
|
- ([3D-printed case](https://gitlab.mi.hdm-stuttgart.de/iotee/case))
|
|
|
|
|
|
## Firmware
|
|
|
The Pico's firmware is developed at https://gitlab.mi.hdm-stuttgart.de/iotee/firmware. Tagged versions are available at https://gitlab.mi.hdm-stuttgart.de/iotee/firmware/-/packages for download. |
|
|
\ No newline at end of file |
|
|
The Pico's firmware is developed at https://gitlab.mi.hdm-stuttgart.de/iotee/firmware. Tagged versions are available at https://gitlab.mi.hdm-stuttgart.de/iotee/firmware/-/packages for download.
|
|
|
|
|
|
## Client-/Gateway-software
|
|
|
To interact with the device, a serial protocol is used. You may use our client libraries located at:
|
|
|
- [Go](https://gitlab.mi.hdm-stuttgart.de/iotee/go-iotee)
|
|
|
- [Node](https://gitlab.mi.hdm-stuttgart.de/iotee/node-iotee)
|
|
|
- [Python](https://gitlab.mi.hdm-stuttgart.de/iotee/python-iotee) |