website init stub

This commit is contained in:
Kai Boernert
2025-01-27 17:40:27 +01:00
parent ef002e918c
commit 3f63b3ed98
42 changed files with 474 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@@ -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

View 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?

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB