Page 8 of 9

Re: Documentation Requests/Feedback

Posted: Thu Mar 19, 2020 4:37 am
by ESP_Lvxinyue
jgustavoam wrote:
Wed Jan 29, 2020 1:06 am
Hi Everyone,
I don't know if here is the best place to report errors in documentation.
But I found one simple and single error in :

ESP32 Technical Reference Manual version 4.1

12.4.6 I²S Master/Slave Mode
"The I2S_RX_START bit of register I2S_CONF_REG is used to enable a receive operation. When I²S is in master
transmitting mode and this bit is set, the module will keep driving the clock signal and sampling the input data
stream until this bit is reset. If I²S is configured to slave receiving mode and this bit is set, the receiving module
will wait for the master BCK clock to enable a receiving operation."

I think the correct is :
When I²S is in master RECEIVING mode and this bit is set, the module will keep driving the clock signal and sampling the input data
stream until this bit is reset.
Hi,

Thanks for reporting this issue! It'll be fixed in the next TRM release.

You are welcome to submit feedback either on this forum or using our newly-established document feedback form on espressif.com: https://www.espressif.com/en/company/do ... n_feedback

Re: Documentation Requests/Feedback

Posted: Thu Mar 19, 2020 1:59 pm
by jgustavoam
Hi ESP_Lvxinyue,
I found more issues! I will post as soon as possible.
Thanks
Gustavo Murta

Re: Documentation Requests/Feedback

Posted: Thu Mar 19, 2020 3:22 pm
by mikronauts
Full assembly language reference please.

I have a nice optimizing basic compiler I wrote a few years ago, and I would like to port it to the Esp32.

First pass would be an efficient byte code interpreter.

Second pass would be a native code optimizing compiler.

Without having the assembly language reference I will not port the compiler as a C version of the byte code interpreter is much slower than an optimized assembly language version.

I initially wrote the compiler for the Parallax P2 "Hot" fpga prototype, but shelved it when they radically changed the architecture.

Re: Documentation Requests/Feedback

Posted: Sun Mar 22, 2020 11:43 am
by ESP_Sprite
Sorry, the current status of the assembly language reference is that we do not have the rights to publish that as we are not its owners; we did not develop the Xtensa ISA ourselves, so we're dependent on the owners of that ISA to release those docs.

Re: Documentation Requests/Feedback

Posted: Sun Jul 05, 2020 8:16 am
by zero0d
Hi All,

can you tell why is there no camera DVP interface documentation for ESP32-S2 ?

Can you tell which pins can be used for D0 to D15, VSYNC, HREF, PCLK ?
Also there is only one sentence in the datasheet and it says that 8bit or 16bit DVP is supported.
If we have 10-bit or 12bit DVP sensor is this also supported ?
Can we set the DVP to 16bit but then in software use only 10bit?
What input image formats are supported ( YUV422 , RGB888) ?

Best Regards.

Re: Documentation Requests/Feedback

Posted: Wed Jul 08, 2020 8:19 pm
by ESP_krzychb
Hi zero0d,
zero0d wrote:
Sun Jul 05, 2020 8:16 am
can you tell why is there no camera DVP interface documentation for ESP32-S2 ?
Documentation for the camera interface (part of I2S module) is being prepared now.
It should be published in one month.
zero0d wrote:
Sun Jul 05, 2020 8:16 am
Can you tell which pins can be used for D0 to D15, VSYNC, HREF, PCLK ?
"Any" pins can be used. Specific pins should be selected with GPIO Matrix.
Please see Chapter IO MUX and GPIO Matrix of ESP32-S2 Technical Reference Manual.
zero0d wrote:
Sun Jul 05, 2020 8:16 am
Also there is only one sentence in the datasheet and it says that 8bit or 16bit DVP is supported.
If we have 10-bit or 12bit DVP sensor is this also supported ?
Can we set the DVP to 16bit but then in software use only 10bit?
What input image formats are supported ( YUV422 , RGB888) ?
The camera module of ESP32-S2 chip supports up to 16 bits.
The actual number of bits and the data format will depend on the software driver implementation and may be limited by required image resolution, framer rate, memory available to store the image, etc.
Currently I see some basic driver for OV2640 and OV3660 sensors implemented in esp-dev-kits/esp32-s2-kaluga-1.

Re: Documentation Requests/Feedback

Posted: Fri Dec 25, 2020 8:01 am
by zero0d
Hi ESP_krzychb,
zero0d wrote: ↑
Sun Jul 05, 2020 10:16 am
can you tell why is there no camera DVP interface documentation for ESP32-S2 ?
Documentation for the camera interface (part of I2S module) is being prepared now.
It should be published in one month.
Please can you point me to the documentation for DVP?

Br.

Re: Documentation Requests/Feedback

Posted: Fri Dec 25, 2020 8:45 am
by ESP_krzychb
Hi zero0d, the camera interface of ESP32-S2 is covered in https://www.espressif.com/sites/default ... ual_en.pdf, Section 8.11 Camera Slave Receiving Mode

Re: Documentation Requests/Feedback

Posted: Tue Jan 26, 2021 8:52 pm
by pkral78
Greetings,

is somewhere available design files for ESP32-Ethernet-Kit V1.2 ? There is only schematics and some layout photos available (https://docs.espressif.com/projects/esp ... 1-2-layout). We still waiting when the boards will be stocks, but meantime we want to create expansion board and need dimensions of boards and positions of expansion Header 1 and Header 2.

Thank you,
pkral78

Re: Documentation Requests/Feedback

Posted: Fri Jan 29, 2021 2:04 pm
by ESP_wangfang
pkral78 wrote: Greetings,

is somewhere available design files for ESP32-Ethernet-Kit V1.2 ? There is only schematics and some layout photos available (https://docs.espressif.com/projects/esp ... 1-2-layout). We still waiting when the boards will be stocks, but meantime we want to create expansion board and need dimensions of boards and positions of expansion Header 1 and Header 2.

Thank you,
pkral78
Hi pkral78,

Please check the following links for the PCB Layout of ESP32-Ethernet-Kit:
1. Board A: https://dl.espressif.com/dl/schematics/ ... 190829.pdf
2. Board B: https://dl.espressif.com/dl/schematics/ ... 190306.pdf

The two links will be added to the user guide of ESP32-Ethernet-Kit soon.