(2023-03-07) Initial technical notes. Some initial technical notes on the water storage monitoring project.
(2023-03-19) Test deployment of ultrasonic sensor and radio system in CT. An initial deployment of the ultrasonic sensor to measure water level in a homestead cistern.
Grass Nomads, LLC leases a 120,000 acre high elevation ranch in New Mexico, where they run a cow-calf operation with an extensive water system. Several key storage tanks in their system are the first indication of a leak or failure, and driving to them takes hours. Remote water monitoring would save them time, vehicle wear, and water -- and also enable them to run higher herd density and improve their range management.
In particular, there is an interest in collecting ongoing water level data from three key water storage tanks on the ranch is of particular interest: 'Twin Towers' (Fig. 1), 'Casias' (Fig 2), and 'Marsh Wells' (Fig 3).
![]() |
---|
Fig 1. The 'Twin Towers' water storage tank on Ojo Feliz Ranch, one of the tanks to be monitored. |
![]() |
---|
Fig 2. The 'Casias' water storage tank on Ojo Feliz Ranch, another of the tanks to be monitored. |
![]() |
---|
Fig 3. The 'Marsh Well' water storage tank on Ojo Feliz Ranch. |
Because of the remote location of the water storage tanks and uncertain cellular coverage, we have decided to develop a satellite modem-based monitoring system. Currently, we are unsure as to whether the satellite modem (and accompanying solar panel) would best be situated directly on top / next to the storage tank, or whether a location 100+ feet away might better optimize solar energy and minimize obstacles to satellite coverage.
![]() |
---|
Fig 4. The overall approach to monitoring the water storage tanks. |
We are therefore designing the system to include a 'low-power, remote radio (LoRa) depth sensor node', which will be situated on the tank, and relay its data to a 'LoRa-satellite-modem gateway' somewhere within radio range (Fig 4).
The satellite modem will then send water level data to an online database, allowing Grass Nomads LLC to access up-to-date water level over the internet or on their phones, anywhere they have access to internet or cellular service.
Except for the custom PCBs we will be designing, nearly every component of the system consists of off-the-shelf hardware, including the satellite modem (Fig 5), ultrasonic water sensor (Fig 6), and microcontroller + LoRa radio (Fig 7).
We've evaluated the satellite modem data plan pricing, and believe that if we send one water level update per day from each storage tank (with a message containing measurements at 4 hour intervals for the previous 24 hours), the associated cost of the satellite data service will be the same as or less than a comporable cellular data plan.
![]() |
---|
Fig 5. The Rockblock 9602 Satellite Modem, available e.g. from Sparkfun for $300 USD |
![]() |
---|
Fig 6. The Maxbotix MB7092, available e.g. from Adafruit for $100 |
![]() |
---|
Fig 7. The Feather M0 LoRa microcontroller, available e.g. from Adafruit for $35 |
![]() |
---|
Fig 8. Image from Adafruit LLC depicting the solar charging circuit ($15), we'll be using in our design, as well as a similar solar panel ($80), and 6600 mAh lithium ion battery ($25) to those we intend to deploy at Ojo Feliz. |
We'll be designing a simple, easy-to-solder through-hole PCB (printed circuit board) to integrate these components and allows them to be easily mounted inside a weatherproof enclosure, and connected to a solar panel, battery, and associated solar charging circuitry (Fig 8).
At Edge Collective we have previously developed and worked with most of the non-satellite components of this system, collecting data from a solar-powered ultrasonic water level sensor (Fig 9) via local LoRa radio connection to a LoRa-wifi gateway, and sending it periodically to an online database (Fig 10).
![]() |
---|
Fig 9. A previous, LoRa-based ultrasonic water level sensor prototype built by Edge Collective. |
![]() |
---|
Fig 10. Data from an initial deployment of a LoRa-based ultrasonic sensor |
Another example of a version of the (open source) online database system we'd previously developed (in this case, used for chicken coop temperatures) is here.
Edge Collective had also previously developed an [open source LoRa radio + satellite modem gateway] in a previous design (see Figs 11 and 12), which was designed to relay data from field sensor relay nodes in a very similar manner to the planned system for this project.
![]() |
---|
Fig 12. Previous Edge Collective gateway design, the 'Quahog', which incorporates satellite modem (left), as well LoRa radio and wifi-enabled microcontroller (right). |
Edge Collective had also designed a low-power, battery-powered LoRa relay node (Figs 13 and 14) and antenna inside an off-the-shelf weatherproof enclosure for a previous project involving an Acclima soil moisture sensor. The design of that relay node has significant overlap with the relay node we intend to design for the ultrasonic relay node.
Fig 13. A previous Edge Collective sensor LoRa relay design (right); in this case, for capturing data from an Acclima soil moisture sensor (left) and relaying data via LoRa to a LoRa-wifi gateway. |
![]() |
---|
Fig 14. Closeup of the Edge Collective LoRa relay node, showing the custom circuitboard, indicator LEDs, screw terminal connectors, and Feather LoRa microcontroller daughterboard. |
Recent Edge Collective projects have refined the process of designing easy-to-solder PCBs (printed circuit boards) that integrate off-the-shelf products into circuits that are ready to mounted in an enclosure (Fig 15).
Several Edge Collective projects have been deployed in the field for long-term, low-power monitoring projects using solar panels and off-the-shelf weatherproof enclosures -- including standard 'electrical conduit boxes' from Home Depot (Fig 16).
Edge Collective has also developed an open source, no-frills online database with graphing functionality and the ability to download historical data as CSV or JSON files. (For example involving data from an off-grid chicken coop, see Fig 17.)
![]() |
---|
Fig 17. Screen capture of graphical data for a data feed (in this case, data from an off-grid chicken coop LoRa-based temperature sensor) hosted on bayou.pvos.org, Edge Collective's open source online database. The Ojo Feliz system will likely use Bayou, but could also be reprogrammed to use other online data storage options (e.g. storing data directly in a Google spreadsheet). |
We currently have a working breadboard prototype (Fig 18) of a satellite modem + ultrasonic water level device, which has successfully posted its data to an online database.
![]() |
---|
Fig 18. Breadboard prototype demonstrating integrated functionality of ultrasonic sensor, microcontroller, and satellite modem functionality. |
We have also developed a sensible encoding scheme so that water level data from the ultrasonic sensor, collected at 4 hour intervals over a 24 hour period, can be compressed and sent over a single satellite modem transmission once per day, significantly decreasing data plan costs.
Next steps include designing and producing a batch of integrative PCBs for these devices, optimizing the firmware for power, and adding in the 'LoRa relay' node circuitry if necessary.