Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this program also work on the ESP32 with a logic level shifter? #4

Open
hugovantriet opened this issue Dec 3, 2021 · 2 comments

Comments

@hugovantriet
Copy link

hugovantriet commented Dec 3, 2021

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.

@RomainBayart
Copy link

RomainBayart commented Apr 7, 2022

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

@RomainBayart
Copy link

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants