A combination of a C# server and an arduino program that allows you to control a bunch of Hull Pixelbots at once.
Currently a work in progress - it should be amazing once it's done!
PixelHub-Client | ||
PixelHub-Client-Test | ||
PixelHub-Server | ||
.gitignore | ||
LICENSE | ||
PixelHub Protocol.md | ||
README.md |
PixelHub
A combination of a C# server and an arduino program that allows the control of a Hull Pixelbot.
PixelHub Cilent protocol
The PixelHub client protocol is a (mostly) binary-based protocol that the server uses to talk to the PixelBot and give it instructions. It is documented in the [PixelHub Protocol](PixelHub Protocol.md) file.
Split-brain robots
If you have a split brain robot, the PixelHub client, while it doesn't support it yet, can be adjusted to add support. Currently, all you need to do is swap out the PixelHubController
.cpp file with one that can talk to your other microcontroller that actually controls the wheels.
Credits
- Debugging:
- Andrew C, Karen van Eck, Mike C
- Soldering:
- Brian N