I’m trying to use the Arduino ControlChain shield with an ESP8266 (instead of an Arduino Uno). I’ve managed to build the Arduino example on the ESP8266 (replacing the Timer functions with ESP8266 equivalents etc). However, now I am running into issues with Handshaking – the ESP8266 seems to send out the correct handshake, but for some reason the Mod Duo doesn’t like it and doesn’t respond as expected.
It would be much easier to do this with a debuggable ControlChain master. I’ve taken a look at the code on GitHub. Is there any way to run a simple ControlChain master on Linux or Mac for debugging purposes?
Great, thank you! It was actually enough for me to just debug directly on the MOD Duo. Instead of the last command you proposed, I just used controlchaind.run, which seems to work very nicely.
I’ve created a pull request to add this information to the GitHub repository:
Spoiler alert I actually got it to work with the ESP8266, now I’ll work on an extended example.
I managed to use an iPad as a Wifi Control Chain controller today. I implemented this by using the ESP8266 to talk to the Control Chain and also open up a Wifi OSC connection to TouchOSC running on my iPad. (I chose OSC merely because TouchOSC is the only suitable dashboard-like app I could find).
I still need to polish this a bit.
Basic ESP8266 support is already on GitHub if anybody wants to play with it:
@ricardocrudo, please let me know if this is something you are generally interested in adding to your repository - then I’ll create a pull request once I’m finished. Also, please feel free to provide feedback on the implementation