#Phidget LED controller compatibility

1 messages ยท Page 1 of 1 (latest)

sage summit
#

Hi All, does anyone know if the Phidget LED 64 Advanced is compatible with mobi? Im assuming not. Also is it something it maybe worth a developer adding?

Thanks

rancid stump
#

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. ๐Ÿ™‚

stiff gust
sage summit
rancid stump
#

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. ๐Ÿ™‚

sage summit
#

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?

stiff gust
#

We already support output shift registers and there are plenty of LED driver chips out there that function as shift registers.

slate fableBOT
sage summit
#

Ohhh I'm dumb how did I forget about shift registers ๐Ÿ˜‚

thin basin
#

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.

sage summit
#

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?

vapid crown
#

2xDM13A daisy chained x 6 chains = 192 Leds on one arduino board using up 18 pins.

sage summit
#

A single arduino can power that?

vapid crown
#

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.

sage summit
#

Presumably power is input into these chips at somepoint?

#

Right OK I see, are wiring diagrams fairly common for this.

vapid crown
#

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.

sage summit
#

Oh right intersting, thanks

thin basin
#

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

sage summit
#

Indeed, I shall do some research

vapid crown
#

My biggest consideration for a Led driver like DM13A is not having to install a resistor in each led.