Search found 1 match

by Bitscat
Thu Feb 23, 2023 4:15 am
Forum: ESP-IDF
Topic: 74HC595 Bit angle modulation (BAM) on ESP32 IDF SDK
Replies: 0
Views: 1018

74HC595 Bit angle modulation (BAM) on ESP32 IDF SDK

I'm working on ESP32 + 74HC595, i want to use BAM(Bit angle modulation) to control the brightness of each LED at output 74HC595. I'm trying with SPI + LEDC, but LEDC is not "fast state change", so I still see the LED blinking. It also takes up a lot of CPU processing time. So i think DMA + SPI is be...