website init stub
BIN
website/content/Hardware/1737993448486-RTC/featured.png
Normal file
After Width: | Height: | Size: 98 KiB |
15
website/content/Hardware/1737993448486-RTC/index.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "RTC"
|
||||
date: 2025-01-27
|
||||
draft: false
|
||||
description: "a description"
|
||||
tags: ["example", "tag"]
|
||||
---
|
||||
an example to get you started
|
||||
# This is a heading
|
||||
## This is a subheading
|
||||
### This is a subsubheading
|
||||
#### This is a subsubsubheading
|
||||
This is a paragraph with **bold** and *italic* text.
|
||||
Check more at [Blowfish documentation](https://blowfish.page/)
|
||||
undefined
|
After Width: | Height: | Size: 7.8 KiB |
After Width: | Height: | Size: 98 KiB |
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "BatteryManagement"
|
||||
date: 2025-01-27
|
||||
draft: false
|
||||
description: "a description"
|
||||
tags: ["example", "tag"]
|
||||
---
|
||||
an example to get you started
|
||||
# This is a heading
|
||||
## This is a subheading
|
||||
### This is a subsubheading
|
||||
#### This is a subsubsubheading
|
||||
This is a paragraph with **bold** and *italic* text.
|
||||
Check more at [Blowfish documentation](https://blowfish.page/)
|
||||
undefined
|
BIN
website/content/Hardware/1737993469847-MPPT/featured.png
Normal file
After Width: | Height: | Size: 98 KiB |
15
website/content/Hardware/1737993469847-MPPT/index.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "MPPT"
|
||||
date: 2025-01-27
|
||||
draft: false
|
||||
description: "a description"
|
||||
tags: ["example", "tag"]
|
||||
---
|
||||
an example to get you started
|
||||
# This is a heading
|
||||
## This is a subheading
|
||||
### This is a subsubheading
|
||||
#### This is a subsubsubheading
|
||||
This is a paragraph with **bold** and *italic* text.
|
||||
Check more at [Blowfish documentation](https://blowfish.page/)
|
||||
undefined
|
BIN
website/content/Hardware/1737993479095-NightLight/featured.png
Normal file
After Width: | Height: | Size: 98 KiB |
15
website/content/Hardware/1737993479095-NightLight/index.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "NightLight"
|
||||
date: 2025-01-27
|
||||
draft: false
|
||||
description: "a description"
|
||||
tags: ["example", "tag"]
|
||||
---
|
||||
an example to get you started
|
||||
# This is a heading
|
||||
## This is a subheading
|
||||
### This is a subsubheading
|
||||
#### This is a subsubsubheading
|
||||
This is a paragraph with **bold** and *italic* text.
|
||||
Check more at [Blowfish documentation](https://blowfish.page/)
|
||||
undefined
|
After Width: | Height: | Size: 98 KiB |
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Sensors&Pumps"
|
||||
date: 2025-01-27
|
||||
draft: false
|
||||
description: "a description"
|
||||
tags: ["example", "tag"]
|
||||
---
|
||||
an example to get you started
|
||||
# This is a heading
|
||||
## This is a subheading
|
||||
### This is a subsubheading
|
||||
#### This is a subsubsubheading
|
||||
This is a paragraph with **bold** and *italic* text.
|
||||
Check more at [Blowfish documentation](https://blowfish.page/)
|
||||
undefined
|
31
website/content/Hardware/_index.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "Hardware"
|
||||
date: 2025-01-24
|
||||
draft: false
|
||||
description: "The Hardware"
|
||||
tags: ["esp32", "hardware"]
|
||||
---
|
||||
|
||||
{{< gallery >}}
|
||||
<img src="pcb_front.png" class="grid-w50" />
|
||||
<img src="pcb_back.png" class="grid-w50" />
|
||||
{{< /gallery >}}
|
||||
|
||||
{{< gitea server="https://git.mannheim.ccc.de/" repo="C3MA/PlantCtrl" >}}
|
||||
|
||||
## ESP32-C6
|
||||
* RiscV
|
||||
* Fully done in Kicad (#schematics here link)
|
||||
* Supports 16 Moisture Sensors (two per plant)
|
||||
* Support for 8 Pumps/Valves
|
||||
* Support for main Pump/Valve
|
||||
* All Pump/Valve outputs are 7-24V based on supplied Voltage
|
||||
* Use of efficient DC-DC Converters for 3.3V and for Led-Nightlight
|
||||
* Embedded Solar MPPT Charger
|
||||
* Can also be used with a power supply
|
||||
|
||||
kicad links
|
||||
|
||||
link to current stl for case here
|
||||
|
||||
image carrousel of diffferent builds here?
|
BIN
website/content/Hardware/pcb_back.png
Normal file
After Width: | Height: | Size: 452 KiB |
BIN
website/content/Hardware/pcb_front.png
Normal file
After Width: | Height: | Size: 302 KiB |