Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32 controller errata #16

Open
7 of 9 tasks
gkasprow opened this issue Sep 4, 2023 · 5 comments
Open
7 of 9 tasks

ESP32 controller errata #16

gkasprow opened this issue Sep 4, 2023 · 5 comments

Comments

@gkasprow
Copy link
Owner

gkasprow commented Sep 4, 2023

  • wrong package for BD5230FVE-TR
  • BD5230FVE-TR supply must be connected to EN line
  • NE555 triger line must be tied to MODUS_DI
  • NE555 capacitance should be 100nF to woro with 9600 baud
  • missing bias of RS485 bus (2x680R)
  • mdc_pin: GPIO14 mdio_pin: GPIO15, MDIO cannot share line with U0_TXD
  • AUR9713AGH EOL
  • LQH44PN2R2 hard to source
  • add addressed SPI connector; remove CAN
@gkasprow gkasprow reopened this Feb 13, 2025
@gkasprow
Copy link
Owner Author

gkasprow commented Feb 13, 2025

@gkasprow
Copy link
Owner Author

  • consider adding buffered SPI; IO25, IO 12 and IO2 are strapping pins

@gkasprow
Copy link
Owner Author

  • add reset output pullup

@gkasprow
Copy link
Owner Author

it's not well documented feature but the module ESP32-WROOM-32E (4MB) uses
ESP32-D0WD-V3 or ESP32-D0WDR2-V3; since we don't have PSRAM, ESP32-D0WD-V3 is installed.
For some reason, the voltage level at IO16 and IO17 is 3.3V, which means that the internal FLASH is supplied from 3.3V as well

Image

the VDD_SDIO depends on strapping pins

Image

Image

default values are here
Image

So, for this configuration, we don't need the level translator or IC1 VCCA should be supplied from 3.3V.
I'd leave the assembly option because new ESP32 revisions may have VDDIO fixed at1.8V

@gkasprow
Copy link
Owner Author

  • add pulldown for RESET transistor - 22k between base and GND does the job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant