You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device: m5stickC plus2
Tested on beta and release
The wifiScan() function from wiki doesn't work also the script from github https://github.com/pr3y/Bruce/blob/main/sd_files/interpreter/wifi_brute.js doesn't work, it gives “ no wifi networks found!”.
Also the wifiScan() function gives an empty object.
Logs:
Selected: password_cracker
Read from file
loaded file:
scan = wifiScan()
print(scan[0])
E (1203237) wifi:create wifi task: failed to create task
E (1203238) wifi_init: Failed to deinit wifi driver (0x3001)
E (1203238) wifi_init: Failed to deinit Wi-Fi (0x3001)
[1201868][E][WiFiGeneric.cpp:685] wifiLowLevelInit(): esp_wifi_init 257
E (1203260) wifi:create wifi task: failed to create task
E (1203260) wifi_init: Failed to deinit wifi driver (0x3001)
E (1203260) wifi_init: Failed to deinit Wi-Fi (0x3001)
[1201890][E][WiFiGeneric.cpp:685] wifiLowLevelInit(): esp_wifi_init 257
result is: undefined
[1202458][W][sd_diskio.cpp:104] sdWait(): Wait Failed
[1202463][W][sd_diskio.cpp:512] ff_sd_initialize(): sdWait failed ignored, card initialize continues
[1202472][W][sd_diskio.cpp:516] ff_sd_initialize(): GO_IDLE_STATE failed
[1202478][E][sd_diskio.cpp:806] sdcard_mount(): f_mount failed: (3) The physical drive cannot work
[1202987][W][sd_diskio.cpp:104] sdWait(): Wait Failed
[1202991][E][sd_diskio.cpp:126] sdSelectCard(): Select Failed
[1203238][I][config.cpp:176] fromFile(): Using config from file
The text was updated successfully, but these errors were encountered:
bmorcelli
changed the title
m5stickc plus 2 | wifiScan() not work
m5stickc plus 2 | Interpreter wifiScan() not work
Jan 20, 2025
Device: m5stickC plus2
Tested on beta and release
The wifiScan() function from wiki doesn't work also the script from github https://github.com/pr3y/Bruce/blob/main/sd_files/interpreter/wifi_brute.js doesn't work, it gives “ no wifi networks found!”.
Also the wifiScan() function gives an empty object.
Logs:
Selected: password_cracker
Read from file
loaded file:
scan = wifiScan()
print(scan[0])
E (1203237) wifi:create wifi task: failed to create task
E (1203238) wifi_init: Failed to deinit wifi driver (0x3001)
E (1203238) wifi_init: Failed to deinit Wi-Fi (0x3001)
[1201868][E][WiFiGeneric.cpp:685] wifiLowLevelInit(): esp_wifi_init 257
E (1203260) wifi:create wifi task: failed to create task
E (1203260) wifi_init: Failed to deinit wifi driver (0x3001)
E (1203260) wifi_init: Failed to deinit Wi-Fi (0x3001)
[1201890][E][WiFiGeneric.cpp:685] wifiLowLevelInit(): esp_wifi_init 257
result is: undefined
[1202458][W][sd_diskio.cpp:104] sdWait(): Wait Failed
[1202463][W][sd_diskio.cpp:512] ff_sd_initialize(): sdWait failed ignored, card initialize continues
[1202472][W][sd_diskio.cpp:516] ff_sd_initialize(): GO_IDLE_STATE failed
[1202478][E][sd_diskio.cpp:806] sdcard_mount(): f_mount failed: (3) The physical drive cannot work
[1202987][W][sd_diskio.cpp:104] sdWait(): Wait Failed
[1202991][E][sd_diskio.cpp:126] sdSelectCard(): Select Failed
[1203238][I][config.cpp:176] fromFile(): Using config from file
The text was updated successfully, but these errors were encountered: