Was having a similar problem. After I shortened a few wires and moved the 1117 right in close to the Pico would it start returning anything of value. (on a bread board)
My mfg says its 9200 but only 115200 would not return gibberish. But my pico only works on every other try... sometime with the need of a reset(). (code run from the right side of the console). The following is where I am getting stuck...... don't know where the sdcard bit is coming from??
ERROR: SD card must be setup with E.connectSDCard first
WARNING: Module "AT" not found
=undefined
Uncaught Error: Field or method "connect" does not already exist, and can't create it on undefined
at line 1 col 22
{h.at=d=require("AT").connect(a);require("NetworkJS").create...
^
in function "connect" called from line 2 col 58
function(err) {if (err) throw err;wifi.getAPs(print);});
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.
Hey guys.
Was having a similar problem. After I shortened a few wires and moved the 1117 right in close to the Pico would it start returning anything of value. (on a bread board)
My mfg says its 9200 but only 115200 would not return gibberish. But my pico only works on every other try... sometime with the need of a reset(). (code run from the right side of the console). The following is where I am getting stuck...... don't know where the sdcard bit is coming from??