Triggering Videos on Resolume Via Arduino using a PIR Sensor

Post your questions here and we'll all try to help.
Post Reply
oto.og
Posts: 5
Joined: Thu Jun 29, 2023 11:33

Triggering Videos on Resolume Via Arduino using a PIR Sensor

Post 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

tijnisfijn
Team Resolume
Posts: 315
Joined: Fri Dec 06, 2019 00:01

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

Post 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?

oto.og
Posts: 5
Joined: Thu Jun 29, 2023 11:33

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

Post 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

User avatar
Arvol
Posts: 2893
Joined: Thu Jun 18, 2015 17:36
Location: Oklahoma, USA

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

Post by Arvol »

With Pi, you can use node.red and send out OSC. I'm sure arduino wouldn't require too much more work.

oto.og
Posts: 5
Joined: Thu Jun 29, 2023 11:33

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

Post 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.

Post Reply