Jump to content

Let’s talk about pixel tape....


bruce

Recommended Posts

  • Replies 35
  • Created
  • Last Reply

Top Posters In This Topic

Don`t know where the STM32 fits into the micro hierarchy, in a world where a basic 8 bit MCU can now be less than 10p :-0

If you have any direct links to libraries please add them, doc is editable

 

https://docs.google.com/spreadsheets/d/10pHG7_VIVltyqJK1Y0T5g3Iq6YJV2MnhMp3UcAVB-GA/edit#gid=1543805468

 

Few 8266 compatible projects there already.

 

ESP32 is likely to become popular,much more processing power than `66, onboard wifi, 18650 battery and OLED display for under a tenner.

 

Teensie appears to be popular choice for large pixel count projects.

 

Arjan`s bare metal programming on Allwinner H3 http://orangepi-DMX.org/

 

If looking at older libraries, just be aware of a subtle change in timing spec:

 

http://doityourselfchristmas.com/forums/showthread.php?51313-Has-WS2811-timing-changed

Link to comment
Share on other sites

So I’ve now got a few bits and pieces - some tape and an arduino - and more bits on order. Having fun already!

 

Next question - what’s the best way to power all this stuff?

 

I’ve already got lots of 12V “conventional" tape and controllers. For that, I’ve got a few 65W Meanwell “laptop-style” 12V supplies, which are ideal - each can drive about 5M of 5050 tape.

Having these style of PSUs also makes things simpler for PAT-testing purposes!

 

 

Pixel tape appears mainly to be in 5V variants, although there is some 12V.

 

At present, I’m driving 5V tape via a bench supply. There are plenty of industrial-style “open chassis” high current 5V supplies around, but these aren’t suitable for events unless properly boxed up.

 

So, several options:

 

1. Use 12V tape, and the existing type of power supplies. One downside of this is that I then need to think about 12V-5V converters to drive the arduino boards.

 

2. 5V tape, with a big 5V supply, boxed up, with multiple outputs.

 

3. 5V tape, with multiple small “laptop-style” PSUs.

 

4. Something else.

 

 

 

Any thoughts? What’s common practice elsewhere?

Link to comment
Share on other sites

12v pixel tape runs 3 leds per pix which makes it not suitable in a lot of situations.

 

The pro systems I have seen and worked on include a big 5v psu (usually meanwell type module) inside the driver case. If you want more tape / more power you just add more drivers.

Link to comment
Share on other sites

If you want to drive 'conventional' non-pixel LED tape with your Arduino you will need some MOSFETs to switch the power to the LEDs, as the Arduino can't directly switch the several Amps of power that the LEDs will use. This page tells you all you need to know about the hardware and software.

 

You could try using one of these handy little interfaces between your Arduino and your 12V LED tape. On the input side they have three opto-isolators, and the output of these drive three MOSFETs which switch the power to the LEDs.

 

You shouldn't need a dedicated 12V-5V converter to power your Arduino as it should have one fitted already! All of the pre-made boards, and the boards I designed myself have an LM7805 linear regulator to step the incoming DC voltage down to the 5 volts that the Arduino needs.

Link to comment
Share on other sites

yes looks like it (noting that it’s NOT suitable for pixel tape; but I think this is a tangent anyway? ) :) Edited by david.elsbury
Link to comment
Share on other sites

I often use 5V tape with an ATX PC power supply, mostly because I happen to have a few of them knocking about.

 

Note that they aren't always particularly stable with zero load on the 12V line, but that's easily sorted.

Link to comment
Share on other sites

12v pixel tape runs 3 leds per pix which makes it not suitable in a lot of situations.

 

Couple of variants 3 LEDs in series like a normal RGB tape with a driver IC also a variant with on board buck convertor on back of tape evry 300mm or so.

 

Most recent WS2815 is a 12V native pixel LED, internally the 3 LEDs are in series and are shorted out by fets, 12V supply still standard 5V WSXXXX data.

 

Big advantage on longer lengths, less power injection.

 

ATX PSUs for 5V and for massive 12V PSUs , HP Server supplies , popular with coin miners, get nice fused break out cards for them.

 

More compact to case Meanwell LRS series are very popular.

 

Amazon random no name PSUs can vary from OK to really scary.

 

Remember that data always needs a clean common ground.

Link to comment
Share on other sites

They`re on the Tacklind list Tim ;-)

 

TBH we are all wanting RGBAWUV 36V 24bit 2020 pixels, but not there yet.

 

Driving strategies are getting clever:

 

`4 pins 6000leds at 90fps using the new driver you can drive 8 strips from one pin of the esp32`

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.