Уровень 0 · материалов: 2
В кластер входят документы о методах обнаружения движения или направления перемещения объектов, но не входят документы об автоматизации систем управления доступом.
Общие признаки: использование микроконтроллеров (ESP32, Arduino), определение движения или приближения объекта, анализ сигналов (RSSI, аналоговые сигналы PIR)
Группа выше: Датчики, дисплеи и их интерфейсы
Смысл: The main idea is to demonstrate that existing Wi-Fi hardware in affordable microcontrollers like the ESP32 can be repurposed as a motion detector by analyzing signal strength fluctuations (RSSI) caused by physical obstacles in the environment.
A guide on building a cheap motion detector using ESP32 Wi-Fi signal strength (RSSI) that sends email alerts when movement is detected.
Смысл: The main idea is to demystify the inner workings of common PIR motion sensors and leverage their inherent analog signal polarity to transform a simple 'motion detected' trigger into a 'direction of motion' indicator using an Arduino.
A technical guide explaining how PIR sensors work and providing a DIY method to detect movement direction by analyzing amplified analog signals with an Arduino.