sketch: Convert from ethernet shield to USB serial comunication

Ethernet shield has been extremely unreliable, and we need a USB host nearby for a webcam anyway.
This commit is contained in:
Petr Baudis 2011-03-13 23:39:25 +01:00
parent ded3bd81f8
commit e2f813dd25
2 changed files with 31 additions and 40 deletions

7
TODO
View file

@ -4,13 +4,6 @@
* Potentially some prettier icons and richer javascript stubs.
* Have the brmlab sketch do bi-directional TCP communication.
Currently, it only sends stuff and cannot receive any
instructions. This is pre-req for features below.
Alternatively, we may decide we need to switch back to
USB communication (with reliable USB host) if the ethernet
shield proves to be too unreliable.
* Way to override status from web page.
To keep status LED and web page in sync, bi-directional
communication will be required.