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!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Starbeamrainbowlabs 461396d231
[client] Start working on hooking the message receiving code up to the PixelMessage class, but there are problems :-(
6 years ago
PixelHub-Client [client] Start working on hooking the message receiving code up to the PixelMessage class, but there are problems :-( 6 years ago
PixelHub-Client-Test Add missing test client sln file 6 years ago
PixelHub-Server [server] Finish ErrorMessage decoding code 6 years ago
.gitignore Convert arduino project into Platform IO project. I've had enough of the default IDE! 6 years ago
LICENSE initial commit 7 years ago
PixelHub Protocol.md Corrected error code categories boundaries in the PixelHub Protocol 6 years ago
README.md Update 'README.md' 6 years ago

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 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

Tcp Client

For Multicast networkinterface blog post

Bits and Bobs