Search found 6 matches

by UkTinkerer
Wed Nov 20, 2024 5:42 pm
Forum: WiFi/BLE related discussions
Topic: ESP Hosted SPI based firmware now available
Replies: 5
Views: 436

Re: ESP Hosted SPI based firmware now available

I was following the instructions in the repo here

https://github.com/Networking-for-Ardui ... 040WiFiBLE

Are these incorrect?
by UkTinkerer
Wed Nov 20, 2024 2:20 pm
Forum: WiFi/BLE related discussions
Topic: ESP Hosted SPI based firmware now available
Replies: 5
Views: 436

Re: ESP Hosted SPI based firmware now available

HI, I tried loading the firmware onto my Challenger RP2030 Wifi MKII board and then using the example sketch but unfortunately the only output I get is "STARTING PROGRAM" followed by "initSpiDriver OK". The esptool seemed to do it's thing OK updating the ESP correctly and I'm usi...
by UkTinkerer
Thu Jul 18, 2024 3:42 am
Forum: WiFi/BLE related discussions
Topic: ESP32 UDP performance
Replies: 1
Views: 9195

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: 10290

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: 10290

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: 10290

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...