Search found 10 matches
- Mon Mar 10, 2025 5:53 pm
- Forum: WiFi/BLE related discussions
- Topic: ESP Hosted SPI based firmware now available
- Replies: 15
- Views: 509339
Re: ESP Hosted SPI based firmware now available
Any update on this?
- Wed Jan 22, 2025 9:45 pm
- Forum: WiFi/BLE related discussions
- Topic: ESP Hosted SPI based firmware now available
- Replies: 15
- Views: 509339
Re: ESP Hosted SPI based firmware now available
Hi, Any update on a newer ESP-Hosted FW version? I'm currently testing both your 2350 and 2040 WiFI boards in a project and wanted to use the ESP-Hosted. I'm using the 2350 board to manage a number of 2340 boards, I have the comms working OK over UDP but I also want to use a webserver on the 2350 to...
- Wed Nov 27, 2024 9:08 am
- Forum: WiFi/BLE related discussions
- Topic: ESP Hosted SPI based firmware now available
- Replies: 15
- Views: 509339
Re: ESP Hosted SPI based firmware now available
Hi Pontus, Got this working, just a note when compiling from the arduino IDE you need to select the ESP WifI type to "ESP Hosted". Do you know if ESP Hosted allows setting of the wifi protocol, I can't see any methods for this and even looking at the proto it doesn't look like this is impl...
- Thu Nov 21, 2024 9:30 pm
- Forum: WiFi/BLE related discussions
- Topic: ESP Hosted SPI based firmware now available
- Replies: 15
- Views: 509339
Re: ESP Hosted SPI based firmware now available
Hi
I tried the firmware from your site and I'm using the example from the github library ( installing the library from the git repo) and I get the same response.
Do you have a different sketch example or library to test this out with?
I tried the firmware from your site and I'm using the example from the github library ( installing the library from the git repo) and I get the same response.
Do you have a different sketch example or library to test this out with?
- Wed Nov 20, 2024 5:42 pm
- Forum: WiFi/BLE related discussions
- Topic: ESP Hosted SPI based firmware now available
- Replies: 15
- Views: 509339
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?
https://github.com/Networking-for-Ardui ... 040WiFiBLE
Are these incorrect?
- Wed Nov 20, 2024 2:20 pm
- Forum: WiFi/BLE related discussions
- Topic: ESP Hosted SPI based firmware now available
- Replies: 15
- Views: 509339
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...
- Thu Jul 18, 2024 3:42 am
- Forum: WiFi/BLE related discussions
- Topic: ESP32 UDP performance
- Replies: 1
- Views: 65058
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...
- Wed Jul 03, 2024 3:40 pm
- Forum: WiFi/BLE related discussions
- Topic: WiFI MK11 Firmware update
- Replies: 4
- Views: 108259
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...
- Wed Jul 03, 2024 12:05 pm
- Forum: WiFi/BLE related discussions
- Topic: WiFI MK11 Firmware update
- Replies: 4
- Views: 108259
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...
- Tue Jul 02, 2024 12:39 pm
- Forum: WiFi/BLE related discussions
- Topic: WiFI MK11 Firmware update
- Replies: 4
- Views: 108259
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...