Use Cases¶
The OWL can be adapted for various weed control and data collection applications.
Vehicle-Mounted Spot Spraying¶
The primary use case for the OWL is site-specific herbicide application in fallow fields.
The OWL team designed and assembled a 2m spot spraying boom using two OWLs to control four 12V solenoids each. The boom was mounted on a ute/utility vehicle with:
Spray tank in the tray
Powered by 12V car battery
Indicator lights for each nozzle (for demonstration/testing)
Specifications¶
Parameter |
Details |
Notes |
|---|---|---|
Mounting gap |
0 cm |
Mounted directly to same bar as nozzles, 32cm higher |
Forward Speed |
6-8 km/h |
Image blur/activation time limiting. Moving OWL forward improves speed for large weeds |
Solenoids |
Goyen 3QH/3662 with Teejet body |
Many alternatives exist - see GitHub Issue #2 |
Spray tips |
Teejet TP4003E-SS |
40 degree, flat fan nozzles, stainless steel |
Strainer |
TeeJet 50 mesh |
Protects spray tip from clogging/damage |
Pump/tank |
Northstar 12V 60L ATV Sprayer |
8.3 LPM 12V pump, 60L capacity, tray mounted |
Robot-Mounted Spot Spraying¶
A second system was developed for the University of Sydney’s Digifarm robot, the Agerris Digital Farm Hand.

Key differences:
Powered by 24V robot system
Uses 24-12V DC/DC converter
In frequent use for site-specific weed control in trial areas
Image Data Collection¶
The OWL can act as a high-quality image data collection tool for developing training datasets in realistic agricultural environments.
Collection Methods¶
Method |
Code |
Example |
|---|---|---|
Whole image |
|
|
Crop to bounding box |
|
|
Crop to square around weed centre |
|
|
Deactivated (default) |
|
No images saved |
Configuration¶
Settings are updated in config.ini:
[DataCollection]
sample_images = True
sample_method = whole
sample_frequency = 30
save_directory = /media/owl/SanDisk
disable_detection = False
Parameter |
Description |
|---|---|
|
Enable/disable collection (True/False) |
|
|
|
Save every N frames |
|
USB drive path for saving images |
|
Set True for data collection only (improves frame rate) |
Storage Warning
Do not leave sampling on for long periods or the SD card/USB drive will fill up and stop working.
Other Applications¶
The OWL relay outputs can control any 12V device, enabling:
Targeted tillage - Mechanical weed control
Spot flaming - Thermal weed control
Variable rate application - Fertiliser or other inputs
Custom automation - Any detection-triggered action
Next Steps¶
Operation Guide - Detection algorithms and solenoid wiring
Configuration - Adjust parameters for your setup
Hardware Assembly - Build your own OWL


