Brian Bulkowski
Brian Bulkowski
Thanks, this code comes from Yves, I'll check with him.
@ntwallace You can't set the FLAG_LEVEL to 4 or greater because the ESP-IDF framework doesn't allow C programs to run at those levels. This is documented https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/hlinterrupts.html . 1. "last...
@BorisKourt . I don't know what you could mean by "ghosting ahead". Ghosting is when you turn something (like a pixel) off, and it stays lit for a while, and...
Thanks, I'd like to get SPI working, but this looks like it's just an SPI file written for arduino to control LEDs. Any thoughts to integrate it would be helpful,...
The file that has to be replaced is the clockless_spi file in the platforms/esp/32 directory. If you have a file that works instead of the existing one, writing to the...
First, SPI _output_ is supported through bit-banging. Sure it'll be slow, but it saves pins. @lvorforce , how fast do you need to go? Second, the SPI _hardware_ support is...
I have tested the bit-bang APA102 code with the TinyPico (everyone said it would work but it's good to know). Next up is writing a quick shim to the ESP-IDF...
Hi @Pacheu . This sure sounds like the Olimex board is using a pin that you're trying to use. It looks like the EVB board is kinda tough because given...
Thanks for all that testing, but tell me, where can we go next? The RMT driver is specifically built to only use that one pin and attaches the RMT driver...
@Pacheu I had a think while I was sleeping, and want to confirm a fact. The I2S driver implementation DOES NOT impact the Ethernet use, it simply is wrong. If...