I am designing PCB to be used on quadcopters. It should. include following:
- ESP32-WROOM-32U (4 MB flash variant)
- new ICM-20689 accel & gyro sensor
- MS5611 barometer
- external 128 Mbit SPI flash
- JTAG connector
- CP2102N USB-UART converter (24 or 28 pin variant)
- 1st layer signal traces + components
- 2nd layer GND plane
- 3rd layer 3.3V plane + some signal traces
- 4th layer power traces only
Unfortunatelly I need to place barometer (and probably some other components due to size limitations) on the bottom layer. So I am thinking of using this scheme:
- 1st layer traces + components
- 2nd layer GND plane
- 3rd layer 3.3V plane + few necessary signal traces
- 4th layer traces + components
Thank you!