Smart Auto-Watering Pot
Status: Prototype Goal: Simple, open-source auto-watering system that anyone can build and experiment with.
The Mechaxil Smart Auto-Watering Pot is a compact system for keeping a single plant automatically watered.
It uses a Capacitive Soil Moisture Sensor
connected to a Development board of choice
running MicroPython
with a gentle PWM


Key features
- Development board of choiceA printed circuit board (PCB) that includes a microcontroller or microprocessor, along with necessary components and interfaces for prototyping and development.
+ MicroPythonA compact version of Python for microcontrollers like the ESP32 and Raspberry Pi Pico. It lets you script directly on embedded hardware.firmware -
Capacitive Soil Moisture Sensor
Measures soil humidity via capacitance change instead of resistance. Corrosion-resistant and provides analog voltage proportional to moisture.
- PWMPulse Width Modulation - controls average power by switching rapidly. The duty cycle determines the effective output.soft-start valve control to reduce inrush current and brown-outs
- RGB LEDA light-emitting diode that can produce a wide range of colors by combining red, green, and blue light.or a regular LEDA light-emitting diode used frequently as a status indicator in electronic devices.feedback
- 3D-printable tank and electronics enclosure
Mechanical design
All parts are designed to be printable on a typical FDM 3D Printing
Recommended materials: PETG
| Part | Description | Notes |
|---|---|---|
| Tank | 200-500 ml reservoir | Watertight print, 2-3 mm walls, ≥4 perimeters, optional epoxy sealing inside |
| Electronics box | Small enclosure for the controller + MOSFET Metal-Oxide-Semiconductor Field-Effect Transistor - an electronic power switch. Logic-level MOSFETs can be driven directly from GPIO pins. | Cable holes high on the wall, lid screwed or clipped in place |
STL and CAD files will be published together with this documentation once the v0.1 hardware is fully validated.
Project goals
- Serve as the first Mechaxil open kit: small, fully documented, reproducible.
- Teach fundamentals of analog sensing, PWMPulse Width Modulation - controls average power by switching rapidly. The duty cycle determines the effective output.power control and safe power distribution.