DMDESP icon indicating copy to clipboard operation
DMDESP copied to clipboard

ESP32 Support

Open BodoMinea opened this issue 4 years ago • 2 comments

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

BodoMinea avatar Jan 02 '21 15:01 BodoMinea

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

busel7 avatar Jan 03 '21 02:01 busel7

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

kevensmiley avatar Apr 10 '21 06:04 kevensmiley