Search found 5 matches

by Zwirbeljupp
Sat May 23, 2020 8:04 am
Forum: ESP32 Arduino
Topic: Strange networking issues with WROOM-32U vs. 32D
Replies: 6
Views: 9882

Re: Strange networking issues with WROOM-32U vs. 32D

Hi all, my problem is (kind of) solved, so I want to give a quick update. The limited debugging options in the Arduino IDE started to be quite frustrating, so I decided to port the project to the ESP-IDF 4.0. There also was a little hope that the issues with the device somehow were related to the Ar...
by Zwirbeljupp
Sat Mar 07, 2020 4:42 pm
Forum: ESP32 Arduino
Topic: Strange networking issues with WROOM-32U vs. 32D
Replies: 6
Views: 9882

Re: Strange networking issues with WROOM-32U vs. 32D

Hello all, I finally figured out how to enable additional debugging output for httpClient and WifiGeneric. I was also able to identify the meaning of the http result codes -1 and -11 which were returned by the POST function: #define HTTPC_ERROR_CONNECTION_REFUSED (-1) #define HTTPC_ERROR_READ_TIMEOU...
by Zwirbeljupp
Tue Feb 11, 2020 9:26 pm
Forum: ESP32 Arduino
Topic: Strange networking issues with WROOM-32U vs. 32D
Replies: 6
Views: 9882

Re: Strange networking issues with WROOM-32U vs. 32D

Hi ESP_Angus, thanks for your feedback! Following your recommendation I swapped only the logic boards of both units (the ESP32 with PCB antenna now sits in the sealed enclosure). Will keep it running for as long as it is required to gather some meaningful data and will keep you updated. Please see b...
by Zwirbeljupp
Sun Feb 09, 2020 8:57 am
Forum: ESP32 Arduino
Topic: Strange networking issues with WROOM-32U vs. 32D
Replies: 6
Views: 9882

Re: Strange networking issues with WROOM-32U vs. 32D

Hi tachin, unfortunately I was not able to solve this so far. Kept both systems running in parallel for some more days and the symptoms are still there: data integrity monitoring 2020-02-09.jpg By the way, I noticed that the phases of bad connection mostly start around 0:00 and then last for a coupl...
by Zwirbeljupp
Sun Jan 26, 2020 3:51 pm
Forum: ESP32 Arduino
Topic: Strange networking issues with WROOM-32U vs. 32D
Replies: 6
Views: 9882

Strange networking issues with WROOM-32U vs. 32D

Hi all, I need your help with a bee hive monitoring device I am working on. The design is based on a custom PCB which contains an ESP32-WROOM module and a couple of sensors. The plan is to read these sensors, upload the data via wifi to an influxDB database and go into deepsleep for 60 seconds. The ...