Hi Gina,
This sounds like an interesting interactive installation! For triggering Isadora cues from the Arduino magnetic sensor, here are a few thoughts:
Use the Arduino Firmata actor to receive the sensor data into Isadora. You'll need to initialize it and set the input pin accordingly.Then route that input to a Switch actor to control the scene changes. For example, set it to switch to Scene 2 when the input goes HIGH (door closed).You can use a Timer actor in each scene to transition back to Scene 1 after a set duration.For automatic start up, you may be able to use something like a Powershell script that launches Isadora on boot up. Just need to make sure it opens in fullscreen.For shutdown without mouse/keyboard, look into remote login software so you can SSH into the Mac and shut down
calendar 2024 from another computer.
Definitely try testing the Arduino > Isadora communication first. Once you have that working reliably, the other automation should be very achievable. Let me know if you have any other questions! Excited to see how this project develops.