Search found 173 matches: RGB-LED

Searched query: rgb-led

by M*I*B
26 Mar 2024, 16:17
Forum: ESP Easy: Projects / Applications
Topic: Counting time, calculate and display?
Replies: 143
Views: 2542

Re: Counting time, calculate and display?

... grrr ... :evil: Momentary switches with DUO or RGB - LED are exorbitant expensive... :cry: On... Plan B... I will use a momentary with a white or blue ...
by Rini52
17 Apr 2023, 14:41
Forum: ESP Easy: Software
Topic: Failed to build "normal" in new release. 2023(deque)
Replies: 31
Views: 3763

Failed to build "normal" in new release. 2023(deque)

... |-- Adafruit TCS34725 @ 1.0.1 |-- ESP8266_SSD1306 @ 3.2.7 |-- CHT16K33 LED Matrix Library @ 0.0.1 |-- LiquidCrystal_I2C |-- MD_MAX72XX @ 3.3.0 |-- MD_Parola @ 3.5.6 |-- MFRC522 |-- SparkFun APDS9960 RGB and Gesture Sensor @ 1.4.2 |-- SparkFun_AS7265x |-- XPT2046_Touchscreen |-- ...
by M*I*B
11 Jan 2023, 12:01
Forum: ESP Easy: Hardware
Topic: NeoPixel (WS2812b) stability
Replies: 15
Views: 2036

NeoPixel (WS2812b) stability

... hardware to go future with my other projects I play around with a 2812 RGB-stripe. For now any because my wife like that also (great! Some thing to upper the WAF) I have just create a simple clock with 12 LED's. I use a S07S for that with the last 1M VCC-build. The stripe have it's ...
by Mav63
26 Dec 2022, 12:27
Forum: ESP Easy: General Discussion
Topic: NeoPixel (basic) not working
Replies: 5
Views: 1311

NeoPixel (basic) not working

... 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 ...
by Ath
10 Nov 2022, 11:44
Forum: ESP Easy: General Discussion
Topic: simplified rules Neopixel
Replies: 19
Views: 3125

Re: simplified rules Neopixel

... fully understand the color codes if you put it this way: NeoPixelHSV,<led nr>,<hue>,<saturation>,<value> I switched to using HSV colors in my code, ... just explained how they work, it wouldn't be correct to use the default RGB commands as then it will not match your expected colors. And the NeoPixel ...
by TD-er
10 Nov 2022, 10:42
Forum: ESP Easy: General Discussion
Topic: simplified rules Neopixel
Replies: 19
Views: 3125

Re: simplified rules Neopixel

That's the difference between "color spaces" RGB is basically how the LEDs are addressed. You have some amount of R, some ... and white and all shades of grey inbetween. In terms of paint, this is called a "tint". (e.g. pastel tint) The V(value) is just the amount of ...
by igorka
09 Nov 2022, 15:41
Forum: ESP Easy: General Discussion
Topic: simplified rules Neopixel
Replies: 19
Views: 3125

Re: simplified rules Neopixel

... delete my previous post?I created three variables to control the RGB tape, let,1; let,2; let,3.I need the Mqtt protocol to send values and ... On System#Boot do NeoPixelAll,0,0,0 let,1,0 let,2,0 let,3,0 endon On Led#hu do logentry,"MQTT import hu: let,3,[int#1]" NeoPixelAll,[int#1],[int#2],[int#3] ...
by Oetsch
06 Jan 2022, 11:13
Forum: ESP Easy: Projects / Applications
Topic: Bluetooth presence detection?
Replies: 6
Views: 10021

Re: Bluetooth presence detection?

... M5stack Atom lite as ESP32 scanner device because there is a housing, a RGB LED and a button already included. The LED and button is sth. which can be used very comfortably ...
by Pi57
15 May 2021, 09:06
Forum: ESP Easy: Software
Topic: First build
Replies: 13
Views: 6819

Re: First build

