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

ESP32 Support #1

Open
BodoMinea opened this issue Jan 2, 2021 · 2 comments
Open

ESP32 Support #1

BodoMinea opened this issue Jan 2, 2021 · 2 comments

Comments

@BodoMinea
Copy link

Hi, are you planning to add support for ESP32 to your library? It would be great to drive this panels with a bluetooth-capable microcontroller that´s similar to the ESP8266.

Thanks

@busel7
Copy link
Owner

busel7 commented Jan 3, 2021

yes, we are also planning to develop it to support esp32.

@kevensmiley
Copy link

Hello
I am relevant self taught with C++ coding
However, I have written code in Arduino IDE to run on a DMD screen 3 wide x 5 deep and controlling it via Bluetooth HC06
and an android app that I wrote (library DMD2) which is successful.
Now
it does not work using open source libraries as I believe it is a timing problem that I can not get my head around
The issue I have which worked prior is the apps as an example would send "T" joined to the actual text that was on the app screen
This would send the "T" which when received by the sketch it would go to a void Name() which would carry out the request but now nothing would be received. I have tried debugging it to see how the command goes and if it hasn't got the actual text in the sketch ..nothing happens.
If from the app I send "T" and in the stretch, it would have already text to send to the DMD it would work
So by my testing, it could be a timing problem which either doesn't see all the incoming or it is so quick that once it receives the first command it skips over the next???????????
hopefully, this makes sense
and maybe you can help
kevenG

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