I need to hide some fog machines in the forest, and to put them to throw fog automatically. I have a very basic fog machine and it has a controller with an on-off button, and nothing else, so if I want to be able to throw less fog, I have to use a dmx controller, and there is no way I can make interruptions with this machine, so I though I might be able to do all this with an arduino.
this is the fog machine:
this is the dmx controller that I have:
When using this fog machine with this controller, I pull up the master to the maximum, and control how much fog comes out with the fader 1.
What do you think would be the easiest attempt for this project?
So, it's pretty straightforward. There's only one channel/command... Makes sense... Set the fog-output between zero and maximum by sending 0-255 to channel 1 (at the address of the machine).
...I've never used DMX so I don't know what the actual command looks like, and it probably depends on the library you're using (assuming you're using a library).