This is a small project I'm working on. It's an ESP32-based
laser tripwire. It uses a vl53l0x time-of-flight laser distance
sensor as the 'tripwire' and in theory will detect a person
and wirelessly communicate with another module somewhere else,
which will beep or flash or something.
So far I've got my parts (except for the batteries which haven't
arrived yet) and got the laser distance sensor to work. I've started on
the actual code for the tripwire (calibration, detection, communication.)
I'll post updates whenever I make some meaningful progress!