Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bcopy/microsquad

A Microbit orchestration library based on Bitio
https://github.com/bcopy/microsquad

Last synced: 7 days ago
JSON representation

A Microbit orchestration library based on Bitio

Awesome Lists containing this project

README

        

# MicroSquad (a.k.a uSquad)

A Microbit orchestration library based on [Bitio](https://github.com/AdventuresInMinecraft/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)

![Microbit](https://microbit-micropython.readthedocs.io/en/v1.0.1/_images/happy.png)

**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...)

# Dependencies

For the **uSquad** Gateway :
* Python3
* [https://github.com/AdventuresInMinecraft/Bitio](https://github.com/AdventuresInMinecraft/bitio)
* A Microbit running the bitio firmware
* [Line Protocol parser for Python](https://pypi.org/project/influx-line-protocol/)

For the **uSquad** clients :
* The provided **uSquad** firmware to upload on each Microbit.

# How to use it

# How to develop