Damien Mascord

Results 23 comments of Damien Mascord

These tests were run with a Dual Core physical ESP32-WROOM-32U, but: ``` $ grep UNICORE sdkconfig CONFIG_FREERTOS_UNICORE=y ``` Full log for the WiFi failure: [debug.2021-11-28.log](https://github.com/shmuelzon/esp32-ble2mqtt/files/7614665/debug.2021-11-28.log) Full log for BLE failure:...

Hi, Yes, we could probably reboot in both cases, but I think there is something fundamentally broken when running in UNICORE mode. I am running an ESPHome firmware on a...

Would it be possible to hook 3 SX1276 together and use the same logic? On 1 September 2018 7:17:00 pm AEST, Jaap Braam wrote: >I did quite some experiments. The...

@Pecacheu - Version 2.3.0 of Expat is now removed from sourceforge due to exploits on that version, so best to switch to 2.4.1.... more eyes rolling ?

linux-firmware: add 2G and 5G precal binaries for QCA99X0 - https://github.com/openwrt/openwrt/pull/4357 - is included in this PR for review purposes, as it is a dependency. I can drop the commit...

With the workaround in uboot (set bootcmd 'ping 192.168.1.1; run boot_flash'; saveenv) eth0 works as expected at 1000 fixed. I can't figure out why autoneg works fine in uboot, but...

Yup, github dumped all the comments on my repo for some reason, I'll deal with them all and force push again. Thanks for the detailed review, much appreciated.

[precal-that-work.zip](https://github.com/openwrt/openwrt/files/7161620/precal-that-work.zip) The two attached precal files work properly for me, where as the 2g and 5g precal files that are from linux-firmware do function, but with very low signal sttrength....

OK, pushed the latest set of changes, based on the feedback, and switched to using the correct precal file

Hi, What were you running before that was stable? Have you tried changing the rekeying interval to 86400? Have you tried to disable sleep mode on the clients? I haven't...