Search found 670 matches: upgrade

Return to advanced search

Failed to start ESP13 after Installing Firmware

by Kevin BEAURGAND ¦ Sun Jun 05, 2022 2:52 am ¦ Forum: Newbie Corner ¦ Topic: Failed to start ESP13 after Installing Firmware ¦ Replies: 0 ¦ Views: 1805

Hi, I have a Iduino ESP 13 (with an ESP 8266 chip). I'd like to upgrade the original AT firmware to the last provided by ESP-IDF (at that time ESP8266-AT-V2.2.1.0). Uploading the firmware works fine with this command line : esptool --chip auto --port COM4 ...

... in the drop-down menu. Is there some reason why are you using such an old version of the IDE? Current is 1.8.19! I understand sometimes you can't upgrade due to a library or such. There are a lot of significant changes to the way things work and it wouldn't surprise me if some new stuff is expecting ...

Version 5.2.0 Is Available

by Inq720 ¦ Tue Mar 15, 2022 10:19 am ¦ Forum: Users Projects ¦ Topic: InqPortal - A RAD, IoT, Application, Web Server ¦ Replies: 9 ¦ Views: 11031

Here is the more verbose version https://inqonthat.com/inqportal-5-2-rocket-sockets/ , but you get the CliffsNotes version... Improvements in this upgrade [list=1] [*] Upgrading of the WebSocket communications between client and server. In 5.0.0, it was topping out around 32 KB/second with occasional ...

Re: Abusive WebSocket test getting an Exception

by Inq720 ¦ Tue Mar 15, 2022 9:52 am ¦ Forum: Advanced Users ¦ Topic: Abusive WebSocket test getting an Exception ¦ Replies: 5 ¦ Views: 5564

In the hopes that more information might trigger someone with experience with this... During an upgrade to my WebSocket layer, I have been able to get a throughput upgrade. I can now send 50 byte messages at 1000 Hz to four clients => A server throughput of 200KB/sec. What ...