Thanks - I'll try and look into the CC3000 again. Keeping the WiFi connection open actually seems to be relatively reliable now but I'll see if I can figure out why it's crashing.
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.
Thanks - I'll try and look into the CC3000 again. Keeping the WiFi connection open actually seems to be relatively reliable now but I'll see if I can figure out why it's crashing.
A quick fix might just be to enable the watchdog timer that now exists? http://www.espruino.com/Reference#l_E_enableWatchdog
If you set it for something like 20 seconds it'll probably be enough to handle most cases...