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
Search Options
Types to Display
Espruino
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.
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