ESP32 PIR Motion Sensor: Detect Movement with the HC-SR501

How to use the HC-SR501 PIR motion sensor with the ESP32 in the Arduino IDE. Step-by-step wiring, code, and motion detection project ideas!
How to use the HC-SR501 PIR motion sensor with the ESP32 in the Arduino IDE. Step-by-step wiring, code, and motion detection project ideas!
Learn how to create a simple ESP32 Step Counter with the MP6050 Accelerometer. Full guide with wiring, code, and step-by-step explanation!
How to create an ESP32 Telegram bot that sends sensor readings to your phone! With Arduino IDE code examples and setup instructions.
Discover the pinout and technical specs of the ESP32-C3 Super Mini. Learn about its GPIOs, Specifications, and Special Features!
Program your ESP32 using PlatformIO and Visual Studio Code! Installing PlatformIO, writing your first sketch, and uploading it to your ESP32.
Trouble uploading files to ESP32 SPIFFS in Arduino IDE 2.x.x? Learn how to upload files to ESP32 SPIFFS without the Arduino IDE!
How to build an ESP32 web server LED control project using the Arduino IDE. Control an LED from your browser with a simple web interface!
How to send ESP32 HTTP requests to trigger IFTTT webhooks using the Arduino IDE. A step-by-step guide to sending GET & POST requests!
How to use the deprecated ESP32 hallRead() function to read Hall sensor values in Arduino IDE. With a simple workaround and code example!
Discover how to power ESP32 boards. Learn how to connect your ESP32 via USB, VIN, and 3V3 pins – with troubleshooting tips included!
ESP32 vs Pico 2: Compare the ESP32 with the Raspberry Pi Pico. All the key differences, benefits, and downsides to help you choose right!
ESP32 RTC: Use the DS3231 and DS1307 RTC modules with ESP32 in the Arduino IDE. Setup, wiring, code examples, and deep sleep integration