Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit 8189169

Browse files
Update BoM with rest of Canadian Vendors
1 parent 3174dbf commit 8189169

2 files changed

Lines changed: 29 additions & 7 deletions

File tree

lib/productLinks.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const productLinks: Record<string, ProductLink> = {
4848
name: "Raspberry Pi 5",
4949
countryLinks: {
5050
"US": "https://www.amazon.com/Raspberry-Pi-Quad-core-Cortex-A76-Processor/dp/B0CTQ3BQLS/",
51+
"CA": "https://a.co/d/9CoZ6or",
5152
},
5253
defaultLink: "https://www.amazon.com/Raspberry-Pi-Quad-core-Cortex-A76-Processor/dp/B0CTQ3BQLS/"
5354
},
@@ -56,6 +57,7 @@ export const productLinks: Record<string, ProductLink> = {
5657
name: "OSOYOO 3.5\" LCD Display",
5758
countryLinks: {
5859
"US": "https://www.amazon.com/OSOYOO-3-5inch-Display-Protective-Raspberry/dp/B09CD9W6NQ/",
60+
"CA": "https://a.co/d/5NYHBQR",
5961
},
6062
defaultLink: "https://www.amazon.com/OSOYOO-3-5inch-Display-Protective-Raspberry/dp/B09CD9W6NQ/"
6163
},
@@ -64,6 +66,7 @@ export const productLinks: Record<string, ProductLink> = {
6466
name: "PCA9685 Servo Driver",
6567
countryLinks: {
6668
"US": "https://www.amazon.com/gp/product/B00EIB0U7A/",
69+
"CA": "https://a.co/d/bMsC0lm",
6770
},
6871
defaultLink: "https://www.amazon.com/gp/product/B00EIB0U7A/"
6972
},
@@ -72,6 +75,7 @@ export const productLinks: Record<string, ProductLink> = {
7275
name: "12V to 6V Buck Converter",
7376
countryLinks: {
7477
"US": "https://www.amazon.com/gp/product/B07SGJSLDL/",
78+
"CA": "https://a.co/d/59a7i9D",
7579
},
7680
defaultLink: "https://www.amazon.com/gp/product/B07SGJSLDL/"
7781
},
@@ -80,6 +84,7 @@ export const productLinks: Record<string, ProductLink> = {
8084
name: "USB Buck Converter",
8185
countryLinks: {
8286
"US": "https://www.amazon.com/gp/product/B07X5H4M42/",
87+
"CA": "https://a.co/d/abI7Dbe",
8388
},
8489
defaultLink: "https://www.amazon.com/gp/product/B07X5H4M42/"
8590
},
@@ -96,6 +101,7 @@ export const productLinks: Record<string, ProductLink> = {
96101
name: "LiPo Battery",
97102
countryLinks: {
98103
"US": "https://www.amazon.com/gp/product/B0BYNSH6Q7/",
104+
"CA": "https://a.co/d/96gR1yJ"
99105
},
100106
defaultLink: "https://www.amazon.com/gp/product/B0BYNSH6Q7/"
101107
},
@@ -104,6 +110,7 @@ export const productLinks: Record<string, ProductLink> = {
104110
name: "PCT-214 Wire Connectors",
105111
countryLinks: {
106112
"US": "https://www.amazon.com/smseace-Conductor-Connectors-Connection-Terminal/dp/B087PBHG9L/",
113+
"CA": "https://a.co/d/5MsLj3e"
107114
},
108115
defaultLink: "https://www.amazon.com/smseace-Conductor-Connectors-Connection-Terminal/dp/B087PBHG9L/"
109116
},
@@ -112,6 +119,7 @@ export const productLinks: Record<string, ProductLink> = {
112119
name: "MG996R Servos",
113120
countryLinks: {
114121
"US": "https://www.amazon.com/diymore-6-Pack-MG996R-Digital-Helicopter/dp/B0CGRP59HJ/",
122+
"CA": "https://a.co/d/99rqy0O"
115123
},
116124
defaultLink: "https://www.amazon.com/diymore-6-Pack-MG996R-Digital-Helicopter/dp/B0CGRP59HJ/"
117125
},
@@ -128,6 +136,7 @@ export const productLinks: Record<string, ProductLink> = {
128136
name: "SG90 Micro Servos",
129137
countryLinks: {
130138
"US": "https://www.amazon.com/gp/product/B07L2SF3R4/",
139+
"CA": "https://a.co/d/2wvfbug"
131140
},
132141
defaultLink: "https://www.amazon.com/gp/product/B07L2SF3R4/"
133142
},
@@ -136,6 +145,7 @@ export const productLinks: Record<string, ProductLink> = {
136145
name: "Bearings",
137146
countryLinks: {
138147
"US": "https://www.amazon.com/gp/product/B07FW26HD4/",
148+
"CA": "https://a.co/d/gEZuu3t"
139149
},
140150
defaultLink: "https://www.amazon.com/gp/product/B07FW26HD4/"
141151
},
@@ -144,6 +154,7 @@ export const productLinks: Record<string, ProductLink> = {
144154
name: "Springs",
145155
countryLinks: {
146156
"US": "https://www.amazon.com/uxcell-Stainless-Compression-Spring-Capacity/dp/B09139BWH7",
157+
"CA": "https://a.co/d/gEZuu3t"
147158
},
148159
defaultLink: "https://www.amazon.com/uxcell-Stainless-Compression-Spring-Capacity/dp/B09139BWH7"
149160
},
@@ -168,6 +179,7 @@ export const productLinks: Record<string, ProductLink> = {
168179
name: "Metal Rods 5mm",
169180
countryLinks: {
170181
"US": "https://www.amazon.com/dp/B005WPAKGC",
182+
"CA": "https://a.co/d/1XdMgYk"
171183
},
172184
defaultLink: "https://www.amazon.com/dp/B005WPAKGC"
173185
},
@@ -176,6 +188,7 @@ export const productLinks: Record<string, ProductLink> = {
176188
name: "Metal Rods 3mm",
177189
countryLinks: {
178190
"US": "https://www.amazon.com/dp/B005WPAJKY",
191+
"CA": "https://a.co/d/9qHcJ62"
179192
},
180193
defaultLink: "https://www.amazon.com/dp/B005WPAJKY"
181194
},
@@ -184,6 +197,7 @@ export const productLinks: Record<string, ProductLink> = {
184197
name: "Linkage",
185198
countryLinks: {
186199
"US": "https://www.amazon.com/gp/product/B0CRDRWYXW/",
200+
"CA": "https://a.co/d/e8L6H7Y"
187201
},
188202
defaultLink: "https://www.amazon.com/gp/product/B0CRDRWYXW/"
189203
},
@@ -192,6 +206,7 @@ export const productLinks: Record<string, ProductLink> = {
192206
name: "JR Servo Extension Wires",
193207
countryLinks: {
194208
"US": "https://www.amazon.com/OliYin-7-87in-Quadcopter-Extension-Futaba/dp/B0711TBZY2/",
209+
"CA": "https://a.co/d/bDIlS8e"
195210
},
196211
defaultLink: "https://www.amazon.com/OliYin-7-87in-Quadcopter-Extension-Futaba/dp/B0711TBZY2/"
197212
},
@@ -200,6 +215,7 @@ export const productLinks: Record<string, ProductLink> = {
200215
name: "Mini USB Microphone",
201216
countryLinks: {
202217
"US": "https://www.amazon.com/gp/product/B086DRRP79/",
218+
"CA": "https://a.co/d/hf1fp7L"
203219
},
204220
defaultLink: "https://www.amazon.com/gp/product/B086DRRP79/"
205221
},
@@ -208,6 +224,7 @@ export const productLinks: Record<string, ProductLink> = {
208224
name: "MAX98357 Audio Amplifier",
209225
countryLinks: {
210226
"US": "https://www.amazon.com/dp/B0BTBS5NW2/",
227+
"CA": "https://a.co/d/2tc800r"
211228
},
212229
defaultLink: "https://www.amazon.com/dp/B0BTBS5NW2/"
213230
},
@@ -224,6 +241,7 @@ export const productLinks: Record<string, ProductLink> = {
224241
name: "OV5647 Camera Module",
225242
countryLinks: {
226243
"US": "https://a.co/d/50BbE8a",
244+
"CA": "https://a.co/d/654lEEN"
227245
},
228246
defaultLink: "https://a.co/d/50BbE8a"
229247
},
@@ -232,6 +250,7 @@ export const productLinks: Record<string, ProductLink> = {
232250
name: "15Pin to 22Pin Camera Ribbon Cable",
233251
countryLinks: {
234252
"US": "https://www.amazon.com/Onyehn-Raspberry-Camera-Cable-Ribbon/dp/B07XZ5DX5H/",
253+
"CA": "https://a.co/d/gYzFbJ5"
235254
},
236255
defaultLink: "https://www.amazon.com/Onyehn-Raspberry-Camera-Cable-Ribbon/dp/B07XZ5DX5H/"
237256
},
@@ -240,6 +259,7 @@ export const productLinks: Record<string, ProductLink> = {
240259
name: "M3 Assorted Flat Head Screw Kit",
241260
countryLinks: {
242261
"US": "https://a.co/d/bC30GoT",
262+
"CA": "https://a.co/d/anPAyTs"
243263
},
244264
defaultLink: "https://a.co/d/bC30GoT"
245265
},
@@ -248,6 +268,7 @@ export const productLinks: Record<string, ProductLink> = {
248268
name: "M3 Asstd Grub Screws",
249269
countryLinks: {
250270
"US": "https://www.amazon.com/dp/B07N7C6HKP/",
271+
"CA": "https://a.co/d/hKRXqgt"
251272
},
252273
defaultLink: "https://www.amazon.com/dp/B07N7C6HKP/"
253274
},
@@ -256,6 +277,7 @@ export const productLinks: Record<string, ProductLink> = {
256277
name: "M2.x Self Tapping",
257278
countryLinks: {
258279
"US": "https://www.amazon.com/gp/product/B0BLY1MPLR/",
280+
"CA": "https://a.co/d/8wvMdGF"
259281
},
260282
defaultLink: "https://www.amazon.com/gp/product/B0BLY1MPLR/"
261283
}

