# Tipping Bucket Rain Gauge

### How the Sensor Works

The tipping bucket rain gauge measures precipitation by collecting rainwater in a small bucket that tips when a certain volume is reached. With each tip, a magnet triggers an [**SS451A Hall effect sensor**](https://drive.google.com/file/d/11g7WHNxx8yAw96QL7NoBcTuqBucDBsyk/view?usp=sharing) to record rainfall increments digitally, ensuring accurate and reliable data collection.

The tipping bucket rain gauge is calibrated to ensure each tip corresponds to a standardized rainfall depth (e.g., 0.2 mm per tip) using the volume of a cylinder to determine the required rim radius of the collector funnel.

### Instruction Slides for Assembling the Rain Gauge

{% embed url="<https://docs.google.com/presentation/d/1DO-Jg0TDZVEAp2Xe-rkrB-jUjcxNXFZo/edit?ouid=102244773211795243299&rtpof=true&sd=true&usp=sharing>" %}

### Tutorial Videos for Assembling the Rain Gauge

This video playlist demonstrates the entire assembly of the instrument. You can toggle between assembly videos using the "fast forward" and "rewind" buttons.

{% embed url="<https://youtube.com/playlist?list=PL_rvcKZhmIf259GXU1qn3kQDZLy38TNb8&si=oRcC0q3brffaI-r4>" %}

## Calibrating the Rain Gauge

#### The rain gauge is calibrated through a multi-step process to ensure accuracy.

1. First, the tipping bucket mechanism is "bedded in" by cycling it approximately 1,000 times to reduce mechanical resistance.
2. Next, water is pumped into the funnel to generate around 500 tips, and the total volume of water that passes through is collected and weighed. By dividing the total water mass (grams) by the number of tips, the system determines the **grams of water per tip**.
3. Using the density of pure water (1 gram = 1,000 mm³), this mass is converted to volume (mm³).
4. The target rainfall depth per tip—**0.2 mm** is then applied to the **volume of a cylinder** formula (**V=πr**<sup>**2**</sup>**h**).
5. Rearranging the equation to solve for radius , the funnel’s rim size is calculated to ensure each tip corresponds precisely to the desired rainfall depth.

$$
r = \sqrt{\frac{V}{\pi h}}
$$

This process bridges empirical testing (weighing water) with geometric principles (cylinder math), ensuring the gauge meets standardized meteorological requirements.

**Please use the** [**Rain Gauge Calibration Spreadsheet**](https://docs.google.com/spreadsheets/d/1zfsArjV74BdeZ6WYWBsjU9aRDrJ3M1A3qX7iNRu8XcM/view?usp=sharing) **as an aid in the calibration process**

### Using a Raspberry Pi to Calibrate the Rain Gauge

{% content-ref url="/pages/HiggTiSMUVo7rbZde5hE" %}
[Testing the Sensors](/building-3d-paws/building-the-core-instruments/testing-the-sensors.md)
{% endcontent-ref %}

### **Instruction Slides for Calibrating the Rain Gauge**

**Note:** *Due to the constant adjustment of the Pumped Drip Controller, we have moved to a new method of controlling the flow rate for calibration.*

{% embed url="<https://docs.google.com/presentation/d/1XSYiw7RjXnMcyZn_ZsYk4cZq0WHcFuqq/edit?ouid=102244773211795243299&rtpof=true&sd=true&usp=drive_link>" %}

{% embed url="<https://docs.google.com/presentation/d/1PEHFb6Z6ehP9tLQ6WGRP_NY_aasIgI7k/edit?ouid=102244773211795243299&rtpof=true&sd=true&usp=drive_link>" %}

### Tutorial Videos for Calibrating the Rain Gauge

This video playlist demonstrates the entire assembly of the instrument. You can toggle between assembly videos using the "fast forward" and "rewind" buttons.

{% embed url="<https://youtube.com/playlist?list=PL_rvcKZhmIf3reOQzjbbnhwwKe_w04bFS&si=uqeMSu7EmrZ9qOQ8>" %}

#### Adding the Screens

The rain gauge screen serves as a protective barrier, preventing debris from entering the funnel and interfering with the tipping bucket mechanism. By filtering out leaves, twigs, and other particles, it ensures accurate and reliable rainfall measurements. This screen is crucial for maintaining the gauge's precision and longevity, especially in outdoor environments where debris accumulation is common.

### Instruction Slides for Adding the Screens

{% embed url="<https://docs.google.com/presentation/d/1QJsi6iLc8YyqHZT1T_WK9rKSxn1998Jn/edit?ouid=102244773211795243299&rtpof=true&sd=true&usp=sharing>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://3dpaws.comet.ucar.edu/building-3d-paws/building-the-core-instruments/tipping-bucket-rain-gauge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
