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

esp_dmx on ESP-IDF 5.1 not work? #83

Closed
habablaxe opened this issue Jul 27, 2023 · 3 comments
Closed

esp_dmx on ESP-IDF 5.1 not work? #83

habablaxe opened this issue Jul 27, 2023 · 3 comments
Labels
question Further information is requested

Comments

@habablaxe
Copy link

examples\idf_write
default setting
if i compile on ESP-IDF 4.4.5 - all work! the device connected to the esp32 is receiving a DMX signal
if i compile on ESP-IDF 5.1 - the device is not receiving a signal ((
any ideas?

@habablaxe
Copy link
Author

i downgraded the ESP-IDF version to:
5.0.3 - not work,
5.0.0 - not work,
4.4.4 - work!
Сan i get your sdkconfig file for version 5, maybe some default options are not enabled?

@someweisguy
Copy link
Owner

someweisguy commented Aug 7, 2023

Apologizes for the delay on this! I am currently moving across the country so my access to internet is spotty.

I am surprised to see that you're having issues with ESP-IDF v5.0.0. The latest tagged commit, v3.0.3-beta should work on IDF v5.0.0 but not IDF v5.1.

Before I packed up my ESP32 hardware, I was testing the latest commit on branch release/v3.1 on ESP-IDF v5.1. It appeared to be mostly working. Perhaps you can switch to that branch and try the latest version of ESP-IDF? The default sdkconfig should work.

@someweisguy someweisguy added the question Further information is requested label Aug 7, 2023
@habablaxe
Copy link
Author

IDF v5.1
release/v3.1
idf_write.c
for me (I only need to write DMX) everything works, but there seems to be a problem when receive #86

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

No branches or pull requests

2 participants