-
Notifications
You must be signed in to change notification settings - Fork 15
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
any news on ESP8266? #3
Comments
I never tried on a esp8266. |
I have this working with an ESP8266 (a wemos D1 Mini) just fine. It works great actually. The biggest difference was that I needed to set the pins to As long as the power supply (the frekvens one) isn't connected, I also have no problem re-programming it. Even when the power is connected to the panel. I usually re-program it with OTA which makes things even easier. |
#define p_ena 5 // D1 GPIO5 @ ESP8266 #define p_btn1 A0 // A0 (Adafruit Feather M0) - RED button (black wire) Tried it this way...but not successful. I am bad at translating arduino to esp. I guess I try a standard arduino to see if it works at all or if I have bricked something. using a Lolin |
Tried an arduino UNO and at least a Pixel,is lighting up - when I remove 3,3v pin and reinsert the sparkle animation goes one step forward.. something is wrong - the buttons don‘t have an effect. |
It works nicely on a NodeMCU ESP8266 Board without any problem. An example below: And wire to these pins: And the brightness: |
Hey!
Did you manage to get it working on a esp8266? Tried it but I failed ... don't have 3,3V arduinos unfortunatley. Also I saw it's not easy because ESP only got 1 analog in - guess I gotta find my ESP32 which has two?
Cheers
The text was updated successfully, but these errors were encountered: