I am having another issue, however, but it is with the CC3000 board. It seems like the board will just timeout on a large portion of the requests I am sending to it. I thought maybe it was just human error, but after some testing it seems like the board is just not getting the request and therefor I receive no response. I checked out some of the other forum posts on here and tried the IDE fix where you remove the \x03 from the line and I am still getting issues. Is this a problem with the memory or possibly the driver? If it is the driver, what can I do to fix it? Is there an updated driver and/or can I modify the driver in any way?
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 @Gordon!
I am having another issue, however, but it is with the CC3000 board. It seems like the board will just timeout on a large portion of the requests I am sending to it. I thought maybe it was just human error, but after some testing it seems like the board is just not getting the request and therefor I receive no response. I checked out some of the other forum posts on here and tried the IDE fix where you remove the
\x03
from the line and I am still getting issues. Is this a problem with the memory or possibly the driver? If it is the driver, what can I do to fix it? Is there an updated driver and/or can I modify the driver in any way?