Replies: 6 comments
-
Thanks for the kind words! Could you tell me more about the problem you are running into? This library should work with ESP32-S2. I am able to successfully build it for the S2 though I can't see if there are any runtime errors because I do not own an S2 myself. Also, you should keep in mind that I haven't officially released v3.1 just yet. I am currently testing the current branch before officially releasing it. When I am ready to release a stable version, I will publish a tagged commit and the library will be available on the Arduino and PIO library managers. |
Beta Was this translation helpful? Give feedback.
-
yeah great work. i'm working on custom board with ESP32-S2FNR4R2 for build responder, for test i use Enttec DMX USB PRO MK2. when programming the output console show when i try to debug the PC fall immediatly in panic if i go back on commit of lib (for example 15 jun 2023) |
Beta Was this translation helpful? Give feedback.
-
Thank you! I've opened issue #82 to track this problem! I've ordered an ESP32-S2 to do some testing. I am, however, in the middle of moving across the country so it may be a while before I am able to solve this problem. |
Beta Was this translation helpful? Give feedback.
-
Just checking - do you get this error when you receive DMX data? |
Beta Was this translation helpful? Give feedback.
-
yes, in the last release the error occurs immediately. the code not start. |
Beta Was this translation helpful? Give feedback.
-
Interesting. My ESP32-S2 arrived in the mail and I was able to flash it with the latest commit on the release/v3.1 branch. I've already packed my soldering iron, so I haven't tried testing to see if it responds to RDM, but it compiles and waits for RDM data without crashing. Maybe you can try the latest commit in the release/v3.1 branch and see if it works now? I have searched for the error code you're getting but I haven't found any useful information. |
Beta Was this translation helpful? Give feedback.
-
Hi Mitch,
first of all thanks for your work!
I'm trying, in very optimistic vay, to use the library with ESP32-S2 without success (v3.1).
Will the library be compatible with these devices in the future?
or am I making some mistake.
thanks
Federico
Beta Was this translation helpful? Give feedback.
All reactions