NerdMiner_v2 icon indicating copy to clipboard operation
NerdMiner_v2 copied to clipboard

does not connect to wifi.

Open sitesoficial opened this issue 1 year ago • 5 comments

Hello, I have a nerd miner T display s3, I updated its system, but when I connect to its wifi it doesn't continue, it hangs on the transition screen and doesn't connect to wifi, I've spent more than 10 minutes on this screen and it doesn't connect to wifi.

How can I solve this problem?

sitesoficial avatar Jan 22 '24 13:01 sitesoficial

I would start with using another device - phone or PC (open 192.168.4.1). I have 6 of those and I was able to connect all of them well (did with FW 1.6.2).

sany3001 avatar Jan 22 '24 13:01 sany3001

Is the wifi network a 2.4ghz or 5ghz. So this works only with 2.4

dackdel avatar Feb 05 '24 15:02 dackdel

Is there a workaround connecting to 2.4Ghz using Wifi 6 protocol? I tested ESP32-WROOM and it wouldn't connect . The only way to connect is if using Wifi 4 protocol on 2.4Ghz

jarv1s888 avatar Mar 04 '24 16:03 jarv1s888

Wifi 6 works with 2.4 Ghz.

image

MyOwn2C avatar Mar 04 '24 17:03 MyOwn2C

The protocol on the router is using Wifi 6 (802.11ax) with 2.4Ghz , This is in contrast to what ESP32 can support This development board is based on the ESP-WROOM-32 module, which supports Wi-Fi 802.11b/g/n, corresponding to Wi-Fi 0, Wi-Fi 1, Wi-Fi 3, and Wi-Fi 412. It does not support Wi-Fi 5, Wi-Fi 6, or Wi-Fi 6E, which require 802.11ac or 802.11ax standards. So a newer ESP32-C6 would solve this problem

2024-03-04_12h25_53

jarv1s888 avatar Mar 04 '24 17:03 jarv1s888