Does this program also work on the ESP32 with a logic level shifter?
Hello,
I am currently doing a project and I want to use SK6812 LEDs. The main chip of the project will be an ESP32. Does this program also run on an ESP32 when I use a logic level shifter to boost the signal to 5V? If not I will have to use an ATMEGA328P chip talking to the ESP32 over a serial connection.
Hello, How are going your work with ESP32, SK6812 RGBW LEDs, and this library ? Did you manage to make it works ? I am trying to do it on an ESP8266 but I have the following issue (sorry some part are in french) :
In file included from C:\Users\myusername\AppData\Local\Temp\arduino_modified_sketch_312864\sketch_apr07a.ino:1: C:\Users\myusername\OneDrive\Documents\Arduino\libraries\Arduino_SK6812-master/SK6812.h:4:10: fatal error: util/delay.h: No such file or directory 4 | #include <util/delay.h> | ^~~~~~~~~~~~~~ compilation terminated. exit status 1 Erreur de compilation pour la carte Generic ESP8266 Module
I can't find any solution ... I would prefer to not use an other Atmega328p chip as I would like to use only 1 microC
I find a solution which is working with ESP8266, SK6812 RGBW : I have not noticed before but actually, there is an example named "RGBWstrandtest" in the Neopixels library which is working very well ! So problem solved !