... <WiFi> 1.0 |-- <WiFiClientSecure> 1.0 | |-- <WiFi> 1.0 |-- <CHT16K33 LED Matrix Library> 0.0.1 | |-- <Wire> 1.0.1 |-- <Adafruit MPR121> 1.0.0 | |-- <Wire> 1.0.1 |-- <SparkFun APDS9960 RGB and Gesture Sensor> 1.4.2 | |-- <Wire> 1.0.1 |-- <TinyGPSPlus> 1.0.2 |-- <Adafruit ...
by mackowiakp
04 May 2021, 18:09
Forum: ESP Easy: Software
Topic: ESP82xx_mega-20210503 WiFi problem
Replies: 55
Views: 17145

Re: ESP82xx_mega-20210503 WiFi problem

... disabled, set 1st controller // defaults #define DEFAULT_CONTROLLER_ENABLED true // Enable default controller by default // using a default template, ... // #define USES_P049 // MHZ19 // #define USES_P050 // TCS34725 RGB Color Sensor with IR filter and White LED // #define USES_P051 // AM2320 ...
by rmhoutz
16 Apr 2021, 19:29
Forum: ESP Easy: Software
Topic: Plugin 133 VL53L0X I2C Ranging LIDAR
Replies: 23
Views: 12922

Re: Plugin 133 VL53L0X I2C Ranging LIDAR

... disabled, set 1st controller // defaults #define DEFAULT_CONTROLLER_ENABLED true // Enable default controller by default #define DEFAULT_CONTROLLER_USER ... // #define USES_P049 // MHZ19 // #define USES_P050 // TCS34725 RGB Color Sensor with IR filter and White LED // #define USES_P051 // AM2320 ...
by Grumpf
28 Feb 2021, 16:37
Forum: ESP Easy: Software
Topic: Build feature request
Replies: 15
Views: 8156

Re: Build feature request

... disabled, set 1st controller // defaults #define DEFAULT_CONTROLLER_ENABLED true // Enable default controller by default #define DEFAULT_CONTROLLER_USER ... // #define USES_P049 // MHZ19 // #define USES_P050 // TCS34725 RGB Color Sensor with IR filter and White LED // #define USES_P051 // AM2320 ...
by owe
28 Jan 2021, 00:11
Forum: ESP Easy: General Discussion
Topic: Try send commands.
Replies: 28
Views: 10544

Re: Try send commands.

Hi guys! I spend my time 3 days) How I can Send mqtt to RGB-Strip? I need use 2 plugins with 2 led strips. Thks you frends! Plugin is https://github.com/letscontrolit/ESPEasyPluginPlayground/blob/master/_P142_RGB-Strip.ino ...
by owe
23 Jan 2021, 02:53
Forum: ESP Easy: General Discussion
Topic: Try send commands.
Replies: 28
Views: 10544

Try send commands.

Hi guys! Please help me, I try send mqtt to espeasy mega all night. How did that? I want build rgb led strip (not adress), but esp not accept commands. thks!
by TD-er
17 Dec 2020, 16:32
Forum: ESP Easy: Software
Topic: SD support compilation errors
Replies: 37
Views: 26588

Re: SD support compilation errors

... // Level // #define USES_P022 // PCA9685 #define USES_P023 // OLED // #define USES_P024 // MLX90614 #define USES_P025 // ADS1115 #define ... // #define USES_P049 // MHZ19 // #define USES_P050 // TCS34725 RGB Color Sensor with IR filter and White LED // #define USES_P051 // AM2320 ...
by Rub87
17 Dec 2020, 00:03
Forum: Experimental
Topic: ‘Driverless’ rgb floodlight from aliexpress
Replies: 3
Views: 24233

Re: ‘Driverless’ rgb floodlight from aliexpress

The leds are designed to stay on 100% duty yes. the amount of leds and series resistors onboard balance each color at 70 mA. I am unsure what the led type is but I measured this with the factory fitted controller at full brightness ...
by TD-er
16 Dec 2020, 23:05
Forum: Experimental
Topic: ‘Driverless’ rgb floodlight from aliexpress
Replies: 3
Views: 24233

Re: ‘Driverless’ rgb floodlight from aliexpress

