probably i need to create a tiny app that basically just contains a webviw
and implement a javascript-to-android bridge for the sending function
(done that before with bluetooth)
d-anders
@d-anders
not possible to root and update android?
probonopd
@probonopd
possibly, but not sure. (don't like non-booting bricks)
d-anders
@d-anders
right
probonopd
@probonopd
but glad you like the websockets. will try them on the desktop
d-anders
@d-anders
well, 1-2 secs lag is too much for a remote i guess. you will get unsure and send multiple commands
probonopd
@probonopd
yes
d-anders
@d-anders
is ch340 (usb->ttl) good for safe high baud rates?
i have a prolific but it is not completely stable flashing at bau rates >115200
and i just cant stand the wait anymore
probonopd
@probonopd
silabs is
i can use the highest available baud rate for flashing reliably
921600
cp2102, still relatively cheap and never let me down
don't know about the ch340 (don't own one yet)
d-anders
@d-anders
ok, i will try one of those
probonopd
@probonopd
do you guys know https://github.com/jcmvbkbc/gdbstub-xtensa - "Gdbstub is a piece of code that is present on a target system and is able to communicate with gdb running on a development system and execute commands on its behalf. This allows to use all features of gdb with very resource-limited target systems"
Markus
@Links2004
@d-anders the web sockets have a transmission time from ~12ms, and a overhead of 3 to 9 byte peer message. so its close to RAW tcp where you need to create you own message frame.