Search found 3 matches

by maker2024
Wed Jan 31, 2024 8:20 pm
Forum: General Discussion
Topic: Is it impossible to use TLC5955 with ESP32 specs?
Replies: 3
Views: 787

Re: Is it impossible to use TLC5955 with ESP32 specs?

When the brightness setting was 3, it was 15mA. Setting the brightness setting to 7 will turn on the light at maximum brightness. As usual, the following error occurs, so the light turns on and turns off automatically after about 3 seconds. E (1794) ledc: requested frequency and duty resolution can ...
by maker2024
Wed Jan 31, 2024 6:44 pm
Forum: General Discussion
Topic: Is it impossible to use TLC5955 with ESP32 specs?
Replies: 3
Views: 787

Re: Is it impossible to use TLC5955 with ESP32 specs?

Thank you for your reply. analogWriteFrequency(_gsclk, gsclk_frequency); gsclk_frequency is the Library's default value of 2500000. An error will occur with this value. In the TLC5955 spec table, it is 33MHz. If I set it to 1000000, the error disappears, but the working frequency of the LED is too s...
by maker2024
Tue Jan 30, 2024 8:15 am
Forum: General Discussion
Topic: Is it impossible to use TLC5955 with ESP32 specs?
Replies: 3
Views: 787

Is it impossible to use TLC5955 with ESP32 specs?

I would like to connect TLC5955 to ESP32 and light the LED with TLC5955. However, an error occurs and the LED turns off automatically. Is it because of the ESP32 specs? How can I improve it? Use this Library in your Android IDE. https://github.com/zackphillips/TLC5955 tlc5955 datasheet https://www.t...