Just one question that immediately comes to mind.
What will happen if the LED of the optocoupler stays on (e.g. the controller no longer sends a PWM, but remains in 1 state) ?
Will these relatively high power LEDs keep burning at max. power?

Not sure if they are designed to do so.
by tparvais
16 Dec 2020, 11:58
Forum: ESP Easy: Software
Topic: SD support compilation errors
Replies: 37
Views: 26588

Re: SD support compilation errors

... // Level // #define USES_P022 // PCA9685 #define USES_P023 // OLED // #define USES_P024 // MLX90614 #define USES_P025 // ADS1115 #define ... // #define USES_P049 // MHZ19 // #define USES_P050 // TCS34725 RGB Color Sensor with IR filter and White LED // #define USES_P051 // AM2320 ...
by Spoff
13 Dec 2020, 21:53
Forum: ESP Easy: Software
Topic: ESP32 custom build fails
Replies: 14
Views: 8817

Re: ESP32 custom build fails

... set 1st controller // defaults //#define DEFAULT_CONTROLLER_ENABLED true // Enable default controller by default //#define DEFAULT_CONTROLLER_USER ... // #define USES_P049 // MHZ19 // #define USES_P050 // TCS34725 RGB Color Sensor with IR filter and White LED // #define USES_P051 // AM2320 ...
by ThomasB
06 Dec 2020, 18:56
Forum: ESP Easy: Projects / Applications
Topic: CO2-measurement with MH-Z19b / Neopixel / 7 segment display
Replies: 5
Views: 13505

Re: NeoPixelLine ??

... See snippet excerpt below. // List of commands: // (1) NeoPixel,<led nr>,<red 0-255>,<green 0-255>,<blue 0-255> // (2) NeoPixelAll,<red 0-255>,<green ... led nr>,<red 0-255>,<green 0-255>,<blue 0-255> // Usage: // (1): Set RGB Color to specified LED number (eg. NeoPixel,5,255,255,255) // (2): Set ...
by martinus
07 Sep 2020, 13:17
Forum: ESP Easy: General Discussion
Topic: ESP32 and NeoPixel don't work
Replies: 14
Views: 24560

Re: ESP32 and NeoPixel don't work

... // List of commands: // NeoPixel <led nr>, <red 0-255>, <green 0-255>, <blue 0-255> // NeoPixelRange <start ... *Plugin_038_pixels; #endif #ifdef USE_FASTLED #include <FastLED.h> CRGB leds[25]; #endif #ifdef USE_ESP32RMTNEO // lib from: https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers ...
by Oetsch
06 Sep 2020, 19:49
Forum: ESP Easy: Hardware
Topic: D1 Mini usage of GPIO1&3 (RX/TX) for Switches and general allocation?
Replies: 20
Views: 20022

D1 Mini usage of GPIO1&3 (RX/TX) for Switches and general allocation?

... -RCW-0001 Ultrasonic Distance Sensor -Max7219 Display - 4 Switches - 4 LED - 1 RGB LED using R&G In total the GPIOs are not sufficient so I planned to expanded the GPIOs ...
by zupy666
22 Aug 2020, 12:01
Forum: ESP Easy: Projects / Applications
Topic: Finished: H801 RGBWW control with openhab2 and mqtt
Replies: 35
Views: 53064

Re: Finished: H801 RGBWW control with openhab2 and mqtt

... var String bluepwmString = Integer::toHexString(newintblue) var String rgb_cmd = ("00"+redpwmString).substring(redpwmString.length()) ... * 40) gives a range from 2000 to 6000. //Change this according your led´s color temperatures or leave defaults end The above rules with correction. ...
by zupy666
22 Aug 2020, 08:55
Forum: ESP Easy: Projects / Applications
Topic: Finished: H801 RGBWW control with openhab2 and mqtt
Replies: 35
Views: 53064

Re: Finished: H801 RGBWW control with openhab2 and mqtt

... , commandTopic="/nH801_1/cmd" ] } items: /*RGB_led - Living*/ Color H801_1_RGB "Color Select" <slider> Dimmer H801_1_level "White ...
by oisisi
27 Jul 2020, 22:03
Forum: ESP Easy: Software
Topic: Version differences?
Replies: 8
Views: 8779

