SD card must be setup... is an uploading problem, where your code is trying to use a js module that hasn't been loaded (these get autoloaded when you reference them from the left side of the IDE and send to espruino.
no change I think just indicates that it was already connected to that network.
Make sure you are using latest version. Also, don't try to do multiple connections at a time - this is broken currently.
Also, put a ceramic capacitor between power and ground right next to the ESP8266. 0.1uf wasn't enough, but 1 uf seemed to work.
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.
SD card must be setup... is an uploading problem, where your code is trying to use a js module that hasn't been loaded (these get autoloaded when you reference them from the left side of the IDE and send to espruino.
no change I think just indicates that it was already connected to that network.
Make sure you are using latest version. Also, don't try to do multiple connections at a time - this is broken currently.
Also, put a ceramic capacitor between power and ground right next to the ESP8266. 0.1uf wasn't enough, but 1 uf seemed to work.