Search found 5 matches

by Mav63
26 Dec 2022, 13:18
Forum: ESP Easy: General Discussion
Topic: NeoPixel (basic) not working
Replies: 5
Views: 1326

Re: NeoPixel (basic) not working

Ath wrote: 26 Dec 2022, 13:00 Is the Initial brightness set to a value > 0, as 0 will cause that level of brightness: 0 :shock:
Stupid me!!!

Thank you so much for the hint!!!!
by Mav63
26 Dec 2022, 12:27
Forum: ESP Easy: General Discussion
Topic: NeoPixel (basic) not working
Replies: 5
Views: 1326

NeoPixel (basic) not working

Merry Christmas to all. I like to use the free time this christmas to extend my environment with some WS2812 RGB LEDs controlled by espeasy on a nodemcu board. Unfortunately I do not get it to work. I searched for hours now... each how to looks simple... but not here :cry: I use ESP_Easy_mega_202212...
by Mav63
19 Feb 2019, 12:17
Forum: ESP Easy: Hardware
Topic: ESP Easy 0.96" OLED set contrast with a button on NodeMCU
Replies: 3
Views: 2886

Re: ESP Easy 0.96" OLED set contrast with a button on NodeMCU

Solved with a Dummy device... But need to press push button sometimes multiple time to get effect. My rules: On Button#Switch=toggle do IF [Dummy#Wert1]=1 OLEDFRAMEDCMD,medium TaskValueSet 4,1,2 ELSE IF [Dummy#Wert1]=2 OLEDFRAMEDCMD,high TaskValueSet 4,1,3 ELSE OLEDFRAMEDCMD,low TaskValueSet 4,1,1 E...
by Mav63
18 Feb 2019, 16:21
Forum: ESP Easy: Hardware
Topic: ESP Easy 0.96" OLED set contrast with a button on NodeMCU
Replies: 3
Views: 2886

Re: ESP Easy 0.96" OLED set contrast with a button on NodeMCU

Thank you so much! It is working!! So now I am facing next challenge: Am I able to find the current setting on contrast? This is because I like to use the push button to toggle between the states (on-high; on-med; on-low; off). Therefore I need to know the current state to choose the one I like to f...
by Mav63
17 Feb 2019, 15:22
Forum: ESP Easy: Hardware
Topic: ESP Easy 0.96" OLED set contrast with a button on NodeMCU
Replies: 3
Views: 2886

ESP Easy 0.96" OLED set contrast with a button on NodeMCU

Hello everybody, I run current ESP Easy on a NodeMCU (LoLin V3) with an DHT22 and a 0,96 OLED connected. Everything works fine so far. I am able to set the display contrast through the web interface. Now it would be great, if I am able to connect a switch which goes through the states (i.e. "On...