Hi,
I'm struggling with BK7231T (from RGB Bulb) to connect to my WLAN.
I successfully managed to flash and connect to the device AP. There I configured Wifi credentials (several different modes) and set static IP (as all of my mainly Tasmota devices have).
The device then connects to my OpenWRT router like this:
Spoiler:
Sun Jun 2 16:02:19 2024 daemon.info hostapd: wlan0-5: STA 50:8a:06:75:e4:50 IEEE 802.11: authenticated
Sun Jun 2 16:02:19 2024 daemon.info hostapd: wlan0-5: STA 50:8a:06:75:e4:50 IEEE 802.11: associated (aid 1)
Sun Jun 2 16:02:19 2024 daemon.notice hostapd: wlan0-5: AP-STA-CONNECTED 50:8a:06:75:e4:50
Sun Jun 2 16:02:19 2024 daemon.info hostapd: wlan0-5: STA 50:8a:06:75:e4:50 RADIUS: starting accounting session E51F5EE453ED52CC
Sun Jun 2 16:02:19 2024 daemon.info hostapd: wlan0-5: STA 50:8a:06:75:e4:50 WPA: pairwise key handshake completed (RSN)
Sun Jun 2 16:02:19 2024 daemon.info hostapd: wlan0-5: STA 50:8a:06:75:e4:50 IEEE 802.11: authenticated
Sun Jun 2 16:02:19 2024 daemon.info hostapd: wlan0-5: STA 50:8a:06:75:e4:50 IEEE 802.11: associated (aid 1)
Sun Jun 2 16:02:19 2024 daemon.notice hostapd: wlan0-5: AP-STA-CONNECTED 50:8a:06:75:e4:50
Sun Jun 2 16:02:19 2024 daemon.info hostapd: wlan0-5: STA 50:8a:06:75:e4:50 RADIUS: starting accounting session E51F5EE453ED52CC
Sun Jun 2 16:02:19 2024 daemon.info hostapd: wlan0-5: STA 50:8a:06:75:e4:50 WPA: pairwise key handshake completed (RSN)
I see that the device is connected to OpenWRT in the Wifi tab.
But I cannot ping it - even not from OpenWrt console.
In the OpenWrt Console I see this. The IP is the one I assigned to the device.
Spoiler:
IP address HW type Flags HW address Mask Device
192.168.0.193 0x1 0x0 00:00:00:00:00:00 * br-lan
IP address HW type Flags HW address Mask Device
192.168.0.193 0x1 0x0 00:00:00:00:00:00 * br-lan
nslookup does not find the device.
Most of the tests & configurations were done using a USB TTL (gold version) which usually has no issue to provide the needed power...
The device has also been powered by an external power supply as this is mentioned to be critical.
The OpenWrt AccessPoint has been configured as
- WPA PSK
- WPA2 PSK
- WPA/WPA2 mixed mode
- WMM deactivated
- Country Code = DE
Could it be that fixed IP assignment does not work properly?
Unfortunately DHCP is not stable enough in my environment (for an unknown reason) so I'm configuring static IPs for *all* devices since years.
During the device AP phase, it is completely stable and I can click around and configure without issues.
The connection to the OpenWRT router seems to work - only IP connection cannot be established.
P.S.: I also tried to connect to an old Fritzbox 7170 (original firmware). Connection also works there but I also don't see an IP address.
P.P.S.:
Just struggling with the safe mode of the device. It worked dozens of times before but not anymore.
I wanted to check DHCP against FB 7170 with an external power supply and now the local AP does not show up anymore...

I reflashed with backup - no change.
Any ideas?
Thanks in advance
Eva