nanosaur_BOM = {
const bom = [
{
Qt: 1,
Part: "NVIDIA Jetson Nano",
USA: "$118 Amazon",
Italy: "",
UK: "",
Netherlands:
"https://www.amazon.com/gp/product/B0C5DMKFYW/ref=ox_sc_act_title_1?smid=A50C560NZEBBE&psc=1",
Notes:
"You can use 2Gb or 4Gb version. Buy this alternative carrier: SEEED studio"
},
{
Qt: 1,
Part: "MicroSD card 64Gb",
USA: "$9.99 Amazon",
Italy: "Amazon",
UK: "Amazon",
Netherlands: "Amazon",
Notes: ""
},
{
Qt: 1,
Part: "128GB NVM3 M.2 PCLe SSD",
USA: "0",
Italy: "",
UK: "",
Netherlands: "",
Note_eggnog: "not really needed but cool",
Notes: "Only for SEEED STUDIO carrier, NVMe M.2"
},
{
Qt: 1,
Part: "Wi-Fi Dongle 5Ghz",
USA: "$13.90 Amazon",
Italy: "Amazon",
UK: "Amazon",
Netherlands: "Amazon",
Notes: ""
},
{
Qt: 1,
Part: "Power Bank",
USA: "$29.99 Amazon",
Italy: "Amazon",
UK: "Amazon",
Netherlands: "Amazon",
Notes: "Power Bank dimensioning"
},
{
Qt: 2,
Part: "Pololu Micro Gearbox",
USA: "$25.75 Amazon",
Italy: "Amazon",
UK: "Amazon",
Netherlands: "Amazon",
Notes: "Pololu 6V 150RPM alternative: aliexpress.com"
},
{
Qt: 1,
Part: "Adafruit motor control",
USA: "$29.10 Amazon",
Italy: "Amazon",
UK: "Amazon",
Netherlands: "Amazon",
Notes: "DC Motor + Stepper FeatherWing Add-on alternative: aliexpress.com"
},
{
Qt: 2,
Part: "oled display",
USA: "$5 Amazon",
Italy: "Amazon",
UK: "Amazon",
Netherlands: "Amazon",
Notes: "128x64px 0.06in I2C, Best price pack: 3 display"
},
{
Qt: 6,
Part: "Ball bearings F686ZZ",
USA: "$7.49 Amazon",
Italy: "Amazon",
UK: "Amazon",
Netherlands: "Amazon",
Notes: "alternative: aliexpress.com"
},
{
Qt: 10,
Part: "Magnets 4x2mm",
USA: "$10.99 Amazon",
Italy: "",
UK: "",
Netherlands: "Amazon",
Notes: "alternative: aliexpress.com"
},
{
Qt: "-",
Part: "Expansion board",
USA: "",
Italy: "",
UK: "",
Netherlands: "",
Notes: "Expansion board"
},
{
Qt: "-",
Part: "3D parts",
USA: "",
Italy: "",
UK: "",
Netherlands: "",
Notes: "3D filaments"
},
{
Qt: "-",
Part: "Hex M2 Screw set",
USA: "$10* Amazon",
Italy: "",
UK: "",
Netherlands: "",
Notes: "Screw set"
}
];
return bom;
}