Version differences?

... humidity sensor - use a TSL2561 light sensor - use a Neopixel-style RGB LED In the past there was such a bin but now I can't figure out if the compiled ones fit. I ...
by even
04 Jun 2020, 10:42
Forum: ESP Easy: Projects / Applications
Topic: ESP32 + STONE HMI display Medical Ventilator
Replies: 5
Views: 19524

ESP32 + STONE HMI display Medical Ventilator

... panel and 4-wire resistance touch screen; brightness is 300cd / m2, LED backlight; RGB color is 65K; visual area is 222.7mm * 125.3mm; visual angle is 70 / 70 / 50 / 60; working ...
by Fmake
31 Mar 2020, 23:35
Forum: ESP Easy: Software
Topic: ESP with color gradient Led controlled with Website
Replies: 0
Views: 5464

ESP with color gradient Led controlled with Website

I would control my Led stripe (rgb) with my esp12 using the Code from https://www.az-delivery.de/blogs/azdelivery-blog-fur-arduino-und-raspberry-pi/html-buttons ...
by oisisi
05 Mar 2020, 09:38
Forum: ESP Easy: Hardware
Topic: Serial connection in place of wifi, challenges
Replies: 12
Views: 21297

Re: Serial connection in place of wifi, challenges

... in the default images with the temperature and light sensors and the RGB LED I am also using. I compiled my own image in the past but my build environment abandoned ...
by oisisi
04 Mar 2020, 16:10
Forum: ESP Easy: Hardware
Topic: Serial connection in place of wifi, challenges
Replies: 12
Views: 21297

Re: Serial connection in place of wifi, challenges

... output has less priority for me. I haven't checked yet if CMDs for my RGB LED are read from the serial input but that is also something I can work around. The bigger ...
by mackowiakp
25 Nov 2019, 17:37
Forum: ESP Easy: Software
Topic: SD support compilation errors
Replies: 37
Views: 26588

Re: SD support compilation errors

... 1.2 | |-- <ESP8266WiFi> 1.0 |-- <HLW8012> 1.1.1 |-- <CHT16K33 LED Matrix Library> 0.0.1 | |-- <Wire> 1.0 |-- <LiquidCrystal_I2C> | |-- ... 2.0.0 | |-- <ESPeasySerial> 1.0.13 #7ddbf6c |-- <SparkFun APDS9960 RGB and Gesture Sensor> 1.4.2 | |-- <Wire> 1.0 |-- <TinyGPSPlus> 1.0.2 |-- ...
by mackowiakp
25 Nov 2019, 11:05
Forum: ESP Easy: Software
Topic: SD support compilation errors
Replies: 37
Views: 26588

Re: SD support compilation errors

... 1.2 | |-- <ESP8266WiFi> 1.0 |-- <HLW8012> 1.1.1 |-- <CHT16K33 LED Matrix Library> 0.0.1 | |-- <Wire> 1.0 |-- <IRremoteESP8266> 2.7.0 |-- ... 2.0.0 | |-- <ESPeasySerial> 1.0.13 #7ddbf6c |-- <SparkFun APDS9960 RGB and Gesture Sensor> 1.4.2 | |-- <Wire> 1.0 |-- <TinyGPSPlus> 1.0.2 |-- ...
by mackowiakp
25 Nov 2019, 10:15
Forum: ESP Easy: Software
Topic: SD support compilation errors
Replies: 37
Views: 26588

Re: SD support compilation errors

... 1.2 | |-- <ESP8266WiFi> 1.0 |-- <HLW8012> 1.1.1 |-- <CHT16K33 LED Matrix Library> 0.0.1 | |-- <Wire> 1.0 |-- <LiquidCrystal_I2C> | |-- ... 2.0.0 | |-- <ESPeasySerial> 1.0.13 #7ddbf6c |-- <SparkFun APDS9960 RGB and Gesture Sensor> 1.4.2 | |-- <Wire> 1.0 |-- <TinyGPSPlus> 1.0.2 |-- ...
by bartezzz
07 Nov 2019, 22:37
Forum: ESP Easy: Projects / Applications
Topic: esp + rgb led strip (addresable) + hcsr04
Replies: 1
Views: 11491

