I've made my first schematic for a sensor fusion PCB based on ESP32-H2. I'd like to get feedback on:
- Overall schematic,
- Specifical feedback on the following:
- Is the EN(Pin 8) pin energised correctly?
- Are the TXD0 (Pin 31) and the RXD0 (Pin 30) needed to "flash" the firmware during production?
- Are there any pin(s) that I should expose (GPIO9/any) to put the device in the Debug mode/Flashing mode?
- Can the pins IO0-IO3 take digital interrupts?
- I've to change the I2C pins to IO4 and IO5. Can you confirm that we can map these in Firmware?
- Using USBD+ and USBD-, can you confirm we can do line-by-line debugging in ESP-IDF for Matter?
Thank you for your help, in advance.