Hi,
There are two different chips used on esp32cam. One with a print from ai-thinker, the other I do not know.
Is there a difference/ what is the difference?
Thank you in advance
Best regards
Ludo
Search found 40 matches
- Sat Nov 12, 2022 3:27 pm
- Forum: Hardware
- Topic: Esp32cam boards
- Replies: 1
- Views: 1114
- Sat Jul 09, 2022 8:18 am
- Forum: General Discussion
- Topic: Header fields are too long for server to interpret
- Replies: 8
- Views: 14416
Re: Header fields are too long for server to interpret
Hi,
The header problem is solved now.
CCrause, thank you for your help, you put me in the right direction.
regards
Ludo
The header problem is solved now.
CCrause, thank you for your help, you put me in the right direction.
regards
Ludo
- Sat Jul 09, 2022 7:42 am
- Forum: General Discussion
- Topic: Header fields are too long for server to interpret
- Replies: 8
- Views: 14416
Re: Header fields are too long for server to interpret
Hi,
I installed now also ESP32 v 2.04 again, and found sdkconfig containing the correct value.
But now, getting Compilation error: fd_forward.h: No such file or directory
There seems to be incompatibility between older examples and the new build.
regards
Ludo
I installed now also ESP32 v 2.04 again, and found sdkconfig containing the correct value.
But now, getting Compilation error: fd_forward.h: No such file or directory
There seems to be incompatibility between older examples and the new build.
regards
Ludo
- Sat Jul 09, 2022 7:33 am
- Forum: General Discussion
- Topic: Header fields are too long for server to interpret
- Replies: 8
- Views: 14416
Re: Header fields are too long for server to interpret
Hi, I cannot check now, have done a complete delete, as I was now getting errors on src/parsebytes.h , fd_forward.h, Have reinstalled Arduino IDE 2.0.0-rc8 and put https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json in the additional boards manager URLs. When ...
- Fri Jul 08, 2022 9:03 am
- Forum: General Discussion
- Topic: Header fields are too long for server to interpret
- Replies: 8
- Views: 14416
Re: Header fields are too long for server to interpret
Hi, Thank you for your input. I installed arduino IDE2.0.0-rc8 I added https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json to the additional boards manager URL's, as per mentioned document. Unfortunately, I still get the same error: Header fields are too long ...
- Thu Jul 07, 2022 3:04 pm
- Forum: General Discussion
- Topic: Header fields are too long for server to interpret
- Replies: 8
- Views: 14416
Re: Header fields are too long for server to interpret
Hi, I tried the https_server with IDF environment, and had the same problem with headers too long. When changing the HTTPD_MAX_REQ_HDR_LEN to1024, the problem was solved. I am still puzzled why in Arduino, nothing happens when you change the HTTPD_MAX_REQ_HDR_LEN to 1024, and recompile the program. ...
- Thu Jul 07, 2022 7:12 am
- Forum: General Discussion
- Topic: Esp32-arduino lib builder doc
- Replies: 0
- Views: 2072
Esp32-arduino lib builder doc
Hi,
I am trying to find a document describing how to use lib builder.....step by step (readable for unexperienced people)
Specifically, what needs to copied into arduino IDE, or is there a way to get the output of the build to merge with IDE?
Regards
Ludo
I am trying to find a document describing how to use lib builder.....step by step (readable for unexperienced people)
Specifically, what needs to copied into arduino IDE, or is there a way to get the output of the build to merge with IDE?
Regards
Ludo
- Wed Jul 06, 2022 6:57 am
- Forum: General Discussion
- Topic: Header fields are too long for server to interpret
- Replies: 8
- Views: 14416
Header fields are too long for server to interpret
Hi, I have seen a lot of communication on this error, but did not find a solution. To avoid the error, I used Firefox on PC and android, but as I want to use Web view in android studio now, I am again facing the same error, which surprised me, as this problem seems already soo old. In arduino, I alr...
- Sat Dec 12, 2020 5:26 pm
- Forum: ESP-ADF
- Topic: ALGORITHM_STREAM_INPUT_TYPE2 error in description ?
- Replies: 0
- Views: 2383
ALGORITHM_STREAM_INPUT_TYPE2 error in description ?
Hi, The example shows in .h file : ALGORITHM_STREAM_INPUT_TYPE2 = 2, /*!< Type 2 read in record signal from I2S and when data be written, the data should be copy as a reference signal and input to the algorithm element by using multiple input buffer. */ Shouldn't that be : copy as a recording signal...
- Thu Nov 12, 2020 7:33 am
- Forum: ESP-ADF
- Topic: Algorithm_stream issue
- Replies: 0
- Views: 2500
Algorithm_stream issue
Hi, To get the VOIP to work, I need to have an AEC implemented, otherwise the application is useless. I understand the concept of element in a pipeline, and am trying to understand better the concept. When looking into algorithm_stream.h, it shows .rec_ch = 1 .ref_ch = 1 is my assumption correct tha...