Re: esp + rgb led strip (addresable) + hcsr04

... of rules, which works great, rules1: On HCSR04#distance do if [hcsr04#distance]>0 TaskValueSet 1,1,[hcsr04#Distance]/1.67 taskvalueset 1,2,[numerled#1]-5 taskvalueset 1,3,[numerled#1]+5 neopixelline,[numerled#2],[numerled#3],120,120,120 neopixel,[numerled#1],250,250,250 endif endon this is what ...
by bartezzz
06 Nov 2019, 15:55
Forum: ESP Easy: Projects / Applications
Topic: esp + rgb led strip (addresable) + hcsr04
Replies: 1
Views: 11491

esp + rgb led strip (addresable) + hcsr04

... how to, or maybe better idea than mine. from begining i want to put led rgb strip on stairs , but not on each steps just along entire lenght of the stairs(300 cm), ...
by rudloffl
12 Sep 2019, 05:44
Forum: ESP Easy: Software
Topic: convert hexa to pwm values
Replies: 1
Views: 4955

convert hexa to pwm values

Hello all, I'm working an a led ribbon system that will communicate with my home automation system (Jeedom via generic HTTP). The home automation system can easily populate colors code (RGB) in hexa, e.g. #FFFFFF. I want the espeasy to read the code directly. Is there a formula ...
by rudloffl
12 Sep 2019, 05:37
Forum: ESP Easy: Hardware
Topic: Need some help with a PCA9685 to pilot a LED ribbon
Replies: 3
Views: 9046

Need some help with a PCA9685 to pilot a LED ribbon

... all, I need some help to get my project to work. I want to control a LED ribbon (12v) from a wemos D1 (with the latest Mega) via a PCA9685. It's highly inspired from that https://mellbell.cc/blogs/projects/rgb-thermometer-using-pico . I cant find the solution to control the transistors ...
by RayEbb
28 Aug 2019, 18:52
Forum: ESP Easy: Hardware
Topic: New hackable ESP gadgets in local budget store "action" !!!
Replies: 112
Views: 250744

Re: New hackable ESP gadgets in local budget store "action" !!!

... not be an option. (sadly) Thx. for this tip!! Today i only bought the RGB LED strip, just to try. It works great!!
by dynamicdave
21 Aug 2019, 15:24
Forum: ESP Easy: Software
Topic: Control some 5Volt leds with mqtt
Replies: 21
Views: 14917

Re: Control some 5Volt leds with mqtt

I bought three of these RGB strips for GBP 4.00 from Banggood in China. https://www.banggood.com/3Pcs-CJMCU-8-Bit-WS2812-5050-RGB-LED-Driver-Development-Board-p-983036.html?rmmds=myorder&cur_warehouse=CN One of the great things about ...
by raceboy
18 Jul 2019, 22:44
Forum: ESP Easy: Software
Topic: Adafruit_NeoMatrix
Replies: 13
Views: 8255

Adafruit_NeoMatrix

