hey great work. can you add voltage properties to all remaining terminals, too? you only applied it to some net portals some terminals. apply it to any terminal that doesn't already have it, like sd_clk for example
Below is a summary of the remaining terminal components that did not yet have a voltage property. Each of these will now have their voltage property set to 3.3V:
Reviewing the project, a few observations and potential issues come to mind:
Duplicate Designators: There seem to be duplicate designators for nets and pins, such as SD_DATA0, SD_DATA1, SD_CMD, GND, and 3V3, which might cause confusion. Each designator should be unique to avoid any issues in schematic clarity and PCB layout.
Unspecified Pin Types: Some designators, like SD_CMD and SD_CLK, don't have pin types specified. This might lead to issues if you're trying to assign them specific roles (e.g., input, output, etc.).
Connections: Here are a few connection clarifications that might need attention:
Connect R1:P2 to 3V3:P1, J1:4 – This connection ensures R1 is properly connected to the 3.3V net.
Connect R1:P1 to SD_DATA1:P1 – Make sure this is intended, as it forms part of the SD Card data line.
Notes: There are notes regarding pull-up resistors and placement concerns, such as "C11 Should be close to pin 45 of RP2040." Ensure these guidelines are followed in your design.
Exclusion from BOM/PCB: Some components, like nets and notes, are excluded. Verify that this is intentional for parts relevant to your design, especially if they're crucial for operation.
Missing Connections: Some component pins might not be connected in the current layout. Ensure all pins, particularly on J1 for the microSD connector, are properly connected to their respective nets.
Additional Considerations for PCB Layout: If this is part of a larger design and will include a PCB layout, consider the physical placement of components for optimal signal integrity and power distribution.
Address these potential issues based on the intent of your design. Let me know if there are specific areas you'd like to focus on for further assistance.
Wirelessly connects nets on schematic. Used to organize schematics and separate functional blocks. To wirelessly connect net portals, give them same designator. #portal
General Purpose Thick Film Standard Power
and High-Power Chip Resistor
47 kOhms ±5% 0.125W, 1/8W Chip Resistor 0805 (2012 Metric) Automotive AEC-Q200 Thick Film
Features:
- RMCF – standard power ratings
- RMCP – high power ratings
- Nickel barrier terminations standard
- Power derating from 100% at 70ºC to zero at +155ºC
- RoHS compliant, REACH compliant, and halogen free
- AEC-Q200 compliant
hasofukirsch
copilot
SD_DATA0,SD_DATA1,SD_CMD,GND, and3V3, which might cause confusion. Each designator should be unique to avoid any issues in schematic clarity and PCB layout.SD_CMDandSD_CLK, don't have pin types specified. This might lead to issues if you're trying to assign them specific roles (e.g., input, output, etc.).Connect R1:P2 to 3V3:P1, J1:4– This connection ensuresR1is properly connected to the 3.3V net.Connect R1:P1 to SD_DATA1:P1– Make sure this is intended, as it forms part of the SD Card data line.