A recent study conducted by Tel Aviv University showed that stressed plants emit airborne ultrasonic sounds that can be heard from a distance. Thanks to their discoveries and our experiments we were able to identify features common to acoustic signals.
The emissions are thought to originate from xylem cavitation. During water transport, plants pull water upward through the xylem. Under stress (especially drought), increased tension can form and collapse air bubbles, generating microscopic mechanical vibrations. These vibrations propagate through plant tissue and into the air as ultrasonic clicks. While widely supported, the exact link between cavitation and airborne emissions is still under study.
What is clear from these studies and our experiments is that
Our study does have some limitations. Only a few plant species were tested, the experiments were conducted under semi-silent rooms and more data still needs to be collected. However, the results are promising and show that our instrumentation can effectively capture and analyze plant bioacoustic signals.
The ASEB board is the analog interface between the ultrasonic sensor and the digital acquisition system.
Main objectives
The architecture includes a two-stage analog processing chain, followed by digital acquisition through an STM32F411 microcontroller.
The ASEB uses the SPU0410LR5H-QB MEMS microphone by Knowles as the primary sensing element. The sensor converts acoustic pressure variations into an analog electrical signal, allowing the detection of ultrasonic emissions potentially produced by plants.
More InformationThe ASEB analog front-end is built around three main components which provide low-noise amplification, configurable gain, and signal conditioning before the signal reaches the digital acquisition stage.
The first stage of the ASEB uses the OPA1652 low-noise operational amplifier.
The ASEB includes an ADG704 analog switch to allow dynamic selection of different gain configurations. It can connect different resistor networks into the amplifier feedback path.
Advantages of this approach:
The switches are controlled digitally by the STM32 microcontroller.
To improve signal quality, the ASEB uses RC low-pass filters.
These filters are implemented using resistor–capacitor networks that limit the signal bandwidth and suppress unwanted noise.
Filtering helps remove:
The analog signal is acquired and digitized by the STM32F411CEU6, which provides:
The digitized data is then transmitted to the PlantLeaf Desktop Application, where ultrasonic activity can be visualized and analyzed.
From an applied perspective, this work aims to lay the foundations for a non-invasive, low-cost system capable of monitoring plant stress in real-world conditions. Such a tool could find applications in plant research, education, and potentially in precision agriculture, where early detection of stress could support more sustainable and targeted interventions. The emphasis on accessibility and scalability remains central, with the goal of making advanced plant monitoring techniques available beyond specialized laboratories, and all of this by starting from our own vegetable garden.
We have now accumulated roughly 160 hours of recordings across more than 150 sessions, grouped into three categories: ambient noise only, unstressed plants and mechanically stressed plants. We progressively moved from silent controlled rooms to noisier indoor environments and outdoor settings, annotating every session with the exact stress timing and any contaminating noise sources.
Click rates are computed with our automatic click-detection algorithm (v5, SVM-based). The contrast between resting and post-stimulus activity is striking.
Against an indoor baseline of 0.45 clicks/hour, Aloe vera rose to 16.0 clicks/hour in the 15 minutes after mechanical stress — about a 35× increase — while resting at 0.47 clicks/hour. Ferocactus reached 40.7 clicks/hour post-stimulus (roughly 90× baseline), resting at 1.40 clicks/hour. Emissions concentrate in the first ~2 minutes after each stimulus, and rates stay elevated even after watering.
Further exploratory tests — including carnivorous plants feeding on insects (Dionaea muscipula at 12.41 clicks/hour) — are ongoing, but these results already demonstrate our system's ability to detect stress-related ultrasonic clicks and contribute new data on species never studied before.
AlgorithmExamples of confirmed clicks detected by the app — each shows the FFT spectrum (left) and the inverse-FFT reconstruction with its exponential-decay fit (right), together with the SVM confidence assigned by the v5 algorithm.
Finding a method to reliably spot ultrasonic clicks generated by plants played a crucial role. We collected three categories of recordings: only ambient noise, unstressed plants and stressed plants. Starting from silent, controlled rooms, we progressively shifted toward noisier indoor environments and eventually outdoor settings. In total, we accumulated approximately 160 hours of recordings across over 150 sessions, each annotated with the exact timing of stress events and any noise sources that could have contaminated the recording. Careful analysis initially consisted of comparing potential clicks with those of Khait et al. and examining their most consistent characteristics: broadband FFT spectra and iFFTs resembling damped sine waves lasting 0.1–0.5 ms. As confirmed clicks accumulated, we began extracting physical features to describe them quantitatively. This process, eventually, led to the development of the automatic Click Detection Algorithm.