... I need help for NeoMatrix plugin for Matrix display "flexible led matrix Individually addressable LED Module RGB Digital Pixels Panel" from aliexpress. (https://www.aliexpress.com/item/32950648161.html?spm=a2g0s.9042311.0.0.35c04c4dRXR9Uq). ...
by spynet
14 Apr 2019, 13:24
Forum: ESP Easy: Projects / Applications
Topic: P124_NeoPixelBusFX and FHEM with code example from library
Replies: 1
Views: 2772

P124_NeoPixelBusFX and FHEM with code example from library

... and I have an ESPEasy device in the FHEM that allows me to control the LED strip. Now It seems, that I have to create a notify with the code from ... color_1:colorpicker,rgb color_2:colorpicker,rgb speed:selectnumbers,-50,1,50,0,lin attr di.sz.nfx ...
by sincze
18 Mar 2019, 20:09
Forum: ESP Easy: Projects / Applications
Topic: MH-Z14 / MH-Z19 CO2 sensor
Replies: 55
Views: 80727

Re: MH-Z14 / MH-Z19 CO2 sensor

... see photo follows using espeasy ..... and how can i do that with a gpio LED rgb? rules what value-ranges should i use? /robin You guy saved my life. It is now working. ...
by ManS-H
22 Feb 2019, 20:50
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 72281

Re: P141 RGB Strip Plugin

Hi, added two bin files with P141. One for 1MB and the other for 4MB flash. Hope that helps. BTW. I don't use ESPEasy for LED strips anymore although I love its flexibility. Tasmota has a much better implementation for this IMHO. This plugin flickers a lot in low dimming settings and ...
by dolittle
22 Feb 2019, 17:13
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 72281

Re: P141 RGB Strip Plugin

Hi, added two bin files with P141. One for 1MB and the other for 4MB flash. Hope that helps. BTW. I don't use ESPEasy for LED strips anymore although I love its flexibility. Tasmota has a much better implementation for this IMHO. This plugin flickers a lot in low dimming settings and ...
by papperone
25 Nov 2018, 17:54
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1512415

Re: Connecting a TM1637 4-Digit Display

... wow that's massive, but at that level I would rather implement a real RGB dot matrix display like this https://www.aliexpress.com/item/P3-RGB-pixel-panel-HD-display-64x32-dot-matrix-p3-smd-rgb-led-module/32728985432.html it's twice bigger and cost much less :) (by the way I've one of ...
by Waryard
16 Nov 2018, 14:09
Forum: ESP Easy: Software
Topic: Impossible to add my own plugin
Replies: 14
Views: 7898

Impossible to add my own plugin

Hello everybody! I just wrote a plugin (giant LED clock with RGB strip) with the example of another plugin and the template, but I can't see it in the device list ...
by Tecumseh
06 Nov 2018, 13:02
Forum: ESP Easy: General Discussion
Topic: Button to toggle RGB leds
Replies: 13
Views: 8692

Button to toggle RGB leds

... to create a selection toggle switch for my wife to operate a series of RGB leds. For this I want to have a button and on press cycle through a series of colors. What ...
by pppp33
12 Oct 2018, 14:40
Forum: ESP Easy: Projects / Applications
Topic: First LED of Neopixel ring always ON [SOLVED]
Replies: 13
Views: 17492

Re: First LED of Neopixel ring always ON

... TDer, I did some more testing, and: - no visible difference between RGB and RGBW - led 1 is locked to 100% green - if I power off the disc, led 1 stays off until first command ...
by TD-er
12 Oct 2018, 01:39
Forum: ESP Easy: Projects / Applications
Topic: First LED of Neopixel ring always ON [SOLVED]
Replies: 13
Views: 17492

Re: First LED of Neopixel ring always ON

Have you set the correct Strip Type? (RGB / RGBW) And can you set a 5th parameter to 0 in the command? // (1) NeoPixel,<led nr>,<red 0-255>,<green 0-255>,<blue 0-255> Plugin_038_pixels->setPixelColor(event->Par1 - 1, Plugin_038_pixels->Color(event->Par2, ...
by tozett
10 Oct 2018, 17:20
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 160459

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

... add to much other tasks. // HARDWARE // The Wifi Candle uses 20 WS2812 RGB pixels. They are all connected in one row. // I build a wooden wick with ... <Adafruit_NeoPixel.h> //#define NUM_PIXEL 150 // Defines the amount of LED Pixel //#define NUM_PIXEL_ROW 1 // Defines the amount of LED Pixel per ...
by manjh
12 Sep 2018, 16:51
Forum: ESP Easy: Hardware
Topic: Sensair S8
Replies: 118
Views: 95085

Re: Sensair S8

... a BME280, and of course the S8 sensor. On the outside I mounted an OLED display onwhich I can show all measured values. Additionally there is an RGB LED that I can give a color to match air quality. To ensure good readouts, I mounted a ...