-
• #2
Well #16384 is the very first 'start' command. It's almost certainly wiring though - to me it seems like the IRQ and VBEN wiring is probably ok - so check out SPI. It could be you have MOSI and MISO around the wrong way?
-
• #3
I get the same problem. I've checked my connection for several times. How can I make the module work? Thanks for any suggestions.
My firmware version is 1v80 and my board is 1.3.
-
• #4
Which CC3000 module do you have?
Have you connected the power correctly? You can't use the 3.3v from the Espruino, as it doesn't supply enough power.
Hello
I've tried to use the adafruit with my brand new espruino.
Ive connected all the pins as described here.
The CC3000 board seems to have power, one LED is on.
and then tried to connect with
var wlan = require("CC3000").connect();
.But I just get
ERROR: Timeout in CC3000 driver 16384
. Whats happening wrong here?When the CC3000 is not connected, nothing is happening. So its not that there is no connection, but something is wrong I guess. So what are my options to debug this problem?
Thanks for any suggestions.
Krutius