Close

Quick Update

A project log for Soil moisture monitoring in a flower garden

When do your flowers have enough water, and how do you know?

joseph-eoffJoseph Eoff 03/25/2021 at 22:180 Comments

I  now have all the parts together.

  1. 21 sensors - I just finished gathering the Bluetooth IDs and marking them so I can tell them apart.  I also found one sensor where the LED doesn't work.
  2. 3 solar powered control nodes.
  3.  1 Raspberry Pi running the Mud-Py data collection software.


Here's the hardware ready to go out in the yard:

Here's the sensor management page with all the sensors:


All that's left is to position the sensors in the yard and park the control nodes in their jars - and then write the software to analyze the collected sensor data, of course.

I spent a little time this evening expanding the Mud-Py software to make it capable of a couple of things I KNOW are going to happen.

To handle that kind of stuff, I've made it so that each sensor data entry has a location and the zone the sensor belonged to at the time the measurement was made. Done that way, I can select sensor data by zone and date/time and get a correct set of data no matter if the sensors were moved around.


I am still utterly fascinated by the way Django works with mobile devices.

Here's the sensor list as shown on my phone:

I didn't have to do a thing to the software at all to get it looking good on the phone.  Django just does it right.

Discussions