error during connect: no_ap_found #6453
Replies: 1 comment
-
Posted at 2022-02-19 by @MaBecker Make sure the access point E2 offers 802.11 b/g/n. Use Wifi.scan() to list available access points Posted at 2022-02-20 by 影之刃 [ ] Attachments: Posted at 2022-02-20 by 影之刃 var wifi = require("Wifi"); [ ] array 空数组 Posted at 2022-02-20 by 影之刃 Use Wifi.scan() in ESp32 is OK Posted at 2022-02-20 by 影之刃 in esp8266 is [ ] Posted at 2022-02-20 by @MaBecker Screen say you run Espruino 2v12 - correct? Posted at 2022-02-20 by @MaBecker continue in #comment 16406698 Posted at 2022-02-20 by 影之刃 Do you speak chinese ? Posted at 2022-02-20 by 影之刃 No hotspots were scanned ,is [ ] Posted at 2022-02-20 by 影之刃
Posted at 2022-02-20 by @MaBecker No, just used google translation service ;-) Posted at 2022-02-20 by 影之刃 Look at this Attachments: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2022-02-19 by 影之刃
var wifi = require("Wifi");
wifi.connect("XXXX", {password:"XXXXXX"}, function(e) {
if (e) {
console.log('error during connect:',e);
wifi.disconnect();
} else {
console.log('connected to',ssid);
wifi.stopAP();
//wifi.save();
}
});
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions