add recipe files
This commit is contained in:
parent
4ed10a64b2
commit
54bfc57837
3 changed files with 46 additions and 0 deletions
11
recipe/rak19003_chassis.toml
Normal file
11
recipe/rak19003_chassis.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
[outputs]
|
||||||
|
rak19003-chassis={version=0.1, type="printed"}
|
||||||
|
|
||||||
|
[inputs]
|
||||||
|
#filament={}
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
tools=["fdm-printer"]
|
||||||
|
|
||||||
|
[action]
|
||||||
|
print = { model="https://git.glyphs.tech/sigil-03/rak19003-chassis/raw/commit/4ed10a64b273700523237b353217568aff9f2b6d/skeletonized.3mf", profile="placeholder" }
|
||||||
10
recipe/rak19003_chassis_and_module.toml
Normal file
10
recipe/rak19003_chassis_and_module.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
[inputs]
|
||||||
|
wisblock_starter_kit_rak19007_rak4631 = {}
|
||||||
|
rak19003_chassis = {}
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
operator = { skills=["assembly"] }
|
||||||
|
|
||||||
|
[action]
|
||||||
|
process = """put it all together..."""
|
||||||
|
|
||||||
25
recipe/wisblock_starter_kit_rak19007_rak4631.toml
Normal file
25
recipe/wisblock_starter_kit_rak19007_rak4631.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
[outputs.wisblock_starter_kit_rak19007_rak4631]
|
||||||
|
comments = """
|
||||||
|
This kit includes:
|
||||||
|
* RAK 19007 Base Board: <https://docs.rakwireless.com/product-categories/wisblock/rak19007/quickstart/>
|
||||||
|
* RAK 4631 Core: <https://docs.rakwireless.com/product-categories/wisblock/rak4631/quickstart/>
|
||||||
|
* MCU: Nordic nRF52840 (low power consumption)
|
||||||
|
* Radio: SX1262 (this radio is recommended by meshtastic)
|
||||||
|
|
||||||
|
Supports LoRa and BLE.
|
||||||
|
|
||||||
|
Max power consumption: 130 mA (@3.7 V assumed) = 481 mW
|
||||||
|
* 92 mA from the 4631 at full TX
|
||||||
|
* 38 mA from connected sensor boards
|
||||||
|
"""
|
||||||
|
|
||||||
|
[inputs]
|
||||||
|
capital={quantity={amount=24.99, unit="USDollar"}}
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
operator = {skills=["vendor interaction"]}
|
||||||
|
|
||||||
|
[action.purchase]
|
||||||
|
vendor = [
|
||||||
|
"https://store.rakwireless.com/collections/kits-bundles/products/wisblock-starter-kit?variant=41786685063366"
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue