Javert
Member level 1
I want to try a project with ESP32, more precisely with ESP32-Wrover-ie
I'm looking at the documentation and I'm a little confused.
1. esp32-wrover-e_esp32-wrover-ie_datasheet_en.pdf Figure 7: Peripheral Schematics
IO12 should be kept low when the module is powered on
For God's sake why? I want to use the pin as SPI_MISO and nowhere else am i having a problem with IO12.
2. The same image and text below it
To ensure the power supply to the ESP32 chip during power-up, it is advised to add an RC delay circuit at the EN pin.
The recommended setting for the RC delay circuit is usually R = 10 kΩ and C = 1 μF
I understand the meaning, but I don't understand why C 100nF is used in the esp32-devkitc-v4_reference_design documentation?
3. Ethernet interface
due to the number of pins I want to use SPI MAC / PHY IC
esp-idf seems to support DM9051, W5500 and KSZ8851SNL directly (it is offered by the configuration program), but ENC28J60 is also included in the examples. How is it? I have a module with ENC28J60 on hand, I would have to order a module with W5500.
4.There is something like Getting started with ESP32 Wrover?
I don't want a world-class, basic recommended hw connection, maybe an example of using it with SPI
I'm looking at the documentation and I'm a little confused.
1. esp32-wrover-e_esp32-wrover-ie_datasheet_en.pdf Figure 7: Peripheral Schematics
IO12 should be kept low when the module is powered on
For God's sake why? I want to use the pin as SPI_MISO and nowhere else am i having a problem with IO12.
2. The same image and text below it
To ensure the power supply to the ESP32 chip during power-up, it is advised to add an RC delay circuit at the EN pin.
The recommended setting for the RC delay circuit is usually R = 10 kΩ and C = 1 μF
I understand the meaning, but I don't understand why C 100nF is used in the esp32-devkitc-v4_reference_design documentation?
3. Ethernet interface
due to the number of pins I want to use SPI MAC / PHY IC
esp-idf seems to support DM9051, W5500 and KSZ8851SNL directly (it is offered by the configuration program), but ENC28J60 is also included in the examples. How is it? I have a module with ENC28J60 on hand, I would have to order a module with W5500.
4.There is something like Getting started with ESP32 Wrover?
I don't want a world-class, basic recommended hw connection, maybe an example of using it with SPI