I've had a working WiFi connection with a CC3000 yesterday but suddenly today it is no longer connecting to my network.
There are no error messages, wlan = require("CC3000").connect(); returns a valid wlan object and wlan.connect(…, …, …); returns true but the callback is never called. My WiFi router also shows no connection attempt.
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 there!
I've had a working WiFi connection with a CC3000 yesterday but suddenly today it is no longer connecting to my network.
There are no error messages,
wlan = require("CC3000").connect();
returns a valid wlan object andwlan.connect(…, …, …);
returns true but the callback is never called. My WiFi router also shows no connection attempt.How can I debug and find out what is happening?
Thank you,
Mario