75 lines
1.5 KiB
Typst
75 lines
1.5 KiB
Typst
#import "/metadata.typ": *
|
|
#pagebreak()
|
|
= BOM
|
|
|
|
In @tab:bom, the indicated prices are in CHF.
|
|
|
|
#figure(
|
|
table(
|
|
columns: (auto, auto, auto, auto, auto),
|
|
align: center,
|
|
table.header("Component", "Price", "Nb unit", "Total", "Note"),
|
|
|
|
link("https://www.digikey.ch/fr/products/detail/nordic-semiconductor-asa/NRF6936/7175577?s=N4IgTCBcDaIC4AsCWA7A5gTwAQFYIF0BfIA")[Thingy 52],
|
|
[32.39],
|
|
[25],
|
|
[0],
|
|
[Supplied by the good will of the HES-SO Valais/Wallis],
|
|
|
|
link("https://www.digikey.ch/fr/products/detail/rakwireless-technology-limited/raspberry-pi-4-model-b-4gb/17138043")[Raspberry Pi 4],
|
|
[111.17],
|
|
[1],
|
|
[0],
|
|
[Supplied by the good will of the HES-SO Valais/Wallis],
|
|
|
|
[DB Influx],
|
|
[0],
|
|
[1],
|
|
[0],
|
|
[Open-source, hosted by the good Will of M. Heredero],
|
|
|
|
[MatLab License],
|
|
[0],
|
|
[1],
|
|
[0],
|
|
[Free for students],
|
|
|
|
[Mosquitto MQTT Broker],
|
|
[0],
|
|
[1],
|
|
[0],
|
|
[Open-source],
|
|
|
|
[Python Bleak library],
|
|
[0],
|
|
[1],
|
|
[0],
|
|
[BLE scanning, open-source],
|
|
|
|
[Python paho-mqtt library],
|
|
[0],
|
|
[1],
|
|
[0],
|
|
[MQTT client, open-source],
|
|
|
|
[ML model training],
|
|
[0],
|
|
[1],
|
|
[0],
|
|
[Done locally],
|
|
|
|
[ML inference],
|
|
[0],
|
|
[1],
|
|
[0],
|
|
[AWS free tier or hosted locally],
|
|
|
|
link("https://www.digikey.ch/en/products/detail/e-switch/MS0850502F020S1A/1628279")[MS08050502F020S1A],
|
|
[0.93],
|
|
[10],
|
|
[9,3],
|
|
[Limit switch],
|
|
|
|
),
|
|
)<tab:bom>
|