A Microbit orchestration library based on Bitio : Using a single Microbit as a gateway, control remote Microbits via the radio. Messages are exchanged using the Influx line protocol (with a small custom parser implemented in micropython)
Basic functionalities include :
- Broadcast, group and unicast messaging
- Assigning session identifiers (will be resent with each message from the client)
- Remotely controlling displays
- Requesting remote sensor readings (buttons, gyroscope, compass, temperature, votes etc...)
For the uSquad Gateway :
- Python3
- https://github.com/AdventuresInMinecraft/Bitio
- A Microbit running the bitio firmware
- Line Protocol parser for Python
For the uSquad clients :
- The provided uSquad firmware to upload on each Microbit.