Hi.
I need to use QLC+ with Raspberry Pi 2 Model B. I have it already installed.
Now, I need to use a GPIO (anyone) to do a "GO", or "NEXT CUE".
I don't know how to configure it.
Can anyone help me, please?
Thanks a lot
QLC+, RASPBERRY PI, GPIO
- GGGss
- Posts: 3145
- Joined: Mon Sep 12, 2016 7:15 pm
- Location: Belgium
- Real Name: Fredje Gallon
In essence, a GPIO can be an input signal.
You have to configure its presence (in- output tab) and use this input inside a function. (function on VC + properties + input).
Be warned though that you need a rising flank of the GPIO signal, for QLC+ to detect its change in state. (off -> on = rise in flank = input; on -> off does nothing)
You have to configure its presence (in- output tab) and use this input inside a function. (function on VC + properties + input).
Be warned though that you need a rising flank of the GPIO signal, for QLC+ to detect its change in state. (off -> on = rise in flank = input; on -> off does nothing)
All electric machines work on smoke... when the smoke escapes... they don't work anymore
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Nitpick: it's "rising/falling edge", not "rise in flank"
QLC+ should configure the direction for you, but you need to use GPIOs "free" to use, not those with multiple meanings. See the connector diagram in the provided PDF.
IIRC in my experiments I used GPIO 18, so you need to use DMX channel 19
QLC+ should configure the direction for you, but you need to use GPIOs "free" to use, not those with multiple meanings. See the connector diagram in the provided PDF.
IIRC in my experiments I used GPIO 18, so you need to use DMX channel 19