QLC + and DMX controller BitWizard for Raspberry not work. Please help me

All the topics related to QLC+ on the Raspberry Pi
Post Reply
zuboches
Posts: 11
Joined: Sat Feb 23, 2019 12:38 pm
Real Name: Sergey

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
zuboches
Posts: 11
Joined: Sat Feb 23, 2019 12:38 pm
Real Name: Sergey

help me please.
how to install qlc with autoload

I really hope someone will help me
User avatar
mcallegari
Posts: 4483
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

Possible problems.

1. I connect incorrectly
2. The controller does not work
3. I do not use it correctly QLC+
4. Read the documentation in the PDF I sent. Bitwizard configuration is there.
njursten
Posts: 3
Joined: Sat Aug 18, 2018 9:24 pm
Real Name:

Hi,
Is the PDF available online? Also having trouble with a BitWizard shield + Raspberry2.
User avatar
mcallegari
Posts: 4483
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

njursten wrote: Sat Mar 02, 2019 3:55 pm Is the PDF available online? Also having trouble with a BitWizard shield + Raspberry2.
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
zuboches
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.
User avatar
mcallegari
Posts: 4483
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.
u4cigam
Posts: 6
Joined: Sat Jun 02, 2018 7:00 pm
Real Name: Iaan Flint

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.
tripathiankush
Posts: 1
Joined: Tue Apr 02, 2019 7:06 am
Real Name: ankush

zuboches 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.
Great video thanks for sharing.well done :)
Post Reply