-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07b0789
commit d5ce99e
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
+++ | ||
title = 'Greenhouse Sensor' | ||
date = 2024-05-19T11:35:16+02:00 | ||
draft = false | ||
image = "img/greenhouse-sensor.jpg" | ||
+++ | ||
|
||
This is a little project for our greenhouse. Even if we do not really need it (and I still need to make sure that the battery will be safe), this circuit uses a Raspberry Pi Pico for monitoring temperature, humidity, gas and and atmospheric pressure. The collected information is sent every 5 minutes to my Home Assistance instance via MQTT. | ||
|
||
The Pico is powered by a rechargeable battery connected to a repurposed solar panel from the garden, but the charger module can also be connected to a phone charger. However, as the Pico goes to deep sleep when it is not running, the energy consumption is very low. | ||
|
||
The shopping list, code and instructions can be found in my [electronics repository](https://github.com/mmartinortiz/electronics/tree/main/greenhouse). |