pages/build/bom.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,19 @@ Last updated: 25/03/2025
108108
</Tr>
109109
<Tr>
110110
<Td>USB Buck Converter</Td>
111-
<Td>Step-down regulator for the Pi (5A minimum to drive Raspberry Pi 5)</Td>
111+
<Td>Step-down regulator for the Pi (>5A to drive Raspberry Pi 5)</Td>
112112
<Td>2</Td>
113113
<Td><CountryLink productId="usb-buck-converter">Buy</CountryLink></Td>
114114
</Tr>
115115
<Tr>
116116
<Td>USB Buck Converter (Alternative)</Td>
117-
<Td>Step-down regulator for the Pi (5A minimum to drive Raspberry Pi 5)</Td>
117+
<Td>Step-down regulator for the Pi (>5A to drive Raspberry Pi 5)</Td>
118118
<Td>2</Td>
119119
<Td><CountryLink productId="usb-buck-converter-alt">Buy</CountryLink></Td>
120120
</Tr>
121121
<Tr>
122122
<Td>LiPo Battery</Td>
123-
<Td>11.1v 3S 2200mAh 50C</Td>
123+
<Td>Power supply (11.1v 3S 2200mAh 50C)</Td>
124124
<Td>1</Td>
125125
<Td><CountryLink productId="lipo-battery">Buy</CountryLink></Td>
126126
</Tr>
@@ -154,7 +154,7 @@ Last updated: 25/03/2025
154154
<Tr>
155155
<Td rowSpan="8"><strong>Drive Train</strong></Td>
156156
<Td>Bearings</Td>
157-
<Td>Motion support</Td>
157+
<Td>Motion support (6mm ID x 15mm OD x 5mm)</Td>
158158
<Td>1</Td>
159159
<Td><CountryLink productId="bearings">Buy</CountryLink></Td>
160160
</Tr>
@@ -177,20 +177,20 @@ Last updated: 25/03/2025
177177
<Td><CountryLink productId="springs-alt-2">Buy</CountryLink></Td>
178178
</Tr>
179179
<Tr>
180-
<Td>Metal Rods 5mm</Td>
180+
<Td>Metal Rods 5mm OD, 300mm Length</Td>
181181
<Td>Structural support</Td>
182182
<Td>1</Td>
183183
<Td><CountryLink productId="metal-rods-5mm">Buy</CountryLink></Td>
184184
</Tr>
185185
<Tr>
186-
<Td>Metal Rods 3mm</Td>
186+
<Td>Metal Rods 3mm OD, 300mm Length</Td>
187187
<Td>Structural support</Td>
188188
<Td>1</Td>
189189
<Td><CountryLink productId="metal-rods-3mm">Buy</CountryLink></Td>
190190
</Tr>
191191
<Tr>
192192
<Td>Linkage</Td>
193-
<Td>Motion transfer</Td>
193+
<Td>Motion transfer (M4 x L25mm)</Td>
194194
<Td>1</Td>
195195
<Td><CountryLink productId="linkage">Buy</CountryLink></Td>
196196
</Tr>

0 commit comments

Comments
 (0)