pestdetector/sw/firmware/main/CMakeLists.txt
Dominic Höglinger 78102e2f02 Initial release of the pest detector project
This repository contains an attempt to detect wood pests
using three piezo sensors.
Each sensor records the time of flight of a noise source in their enclosing
area and calculates the coordinate as best it can.

This utilizes an ESP32's motor controller peripheral for exact timestamping
of three sensor events, which is then processed by a Python script.
The Python script takes the timestamps of an event,
and a photo of the sensor arrangement and places a marker where the noise
originates.
2025-05-20 20:02:50 +02:00

2 lines
38 B
CMake

idf_component_register(SRCS "main.c")