Good morning,
I'm developing a commercial product on esp32s3, it uses lot of peripherals, Uart, two bus on RMT, multiple SPI, I2C, external flash memory, nvs, and lot of tasks.
I developed a webApp hosted on the esp for setting things, so I have the HTTP server running as well as the webSocket ...
Search found 3 matches
- Thu Mar 12, 2026 7:42 am
- Forum: ESP-IDF
- Topic: Wifi AP very slow when using WPA2
- Replies: 0
- Views: 54
- Mon Dec 29, 2025 9:27 pm
- Forum: ESP-IDF
- Topic: Security and development: enabling secure boot after signed app images
- Replies: 2
- Views: 1126
Re: Security and development: enabling secure boot after signed app images
Hi, I'm facing the same problem, have you find any solution?
I'm currently in development mode, so i can flash firmware also in plaintext, so it shouldn’t be a problem having the download stub enabled.
The workaround I'm currently using is manually editing the build/flasher_args.json file writing ...
I'm currently in development mode, so i can flash firmware also in plaintext, so it shouldn’t be a problem having the download stub enabled.
The workaround I'm currently using is manually editing the build/flasher_args.json file writing ...
- Tue Jul 30, 2024 3:49 pm
- Forum: Report Bugs
- Topic: Issue with wifiAP SSID and Password
- Replies: 0
- Views: 14858
Issue with wifiAP SSID and Password
I have a problem using the esp32s3 as AP:
everything is working file while I write the wifi's SSID and password directly in the code as preprocessor instruction #define wifi_SSID "wifiTestSSID".
As soon I change it with const char* wifi_SSID = "wifiTestSSID" it stop working, and the network isn't ...
everything is working file while I write the wifi's SSID and password directly in the code as preprocessor instruction #define wifi_SSID "wifiTestSSID".
As soon I change it with const char* wifi_SSID = "wifiTestSSID" it stop working, and the network isn't ...