NonPIayerCharacter
NonPIayerCharacter
Alternative using SPI + DMA is available since 1.18.151 Any pin that is not internal flash is allowed (flash - A13 to B2 inclusive).
It's a SDK problem, not OpenBeken. If a device is BK7231 or Realtek, this can be offset by enabling flag 51 (will use bssid to connect). If LN882H, then that...
Wifi libs are always closed source. Even on ESP (though there is a reverse-eng attempt going on). You can try to adjust scan_time in OBK, maybe that would fix it....
Added S2 and S3. Fixed ESP32. As for ESP8266, Non-OS SDK is out. FreeRTOS SDK is IDF-style, and can even be implemented on top of esp32's HALs. But, there are...
From what i have seen, if gpio_reset_pin, then by default pins are pulled up. We already have hal functions to configure pins as input pup/pdown, so now when using HAL_PIN_Setup_Input,...
@DeDaMrAzR pushed an update, now it stores data to cfg, making it easier to repair (just erase cfg). In essence, on first successful connection, it calculates PSK (i was unable...
+ Reworked, now it requires a flag and will connect normally if device is rebooted 3-4 times (3 failed boots). + Implemented fast connect to Realteks. Both on Beken (with...
Checked BK7231T. It works and connects. But, for some reason, it sends two WIFI_STA_DISCONNECTED events in the process. The same happen on N, but not with new sdk. BK7231T: ```...
Confirmed as working on BK7231N+CHT8315, i can confirm that it is working on my BK7231N+CHT8310
Alert appears to be working as expected. Executing CHT_Alert 0.3 5 2 right before PinDeepSleep, the module wakes up, as soon as temperature is 0.3 degrees lower or higher, than...