diff --git a/_pages/materials.md b/_pages/materials.md index 0390da6..54cb2ba 100644 --- a/_pages/materials.md +++ b/_pages/materials.md @@ -17,7 +17,7 @@ The total cost is **$142.37**, which is well below the allocated $200 budget.
ID | Description | -Part | +Part Number | Quantity | Unit Cost | Cost | diff --git a/assets/json/BOM.json b/assets/json/BOM.json index fae0198..8f45485 100644 --- a/assets/json/BOM.json +++ b/assets/json/BOM.json @@ -2,9 +2,153 @@ { "id": 0, "description": "IMU", - "part": "BMI270", + "part": "MPU6050", "quantity": 1, - "unit cost": "$15.82", - "cost": "$15.82" + "unit cost": "$10.90", + "cost": "$10.90" + }, + { + "id": 1, + "description": "12V DC Motor (100RPM)", + "part": "", + "quantity": 2, + "unit cost": "$16.40", + "cost": "$32.80" + }, + { + "id": 2, + "description": "Photoelectric Switch", + "part": "RPR220", + "quantity": 3, + "unit cost": "$2.80", + "cost": "$8.40" + }, + { + "id": 3, + "description": "Drain Pipe (2 In. x 10 Ft.)", + "part": "", + "quantity": 1, + "unit cost": "$7.23", + "cost": "$7.23" + }, + { + "id": 4, + "description": "Acrylic Sheet 0.25 In.", + "part": "", + "quantity": 1, + "unit cost": "$5.00", + "cost": "$5.00" + }, + { + "id": 5, + "description": "Skate Wheels (84x24mm)", + "part": "3275", + "quantity": 2, + "unit cost": "$5.00", + "cost": "$10.00" + }, + { + "id": 6, + "description": "Ball Caster", + "part": "", + "quantity": 1, + "unit cost": "$1.75", + "cost": "$1.75" + }, + { + "id": 7, + "description": "Wheel Adapter Kit (1/4 In.)", + "part": "", + "quantity": 1, + "unit cost": "$4.00", + "cost": "$8.00" + }, + { + "id": 8, + "description": "Steel Threaded Rod (1/4 In. x 20 In. x 12 In.)", + "part": "", + "quantity": 4, + "unit cost": "$6.00", + "cost": "$24.00" + }, + { + "id": 9, + "description": "Servo Motor", + "part": "HS-311", + "quantity": 1, + "unit cost": "$12.00", + "cost": "$12.00" + }, + { + "id": 10, + "description": "Motor Driver", + "part": "LN298N", + "quantity": 1, + "unit cost": "$", + "cost": "$" + }, + { + "id": 11, + "description": "Switch", + "part": "", + "quantity": 1, + "unit cost": "$", + "cost": "$" + }, + { + "id": 12, + "description": "Servo Motor", + "part": "", + "quantity": 1, + "unit cost": "$", + "cost": "$" + }, + { + "id": 13, + "description": "Voltage Regulator", + "part": "DF9GMS", + "quantity": 1, + "unit cost": "$", + "cost": "$" + }, + { + "id": 14, + "description": "Screw (4-40, 1/2 In.)", + "part": "", + "quantity": 16, + "unit cost": "$0.02", + "cost": "$0.32" + }, + { + "id": 15, + "description": "Nut (4-40)", + "part": "", + "quantity": 16, + "unit cost": "$0.01", + "cost": "$0.16" + }, + { + "id": 16, + "description": "Screw (6-32, 1 In.)", + "part": "", + "quantity": 12, + "unit cost": "$0.04", + "cost": "$0.48" + }, + { + "id": 17, + "description": "Nut (6-32)", + "part": "", + "quantity": 12, + "unit cost": "$0.02", + "cost": "$0.24" + }, + { + "id": 18, + "description": "Screw (M3 x 10mm)", + "part": "", + "quantity": 12, + "unit cost": "$0.05", + "cost": "$0.60" } ]
---|