Searching for big size outdoor LED panels

Hi,

I'm searching for big size outdoor LED panels.

I've found a project on the YouTube using P10 panels, and thought of using a daisy chain set of multiple P10s.

I want to get a size of 2 meters width x 50cm height.

So my question is there a better size than P10 ?

I found this one which is exactly what I want, almost the exact dimensions.

https://www.aliexpress.com/item/32371171679.html?gatewayAdapt=glo2ara

But it's very expensive. If I do it myself it would be much cheaper.

Any other recommendations and suggestions are welcome :slight_smile:

It will be 18 (6x3) P10 modules 32x16 pixels each.

The price of one module is about $15-20, so the 18 panels will be about $300-400. But additionally you will need power supplies ( about 3-15A for each panel), the cables, the cabinet and software.
So I don't think you can win much, but it will take a lot of work.

I wrote software for such panels, I have my own library for this.

Thank you very much, so P10 is the way to go.

The cost is important, but maybe I can lower the size a bit.

Yes, please share me anything you've done, schematics, code, ... etc.

DMD_STM32 STM32duino library for monochrome and RGB led panels

Thanks man :slight_smile: really appreciate it.

I did a quick decrease in the size, I concluded to use P10x15 --> 5 in width and 3 in height.

Next step is to design a water proof frame from rain.

In regard to power, isn't it enough to use one of those DC power supplies with high wattage ?

Like this one:

https://www.aliexpress.com/item/1005001626749980.html?spm=a2g0o.productlist.0.0.22584c651x9g0a&algo_pvid=5f600368-4b78-47ae-b9e6-693d9c85169d&algo_exp_id=5f600368-4b78-47ae-b9e6-693d9c85169d-0&pdp_ext_f=%7B%22sku_id%22%3A%2212000027827151328%22%7D&pdp_npi=2%40dis%21SAR%2118.43%210.04%21%21%21%21%21%402100bde316613398877535467e1dd1%2112000027827151328%21sea&curPageLogUid=I1aOodUCt5Ri

They have multiple range of power from 5V/10W up to 5V/480W.

There are many other libraries
for example

Do you think for the size I mentioned, an Arduino nano would be enough ?

Because I noticed you've done your project with STM32.

yes, of course
When I said "for each panel" I meant power requirements "3-15A for each panel" and not the separate supply for every module.

Right on my man :+1:

I dont think so
But I haven't done it on an AVR for a long time. Each panel requires 64 bytes buffer, that is, 15 panels - almost 1K already. And if you want double buffering, then the memory on the Nano is not enough.
And there will be speed issues. You probably want to show not only static text, but a running line, and update it over the network or modbus ...

There are some different libraries for these matrices on different types of boards, it’s better not to take Nano/Uno and even Mega

OK, important point.

I'm actually planning to show static text, and change the info whenever there's a change in the system readings.

The project is about car parking counting system for college parking areas.

There is one main entrance and two parking lots on the right and left.

The parts I'm planning to use:

  1. STM32 or ESP32 controller
  2. P10x15
  3. 5V power supply with required wattage
  4. Sensors to sense the cars movement

There are probably three locations to put these signs so maybe I will need to buy 3x the parts listed above.

Keep in mind that these panels of different colors are compatible with each other, that is, you can make part of the scoreboard green, and part red, etc.

Panel in the image used only monochrome modules:

Good point. Thanks man :slight_smile:

I've started searching for prices starting with the P10 modules and it's pretty expensive on Aliexpress.

I also found this complete set with the power supply and the controller for $726:

https://www.aliexpress.com/item/1005002085064425.html?spm=a2g0o.cart.0.0.6df138daOqR9lg&mp=1

I don't know if I can re-program the controller to what I want, and also I want to attach sensors to the system.

Spec:
Module Pixel Pitch: 3.91mm(4.81mm)
Resolution: 128X256 pixels(104X208 pixels)

Note that these are panels with a small pitch and as a result, there are much more dots on the same size
You will need a more powerful controller

The set in the link contain all the parts: controller, frame, led modules and power supply.

My concern is that would I be able to re-program the controller, and connect other parts to the system ?

I'm contacting sellers now on Alibaba if I can get better deals.

This is what I want to do:

image

This panel doesn't have a controller. It equipped with receiving card HUIDU HD-R512T.
As far as I understand, this card can only receive a ready-made picture over the network. To create an image, you need some additional blocks.
But this is out of my competence, I did not work with ready-made controllers

Deducing from letters in the panel - what country is it?
I have a friend in Poland who deals with similar panels

No, I want to do it in English, I just picked this picture as an example.

But the language doesn't matter, right ? because it's a dot matrix, so writing anything will be to set arrays to shape anything on the LED panel.

I have the famous Arduino dot matrix module running with MAX7219, so I think the P10 works the same, correct me if I'm wrong here.

In general yes, but writing text with fonts is more effectively than in bare bytes, so the language or, more specifically, the symbol table matters.

Technically this cases are rather different