Search found 10 matches
- Fri Feb 23, 2024 6:22 am
- Forum: ESP-IDF
- Topic: [ESP32C3] Flash memory overflow
- Replies: 6
- Views: 1621
Re: [ESP32C3] Flash memory overflow
Thanks for your explanation. I think 2 OTA are enought for update OTA, 1 OTA is using for bootloader and other is using for load new firmware. As I read ESP-IDF document, bootloader will consider using 1 of 2 OTA as long as which one is the newest updated. So in case, If OTA 1 or 2 update firmware f...
- Fri Feb 23, 2024 12:29 am
- Forum: ESP-IDF
- Topic: [ESP32C3] Flash memory overflow
- Replies: 6
- Views: 1621
Re: [ESP32C3] Flash memory overflow
Well, look like It worked well. I removed factory app and only using 2 OTA section.
May I know what is different paritions factory app and without factory app?
May I know what is different paritions factory app and without factory app?
- Thu Feb 22, 2024 12:48 am
- Forum: ESP-IDF
- Topic: [ESP32C3] Flash memory overflow
- Replies: 6
- Views: 1621
Re: [ESP32C3] Flash memory overflow
Hello
Anyone can help me?
Anyone can help me?
- Wed Feb 21, 2024 5:40 am
- Forum: ESP-IDF
- Topic: [ESP32C3] Flash memory overflow
- Replies: 6
- Views: 1621
[ESP32C3] Flash memory overflow
Dear my friends, I 'm using ESP32C3 to develop function including: connect to wifi and bluetooth as well. So far, With Wifi connection function, It worked well and available update OTA via websocket And now, I'm adding bluetooth function but I faced problem that flash memory of device is overflow. I...
- Tue Jan 16, 2024 1:55 am
- Forum: ESP-IDF
- Topic: Webserver lost connection of ESP32 module
- Replies: 4
- Views: 49046
Re: Webserver lost connection of ESP32 module
anyone can help me
- Mon Jan 15, 2024 5:57 am
- Forum: ESP-IDF
- Topic: Webserver lost connection of ESP32 module
- Replies: 4
- Views: 49046
Re: Webserver lost connection of ESP32 module
Hi
I just update some finding.
After download code, if I press button "RST" on board or run command, board will auto restart again and server will lost connection to device.
If I just dis-connect and connect USB, board connect to server as normal
I just update some finding.
After download code, if I press button "RST" on board or run command
Code: Select all
esp_restart()
If I just dis-connect and connect USB, board connect to server as normal
- Fri Jan 12, 2024 9:54 am
- Forum: ESP-IDF
- Topic: Webserver lost connection of ESP32 module
- Replies: 4
- Views: 49046
Re: Webserver lost connection of ESP32 module
Adjust the timeout values in your WebSocket configuration cautiously. For example, try increasing the network_timeout_ms value to see if it affects the stability. Hello I also adjust all value about time but can't solve problem. After connection to server, around 5s later, Server lost connect to de...
- Thu Jan 11, 2024 8:34 am
- Forum: ESP-IDF
- Topic: Webserver lost connection of ESP32 module
- Replies: 4
- Views: 49046
Webserver lost connection of ESP32 module
Hello all my friends, I'm doing small project using ESP32 connect to webserver with using esp_websocket_client.h. Everything so far is ok but I have problem that after established connection to server and recieved information from sever, About 10s or 20s later, I check list device of server connecti...
- Fri Dec 29, 2023 12:37 am
- Forum: ESP-IDF
- Topic: Can't HTTP Post from Postman to ESP32 with AP Mode
- Replies: 1
- Views: 1882
Can't HTTP Post from Postman to ESP32 with AP Mode
hello every I'm doing project using ESP32 C3 is access point, config as Http Server. My laptop will access wifi from ESP32 and send data through HTTP POST. But when I use Postmand to testing. The problem is "HTTP 404.0 - Not Found" although I register uri POST and GET at ESP32 code. I tried at frame...
- Thu Dec 14, 2023 6:22 am
- Forum: Hardware
- Topic: PC don't recieve ESP WRoom 32
- Replies: 0
- Views: 31478
PC don't recieve ESP WRoom 32
Hello everyone, I just start with ESP WROOM 32, I connect board to my PC through micro USB type But PC don't show COM port at Device Manager. https://europe1.discourse-cdn.com/arduino/optimized/4X/0/0/e/00ec7fc022709ef74fa1caee592b1cf875f9b4a9_2_351x500.jpeg What did I do so far: 1. Check USB cable ...