Comments on: ESP32 with PIR Motion Sensor using Interrupts and Timers https://randomnerdtutorials.com/esp32-pir-motion-sensor-interrupts-timers/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 16 Jan 2025 03:10:30 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Lily https://randomnerdtutorials.com/esp32-pir-motion-sensor-interrupts-timers/#comment-1000223 Thu, 16 Jan 2025 03:10:30 +0000 http://randomnerdtutorials.com/?p=68479#comment-1000223 Hi sarah, we would like to do an IoT project exactly like the one you mentioned, but we want to add buzzer and use blynk for notifications, do you might know how to do it ?
Best regards,
Lily

]]>
By: Hans https://randomnerdtutorials.com/esp32-pir-motion-sensor-interrupts-timers/#comment-997031 Sat, 04 Jan 2025 09:36:12 +0000 http://randomnerdtutorials.com/?p=68479#comment-997031 In reply to Sara Santos.

Hi Sara,
Thx, I’ll give it go..
grtz Hans

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-pir-motion-sensor-interrupts-timers/#comment-996821 Fri, 03 Jan 2025 16:56:49 +0000 http://randomnerdtutorials.com/?p=68479#comment-996821 In reply to Hans.

Hi.
Take a look at this web server with sensor readings. Instead of the sensor readings, you’ll display the counter variable: https://randomnerdtutorials.com/esp32-dht11-dht22-temperature-humidity-web-server-arduino-ide/
However, this kind of web server is a bit advanced for just displaying the counter.
Regards,
Sara

]]>
By: Hans https://randomnerdtutorials.com/esp32-pir-motion-sensor-interrupts-timers/#comment-996811 Fri, 03 Jan 2025 15:30:28 +0000 http://randomnerdtutorials.com/?p=68479#comment-996811 Hi Sara,
First Happy Newyear!!
Currently I’m working on a birdhouse with webcamera for my little son.
I want to use the PIR code for bird detection in a “counter” ( instead of your LED). Just to detect if there is any activity in the birdhouse.
I want to run your PIR code together with the “ESP32-CAM Video Streaming Web Server” and have the “counter” value represented in the camera webserver-website…
Main headache for now is how to handover the “counter” value to the camera webserver. Any idea how to accomplish this?
THX for your reply.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-pir-motion-sensor-interrupts-timers/#comment-899966 Thu, 21 Mar 2024 10:46:34 +0000 http://randomnerdtutorials.com/?p=68479#comment-899966 In reply to sudhanshu.

Hi.
We’re using GPIO 27. But, you can use any other suitable GPIO.
Check the ESP32 pinout: https://randomnerdtutorials.com/esp32-pinout-reference-gpios/
Regards,
Sara

]]>
By: sudhanshu https://randomnerdtutorials.com/esp32-pir-motion-sensor-interrupts-timers/#comment-899954 Thu, 21 Mar 2024 09:58:34 +0000 http://randomnerdtutorials.com/?p=68479#comment-899954 Hi sara,

Which GPIO pin on ESP32 board to connect the PIR motion sensor?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-pir-motion-sensor-interrupts-timers/#comment-861400 Tue, 19 Sep 2023 09:12:57 +0000 http://randomnerdtutorials.com/?p=68479#comment-861400 In reply to bertrand lapointe.

Unfortunately, we don’t have any tutorials dedicated specifically to that subject.
Regards,
Sara

]]>
By: bertrand lapointe https://randomnerdtutorials.com/esp32-pir-motion-sensor-interrupts-timers/#comment-861324 Mon, 18 Sep 2023 17:10:47 +0000 http://randomnerdtutorials.com/?p=68479#comment-861324 tks for the reply Sara as ‘ The Wi-Fi should not interfere with the timers’

Altough, I see otherwise.

Will continue my search

Do you have a sample code that uses timers and wifi ?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-pir-motion-sensor-interrupts-timers/#comment-861268 Mon, 18 Sep 2023 09:46:45 +0000 http://randomnerdtutorials.com/?p=68479#comment-861268 In reply to Shunt1.

Hi.
Yes.
The Wi-Fi should not interfere with the timers.
Regards,
Sara

]]>
By: Shunt1 https://randomnerdtutorials.com/esp32-pir-motion-sensor-interrupts-timers/#comment-861195 Sun, 17 Sep 2023 21:27:35 +0000 http://randomnerdtutorials.com/?p=68479#comment-861195 Hello Random Nerd, excellent article, as usual.
Using timer for the first time with esp32 and following your article, works real good until I enable esp-now ( or the wifi ) .
is it possible to get a precise timer running with the WiFi ( or esp-now ) ??
if yes , how.

tks

]]>