Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 Wemos to get more ports. Is it possible ? #11

Open
etakeo opened this issue May 4, 2023 · 3 comments
Open

2 Wemos to get more ports. Is it possible ? #11

etakeo opened this issue May 4, 2023 · 3 comments

Comments

@etakeo
Copy link

etakeo commented May 4, 2023

Hi, first of all, thanks for this great work. I got it working pretty well. This is wonderful. I'm now upgrading my back panel to one with higer density and planinng add a Stern (Fire) Button. I'm getting out of memory messege when trying to flash a code with #define MaxLedsPerStrip = 2048. So I'd like to know if is it possible to use 2 Wemos at the same time to get more possibilities and more ports ? How can I handle with Cabint.xml with different COM ports for each board ?

@vakaobr
Copy link
Contributor

vakaobr commented May 4, 2023

Hey hey,

I'm kinda interested in a setup like that also, probably @Vroonsh or @yoyofr are the ones with more knowledge if something like this are possible or not.

@Vroonsh
Copy link
Collaborator

Vroonsh commented May 4, 2023

Hey !!
Yup the max on a Wemos D1 Pro is ~1200 for MaxLedsPerStrip

I think it's totally possible to have several Wemos.
Just duplicate the WemosD1MPStripController Descriptor in your cabinet.xml file, changing the name and setting the second one to another Com port.
You'll also need to correctly setup all NumberOfLedsStrip#num value in the new controller, matching what you've connected to it.
Then redirect each ledstrip attached to the second Wemos by changing the OutputControllerName value and FirstLedNumber (of course Width & Height).
It's mainly redoing the same setup you did on the first one but on the second :).
It should work.

@etakeo
Copy link
Author

etakeo commented May 4, 2023

ow, This is good Vroonsh !

I will have a try with 2 wemos to qet more ports.

thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants