Skip to content

Commit

Permalink
Greenhouse sensor project
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartinortiz committed May 19, 2024
1 parent 07b0789 commit d5ce99e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added assets/img/greenhouse-sensor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions content/projects/greenhouse-sensor.md
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).

0 comments on commit d5ce99e

Please sign in to comment.