You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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.
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?
The text was updated successfully, but these errors were encountered: