minimal_hydroponics_setup: add raspberry pi controller

This commit is contained in:
Sebastian Kuzminsky 2025-04-03 09:06:13 -06:00
parent 563998ab5c
commit 5befa9988e
6 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[outputs.controller]
comments = """Lots of room for variation here. This reference design is a Pi with a simple timer app to turn the lights and pump on and off on a fixed schedule."""
[inputs]
raspberry_pi = {}
micro_sd_card = {}
pi_power_supply = {}
pi_enclosure = {}
[dependencies]
operator = {skills=["vendor interaction"]}
[action]
process = """Flash the MicroSD card with Raspberry Pi OS Bookworm.
Put everything together."""