Chat
Welcome to Flux
Treat Flux like your intern. Tell it what you'd like to build and it'll get to work. You can also ask it questions, brainstorm ideas, and teach it your preferences. Learn More
Ready.
Reviews
Properties
Properties describe core aspects of the project.
Pricing & Availability
Distributor | Qty 1 |
|---|---|
Digi-Key | $1.20–$1.47 |
LCSC | $1.33 |
Mouser | $1.47 |
Assets
No assets added.
Controls
Welcome 👋
Flux helps you build PCBs faster with an AI teammate!
Create your account to collaborate, stay updated, fork your own version, and get instant answers from our AI agent.
hntu1995
copilot
- EN (pin 1): Chip enable pin. It must be pulled up for normal operation. Since it's connected to a net with pull-up resistor (R6) and a capacitor (C3), it's correctly configured.
- IO0 (pin 6): This pin is used to select the boot mode. For normal operation (boot from internal flash), it should be pulled up. It is connected to a pull-up resistor (R5), which is correct.
- IO12 (pin 7): This pin is used for selecting the voltage of the internal MTDI. If used for SPI flash voltage selection, it should not be left floating. In your configuration, it's connected through resistor R4, suggesting deliberate use, so it should be fine if this complies with your overall design requirements.
- Other GPIOs can be left unconnected if not used but reviewing the datasheet for specific use cases is recommended.
LAN8720A Ethernet PHY (IC1)- RXD1/*MODE1 (pin 7), RXD0/*MODE0 (pin 8), and CRS_DV/*MODE2 (pin 11): These pins are often configured through pull-ups or pull-downs to set the PHY's operation mode if not used for their receiver functions. You have these connected to the ESP32, which should handle their correct state if your firmware is configured accordingly.
- NRST (pin 15): This is the PHY reset pin. If not externally controlled, tying it to a stable power supply through a pull-up and using a capacitor to ground could ensure a clean reset mechanism. Your design does not show a direct connection for reset control, which might need to be addressed.
- Referring to the LAN8720A datasheet for any additional special pin configurations based on your use case is advised, as certain functionalities or modes might require specific pin setups.
Summary and Recommendations