Skip to content

Commit

Permalink
Update BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
hbuurmei committed Mar 15, 2024
1 parent 2f893a5 commit 2cafedc
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _pages/materials.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The total cost is **$142.37**, which is well below the allocated $200 budget.

<table
data-click-to-select="true"
data-height="460"
data-height="600"
data-pagination="true"
data-search="true"
data-toggle="table"
Expand All @@ -27,7 +27,7 @@ The total cost is **$142.37**, which is well below the allocated $200 budget.
<th data-checkbox="true"></th>
<th data-field="id" data-halign="left" data-align="left" data-sortable="true">ID</th>
<th data-field="description" data-halign="left" data-align="left" data-sortable="true">Description</th>
<th data-field="part" data-halign="left" data-align="left" data-sortable="true">Part</th>
<th data-field="part" data-halign="left" data-align="left" data-sortable="true">Part Number</th>
<th data-field="quantity" data-halign="left" data-align="left" data-sortable="true">Quantity</th>
<th data-field="unit cost" data-halign="left" data-align="left" data-sortable="true">Unit Cost</th>
<th data-field="cost" data-halign="left" data-align="left" data-sortable="true">Cost</th>
Expand Down
150 changes: 147 additions & 3 deletions assets/json/BOM.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 2cafedc

Please sign in to comment.