Good day
I recently bought DMX controller BitWizard for Raspberry
I wanted to do:
1.Connect the controller to the raspberry pi.
2. Install on raspberry pi QLC +
3. Connect DMX lamp
4. And control the light with QLC +
Possible problems.
1. I connect incorrectly
2. The controller does not work
3. I do not use it correctly QLC+
Please watch my video. Did I connect correctly?
https://drive.google.com/open?id=1PB8AG ... hroXbiSCcH
It does not work for me.
I ask you to help. I am sure that it will take you no more than one minute.
Thanks in advance
QLC + and DMX controller BitWizard for Raspberry not work. Please help me
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
4. Read the documentation in the PDF I sent. Bitwizard configuration is there.Possible problems.
1. I connect incorrectly
2. The controller does not work
3. I do not use it correctly QLC+
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
The PDF is available to those who donated for the official QLC+ on the RPi image.
However the information you're looking for is public...if you search for it....
https://bitwizard.nl/wiki/Dmx_interface ... spberry_pi
Code: Select all
#!/bin/sh
# set_dmx_mode
if [ $# -lt 1 ] ; then
echo 'on or off?'
exit 1
fi
if [ ! -d /sys/class/gpio/gpio18 ] ; then
echo 18 > /sys/class/gpio/export
fi
echo out > /sys/class/gpio/gpio18/direction
echo $1 > /sys/class/gpio/gpio18/value
-
- Posts: 11
- Joined: Sat Feb 23, 2019 12:38 pm
- Real Name: Sergey
Good day.
I installed QLC on Rasspberry exactly as described in the manual.
Please watch my video
https://drive.google.com/file/d/112Lrqz ... sp=sharing
Everything starts
1. I created a little light scene.
2. Launched it through the web interface.
3. Saved the file as autostart on raspberry
After restarting, the controller turns on, the program turns on, and the light scene does not turn on.
Please tell me how to make the light scene turn on automatically.
I installed QLC on Rasspberry exactly as described in the manual.
Please watch my video
https://drive.google.com/file/d/112Lrqz ... sp=sharing
Everything starts
1. I created a little light scene.
2. Launched it through the web interface.
3. Saved the file as autostart on raspberry
After restarting, the controller turns on, the program turns on, and the light scene does not turn on.
Please tell me how to make the light scene turn on automatically.
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
You need to set also an "autostart function". Green flag icon in Function manager.
Discussed in these forums nearly a million times.
Discussed in these forums nearly a million times.
- u4cigam
- Posts: 14
- Joined: Sat Jun 02, 2018 7:00 pm
- Real Name: Ivan Formosa
One of the micro USB cables you have connected is not necessary. The DMX board is powered from the pi. You can also power the pi through the DMX board by supplying power to the micro USB on the BitWizard interface. However, I don't think this is your main problem.
It seems to me that your light is not set to operate in DMX mode. Check the documentation for your lighting fixture and set the DMX address accordingly. Then make sure that the address for that fixture in QLC+ matches.
It seems to me that your light is not set to operate in DMX mode. Check the documentation for your lighting fixture and set the DMX address accordingly. Then make sure that the address for that fixture in QLC+ matches.
-
- Posts: 1
- Joined: Tue Apr 02, 2019 7:06 am
- Real Name: ankush
Great video thanks for sharing.well donezuboches wrote: ↑Thu Mar 21, 2019 7:43 pm Good day.
I installed QLC on Rasspberry exactly as described in the manual.
Please watch my video
https://drive.google.com/file/d/112Lrqz ... sp=sharing
Everything starts
1. I created a little light scene.
2. Launched it through the web interface.
3. Saved the file as autostart on raspberry
After restarting, the controller turns on, the program turns on, and the light scene does not turn on.
Please tell me how to make the light scene turn on automatically.