Page 1 of 1

Triggering Videos on Resolume Via Arduino using a PIR Sensor

Posted: Fri Jan 26, 2024 12:29
by oto.og
Hi, I'm desperately trying to find a solution for triggering videos on Resolume Via Arduino using a PIR Sensor; sending and OSC command to resolume once the sensor state changes.

Tried to find solutions online but couldn't land anything concrete :cry:

Pls helppp

Re: Triggering Videos on Resolume Via Arduino using a PIR Sensor

Posted: Fri Jan 26, 2024 12:46
by tijnisfijn
Can you please give us some more information how far did you get? What are the problems that you were running into? What is the different software that you're using or tried already?

Re: Triggering Videos on Resolume Via Arduino using a PIR Sensor

Posted: Fri Jan 26, 2024 13:08
by oto.og
tijnisfijn wrote: Fri Jan 26, 2024 12:46 Can you please give us some more information how far did you get? What are the problems that you were running into? What is the different software that you're using or tried already?
So I tried following the below methods but couldn't really get anywhere. It would be helpful if there's something from the bottom up which I could build on.

viewtopic.php?t=13265

https://forum.arduino.cc/t/arduino-pir- ... deo/511004

https://forum.arduino.cc/t/arduino-resolume/357392

Re: Triggering Videos on Resolume Via Arduino using a PIR Sensor

Posted: Sat Jan 27, 2024 15:43
by Arvol
With Pi, you can use node.red and send out OSC. I'm sure arduino wouldn't require too much more work.

Re: Triggering Videos on Resolume Via Arduino using a PIR Sensor

Posted: Mon Jan 29, 2024 09:00
by oto.og
UPDATE:

So I can read the output of PIR Sensor from Arduino IDE to Processing IDE.

I can also send OSC Commands from Processing to Resolume.

Now my only obstacle is sending OSC commands upon the condition of the PIR Sensor giving "HIGH" when it detects motion.