Search found 5 matches

by Alexandre2001
Sat Jan 07, 2023 9:07 am
Forum: General Discussion
Topic: esp32 module bug based on ESP32 D0WD V3 SoC
Replies: 2
Views: 1372

Re: esp32 module bug based on ESP32 D0WD V3 SoC

ESP_Sprite wrote:
Sat Jan 07, 2023 6:14 am
Given that you can upload anything at all, your board/module is clearly not lacking flash.
Thank you for your reply.
But what could this be due to?
And if possible I can send you the project code for you to take a look.
Cordially
alexandre
by Alexandre2001
Fri Jan 06, 2023 6:12 pm
Forum: General Discussion
Topic: esp32 module bug based on ESP32 D0WD V3 SoC
Replies: 2
Views: 1372

esp32 module bug based on ESP32 D0WD V3 SoC

Hi. I initially didn't pay attention to detail in the console when uploading a sketch to my esp32 board, and that was until I got to the step where I should learn how to store webpage files in the board's flash memory and then access it using the SPIFFS tool. When I uploaded my html, CSS and JS file...
by Alexandre2001
Thu Jan 05, 2023 9:04 am
Forum: General Discussion
Topic: how to reconnect to wifi with esp32 after power loss or router restart
Replies: 3
Views: 2508

Re: how to reconnect to wifi with esp32 after power loss or router restart

bidrohini wrote:
Mon Jan 02, 2023 2:32 pm
You can check this if already have not: https://randomnerdtutorials.com/solved- ... 2-to-wifi/
Thank you very much for the intervention, when I implemented WiFi event handling, the problem did not occur anymore.
Cordially
Alex
by Alexandre2001
Sun Jan 01, 2023 11:52 pm
Forum: General Discussion
Topic: how to reconnect to wifi with esp32 after power loss or router restart
Replies: 3
Views: 2508

how to reconnect to wifi with esp32 after power loss or router restart

I found that every time I power down my ESP32 board and power it back up, it can't automatically reconnect to the router or access point configured in the sketch. Thus, I find myself having to start uploading the sketch to the board each time I want to use the embedded server after the power has bee...
by Alexandre2001
Sun Jan 01, 2023 11:23 pm
Forum: General Discussion
Topic: need help on esp32 server hosting an application consisting of several html files
Replies: 2
Views: 1262

need help on esp32 server hosting an application consisting of several html files

I am working on a remote control project for an electrical installation with the ESP32 card (Espressif). But here I have trouble understanding and determining how the component files of my web application can be sent to the client when the latter connects. In almost all the tutorials that I had to f...