Desain Alat Notifikasi Pembayaran
Started implementing a plan
#Goal
- Clean the BOM for the QrisPaymentSoundBox project by removing duplicate parts (e.g., duplicate resistors such as R17/R19) and unused components (such as legacy parts like the old SW1 slide and LED2) while ensuring that all changes, including LED and soft-latch power button updates, are accurately reflected in the schematic and BOM.
#Implementation plan
1. Audit the current BOM and schematic
1. Use ERC/BOM review tools to identify duplicate components by scanning MPNs and designators.
2. Identify components with no net connections (unused or legacy parts) by reviewing schematic connectivity.
2. Remove duplicate components
1. Consolidate duplicates (e.g., repeated resistor entries) into a single instance.
2. Reassign designators sequentially to ensure consistency in the schematic and BOM.
3. Delete unused/legacy components
1. Remove legacy parts such as the old SW1 slide and LED2 from the schematic.
2. Verify that no components with missing net connections remain.
4. Update the BOM
1. Adjust BOM entries, quantities, and part properties to reflect the changes (including updates for LED and switch properties).
2. Re-run the ERC/BOM review to ensure no missing references or broken nets remain.
#Success criteria
- Duplicate parts are consolidated and designators sequentially reassigned.
- Unused components (e.g., legacy parts like the old SW1 slide and LED2) are removed from the schematic and BOM.
- The updated BOM reflects correct quantities and up-to-date part properties.
- The ERC/BOM review does not report any errors or missing net connections.
Asking user cleaning scope...
0:35
Asking user duplicate removal scope...
0:47