Search found 11 matches

by antonins
Wed Mar 27, 2024 4:49 pm
Forum: ESP32 Arduino
Topic: ESP32 - Hostname
Replies: 1
Views: 2640

ESP32 - Hostname

Hello all, I'm working on ESP32-WROOM-32E. I made a connection to a wifi but I want to change the hostname but it doesn't work. I don't understand from when the issue come. Please find below the code #include <Arduino.h> //Basique ESP32 #include <WiFi.h> //Wifi ?? const char* ssid = "Bbox-641xxxxx";...
by antonins
Sun Dec 17, 2023 8:02 pm
Forum: ESP32 Arduino
Topic: ESP32 : Download from server doesn't work for big file
Replies: 3
Views: 54716

Re: ESP32 : Download from server doesn't work for big file

I block everything except this function.
I also end server (server.end()) to test if there is something coming from this side.

I change buffer to 4096 and add a delay(1) between read and write but I still have the same problem :(
by antonins
Sun Dec 17, 2023 4:08 pm
Forum: ESP32 Arduino
Topic: ESP32 : Download from server doesn't work for big file
Replies: 3
Views: 54716

Re: ESP32 : Download from server doesn't work for big file

Hello, I try several thinks but can't resolve my issue :( I just see that about 15 seconds, the ESP32 block on client->write(";",1); or client->readBytes(..) Even if I test client available & connected and http connected just before. Do you know where the issue is coming ? Thanks for your help,
by antonins
Thu Dec 14, 2023 9:59 am
Forum: ESP32 Arduino
Topic: OTA Webserver upload works only once
Replies: 7
Views: 52464

Re: OTA Webserver upload works only once

Thanks for your reply !

I tried to remove watchdog to perform some test but it wasn't solved my issue.

Have a nice day
by antonins
Thu Dec 14, 2023 7:25 am
Forum: ESP32 Arduino
Topic: OTA and Update.h
Replies: 4
Views: 41167

Re: OTA and Update.h

Hello KhushalShah ,

I'm facing a similar issue, have you solved your problem ?

Antonin
by antonins
Tue Dec 12, 2023 11:05 pm
Forum: ESP32 Arduino
Topic: OTA Webserver upload works only once
Replies: 7
Views: 52464

Re: OTA Webserver upload works only once

Hi Techgraphix,

could you be more explicit in how you reset watchdog ?

I have a problem which could be similar.

Thanks for your help,
Antonin
by antonins
Tue Dec 12, 2023 5:31 pm
Forum: ESP32 Arduino
Topic: ESP32 : Download from server doesn't work for big file
Replies: 3
Views: 54716

ESP32 : Download from server doesn't work for big file

Bonjour, I tried to download file from a server, it works perfectly for file until around 30ko but when I try for more bigger file (around 1000ko), system crash. I use this code int HandleWriteFileFromServer() { HTTPClient http; http.setTimeout(30000); http.begin("http://boisurel.com/wp-content/uplo...
by antonins
Thu Oct 19, 2023 8:10 am
Forum: General Discussion
Topic: Time out settings for DNS services
Replies: 1
Views: 2845

Re: Time out settings for DNS services

Hello,

have you solved your issue and find a way to modify DNS timeout on ESP32 ?

Antonin
by antonins
Fri Feb 24, 2023 6:58 am
Forum: General Discussion
Topic: ESP32 : Reset loop
Replies: 3
Views: 2185

Re: ESP32 : Reset loop

Hello ESP-SPRITE,

my ESP32 board is a ESP32-WROOM-32E-N8

I have several IC working well with this esp32, but IC with the new program have this issue.

If I removed ESP32 from the IC and sold a new one with an old program, everything works fine.
by antonins
Mon Feb 20, 2023 11:01 am
Forum: General Discussion
Topic: ESP32 : Reset loop
Replies: 3
Views: 2185

Re: ESP32 : Reset loop // QOUT solve the issue ?

Hello,

More information about this issue.

I find that if the flash upload in QOUT mode ESP32 WROOM works perfectly. If I reupload the program with DIO, reset loop occur again.

I've got several board with this issue.

Anyone have an idea of what happen ?

Thanks for your help,
Antonin