Yes, that's probably the best bet. Espruino really isn't cut out for handling the large amounts of data needed for video. After all, a single 320x240x24bpp frame of video uses 5x more memory than Espruino has!
If you want to control everything from one place, your other option is to plug Espruino into the TL-WR703N via USB, and then you can simply send it commands from whatever is running on the router (http://www.espruino.com/Interfacing).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi Rayman,
Yes, that's probably the best bet. Espruino really isn't cut out for handling the large amounts of data needed for video. After all, a single 320x240x24bpp frame of video uses 5x more memory than Espruino has!
If you want to control everything from one place, your other option is to plug Espruino into the TL-WR703N via USB, and then you can simply send it commands from whatever is running on the router (http://www.espruino.com/Interfacing).