Provide protocol description / manual
Opened this issue · 1 comments
Jackowski3k commented
In order to communicate with the board running this firmware, one needs to know the protocol - the commands, responses, addresses etc.
Right now, the only way to use it, is to use the Wifinina library, which is arduino-oriented and is painful to port outside the arduino ecosystem.
Providing description on how to talk to this board would partially solve the problem.
ladyada commented
yep we reverse engineered it by hand to write the python library - there's no documentation on the protocol!