Bluetooth Not Detected Running/GPIO issue

All the topics related to QLC+ on the Raspberry Pi
Post Reply
alexwhughes
Posts: 1
Joined: Wed Apr 06, 2022 9:30 am
Real Name: Alex Hughes

EDIT:

Details of issue/resolution cannot be provided.
Last edited by alexwhughes on Tue Apr 12, 2022 9:30 pm, edited 1 time in total.
User avatar
GGGss
Posts: 2732
Joined: Mon Sep 12, 2016 7:15 pm
Location: Belgium
Real Name: Fredje Gallon

[my opinion, which does not contribute ... What is it nowadays with everyone wanting to stream audio over Bluetooth? I don't like this solution. Pairing-state is always uncertain, the whole 'does it work'? No? Repair, etc etc /opinion off]
Sorry can help you with Bluetooth; this is not QLC+ related.

You have to configure your GPIO's as input, because default they are output. That has to be done system wise -> look for that topic in the provided .pdf.
Then you have to make sure that you use a pull up (or pull down) resistor in your circuit. Just using a switch, you go from 'unknown' to ground or high. You need a thru transition from high to low (or vice versa) before signals are read correctly.
First make sure you got the hardware right. (I used a programming tool for students to verify the true state of the GPIO's on another image-build BEFORE I started with the QLC+ image.)

Once you got this figured out, the programming will be a quicky.
All electric machines work on smoke... when the smoke escapes... they don't work anymore
Post Reply