Search found 4 matches

by UkTinkerer
Thu Jul 18, 2024 3:42 am
Forum: WiFi/BLE related discussions
Topic: ESP32 UDP performance
Replies: 1
Views: 8876

ESP32 UDP performance

Hi there, Another question on the MKII Wifi board.... I have working code that is receiving UDP multicast messages the code works OK but performance is a bit poor, I am currently running the UART at 2MBaud. The issue I have is that I'm seeing some dropped data and some bunching of frames. Idealy the...
by UkTinkerer
Wed Jul 03, 2024 3:40 pm
Forum: WiFi/BLE related discussions
Topic: WiFI MK11 Firmware update
Replies: 4
Views: 9769

Re: WiFI MK11 Firmware update

After a bit more tinkering I realised I'd been using the older firmware! New firmware works and I can set the protocol correctly. FYI the firmware version reported back from WifiESPAT library from the binary in this post is actually Firmware version is 3.2.0.0-dev Apologies, my commands were fine an...
by UkTinkerer
Wed Jul 03, 2024 12:05 pm
Forum: WiFi/BLE related discussions
Topic: WiFI MK11 Firmware update
Replies: 4
Views: 9769

Re: WiFI MK11 Firmware update

Thanks Pontus, the firmware update worked and I have working AT command responses. Perfect! However, I'm still not able to set the LR protocol mode of the ESP32. So I need to dig a bit more there. I did pull your esp-at repo and had a look in the menuconfig for anything there that might enable/disab...
by UkTinkerer
Tue Jul 02, 2024 12:39 pm
Forum: WiFi/BLE related discussions
Topic: WiFI MK11 Firmware update
Replies: 4
Views: 9769

WiFI MK11 Firmware update

Hi There, I got some help from Pontus with updating fimrware on the Challenger MKII WifI/BLE board (V0.2). I have been trying to adjust the WiFI protocol using the AT commands to enable the LR mode both for SoftAP and Station mode I believe the correct command for this is SET > AT+CWAPPROTO=<protoco...