mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-08 11:44:01 +02:00
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:
parent
ded3bd81f8
commit
e2f813dd25
2 changed files with 31 additions and 40 deletions
7
TODO
7
TODO
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue