#Phidget LED controller compatibility
1 messages ยท Page 1 of 1 (latest)
Explain what it is, what it does and what chip it has on board. Don't leave us guessing or go ogling for basic info. ๐
I assume you mean this board: https://www.phidgets.com/?prodid=1024. We do not support it, and I can't see us spending time adding support for something that costs $78.
This Phidget uses current control to adjust the brightness of up to 64 LEDs.
Hi @stiff gust @rancid stump sorry I thought it was a well know device in the sim world, yea that is correct
Maybe in racing sim, not here. ๐
I mean, there might be people using it but not with Mobiflight.
Mobiflight's main idea is to use widely available and cheap components so everyone can afford building both, very simple, generic panels as well as the entire cockpits ๐
It is however impossible to support high variety of the hardware and there is a simple reason for that. There are too many of them. ๐
Yea I get there are so many options but how else do people control a large number of indicator lights? I did a project and used a large number or relays which cost about the same as just buying a phidget.
I may be wrong but would've thought that would be a usefull addition, control including brightness for a large number of leds?
We already support output shift registers and there are plenty of LED driver chips out there that function as shift registers.
Check out this wiki page for information on using output shifters with MobiFlight: Controlling LEDs with an output shift register
Ohhh I'm dumb how did I forget about shift registers ๐
and well, a mega has quite a few pins. Use the pwm pins for lights and others for switches, and use as many megas as you need. If you want more leds as there are more regular than owm-capable pins, then add shift registers.
Dont limit your thinking into one Arduino. The idea is you can have as many arduinos as you need. There is no reason to try to stuff everything into one.
you can also just regulate ground for all leds with a N-type FET since you likely want to dim all warning lights together.
I'm building a tornado and the cwp has like 80 lights itself, just seems a bit mad having like 10 arduinos for 1 panel, ofcoure reduced by shift registers but doesn't power output from the arduino become an issue?
2xDM13A daisy chained x 6 chains = 192 Leds on one arduino board using up 18 pins.
A single arduino can power that?
Of course not
You need external power
The DM13A is a constant current sink so all leds can receive external power and sink to GND via the led driver chip.
Presumably power is input into these chips at somepoint?
Right OK I see, are wiring diagrams fairly common for this.
The chips themselves can be powered by the arduino, but not the leds.
I have seen several diagrams. The one from Simvim comes up frequently.
You can get creative and for example increase the voltage to 7v and power two leds in series for any double led annunciator.
Oh right intersting, thanks
yeah that warning lights panel is kinda special case, and especially if you plan to light most of them up at the same time, you want external power, and a led driver makes lot of sense
Indeed, I shall do some research
My biggest consideration for a Led driver like DM13A is not having to install a resistor in each led.