USB-C Component Removal Instructions
Severed flagged ERC nets except USB
0:35
Started: Use the @review tool to fetch DRC warnings of type “design_rule_check_floating_copper” and remove each flagged net label symbol component from the schematic
Resolved ERC warnings by severing flagged nets
0:34
Started: 3.3. Fetch floating copper DRC warnings using the @review tool and remove each flagged net label symbol component from the schematic
Using Review (ERC/DRC) Tool.
Severed flagged ERC net connections
0:22
Started: Fetch floating copper DRC warnings using the @review tool and for each flagged net label component, remove that net label component from the schematic
Removed flagged net label components
1:00
Started: 3.3. Use the @review tool to fetch design_rule_check_floating_copper DRC warnings and remove each flagged net label component from the schematic
Using Review (ERC/DRC) Tool.
Using Review (ERC/DRC) Tool.
Applied changes.
0:05
0:00
Plan completed.
Show Plan
Image
Verification Summary Table
| Step | Task | Expected Outcome |
|---|---|---|
| 1 | Connect U1 to Computer and Check Power | 3.3V across power pins; Device powers on |
| 2 | Load and Upload Blink Sketch | Successful compilation and upload |
| 3 | Verify IO Pins Functionality | External LED blinks |
| 4 | Serial Communication Test | Echoed message matches input |
| 5 | Wi-Fi Test (If Applicable) | Wi-Fi networks are listed in Serial Monitor |
Reviews
Inspect
ESP32 DEV Kit Template
Controls
Properties
Availability & Pricing
| Distributor | Qty 1 | |
|---|---|---|
| Arrow | $0.60–$1.19 | |
| Digi-Key | $5.76 | |
| Mouser | $4.06 | |
| Verical | $1.13–$2.07 | |
Assets
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.
debashnu
copilot
- Objective: Ensure all components receive the correct operating voltage.
- Steps:
- Verify the output of V1 (Voltage Source) is stable at 5V.
- Measure the output voltage of U2 (L7805CV) and U3 (LM7805CT/NOPB) to ensure they are providing a regulated 5V output.
- Check that the ESP32 DEVKIT V1 (U1) receives 3.3V at its 3V3 pin and 5V at its VIN pin, confirming voltage regulation from 5V to 3.3V onboard is functional.
Step 2: Basic Connectivity Check- Objective: Confirm that all components are correctly soldered and that there are no short circuits.
- Steps:
- Perform a continuity test on all GND connections to ensure they are common and have no breaks.
- Use a multimeter to check for unintended connections between VCC and GND across the project to identify any potential short circuits.
Step 3: Component-Specific Verification-
Objective: Test the functionality of individual components.
-
Sub-Objective 1: ESP32 DEV KIT V1 (U1)
- Upload a simple blink sketch to verify basic programming and GPIO functionality.
- Test serial communication over USB to ensure the microcontroller can send/receive data.
-
Sub-Objective 2: HC-SR04 Ultrasonic Sensors (US1 & US2)
- Connect US1 and US2 to U1 as per the project nets and upload a distance measurement sketch.
- Verify that both sensors are emitting pulses and measuring distances accurately by observing serial output.
-
Sub-Objective 3: Power Connectors (J1, J2, J3, J4, J5, J6)
- Ensure that each power connector properly routes power to its designated net without voltage drops.
Step 4: Integration and Full System Test- Objective: Confirm that the system functions as intended when operating together.
- Steps:
- With the ESP32 programmed for a specific application involving HC-SR04 sensors (e.g., distance measurement, object detection, etc.), verify the system performs as expected in a real-world scenario.
- Monitor the serial output for any errors or unexpected behavior, adjusting the code or hardware setup as necessary.
Step 5: Debugging and Troubleshooting