Search found 4 matches

by khairnardm
Mon Nov 02, 2020 4:22 pm
Forum: General Discussion
Topic: ESP32 idf library (using i2s or SPI) for ws2812.[Solved]
Replies: 4
Views: 7349

Re: ESP32 idf library (using i2s or SPI) for ws2812.

Ok, I found one code for I2S ws2812 which is for Arduino and in CPP. so I ported this code of IDF in C. and it is working fine but got another problem. when there is some BLE operation going its flickers some led. here is the code https://github.com/8-DK/ESP32_I2S_WS2812_idf. I have also added this ...
by khairnardm
Sun Nov 01, 2020 3:05 pm
Forum: General Discussion
Topic: ESP32 idf library (using i2s or SPI) for ws2812.[Solved]
Replies: 4
Views: 7349

Re: ESP32 idf library (using i2s or SPI) for ws2812.

I have changed that to #define LED_NUMBER 12 and it can control 12 LEDs. But is it possible to control 24 LEDs? I can't find any other library like this. I need just two functions initLED() and setColor().
by khairnardm
Tue Oct 27, 2020 7:22 pm
Forum: General Discussion
Topic: ESP32 idf library (using i2s or SPI) for ws2812.[Solved]
Replies: 4
Views: 7349

ESP32 idf library (using i2s or SPI) for ws2812.[Solved]

Hi, I am looking for an esp32 library that should work on the I2S peripheral for the WS2812 RGB LED. I have tried the library with RMT peripheral but it flickers a lot. I have tried this library https://github.com/vunam/esp32-i2s-ws2812 which works on I2s peripheral but it can only drive 12 LEDs and...
by khairnardm
Thu Mar 14, 2019 5:05 pm
Forum: ESP-IDF
Topic: ESP32 with ENC28J60 Ethernet Module
Replies: 7
Views: 42370

Re: ESP32 with ENC28J60 Ethernet Module

I have ported Arduino ENC28j60 EtherCard library to work with ESP32 you can check here https://github.com/8-DK/EtherCard.