Search found 181 matches: RGB-LED
Searched query: rgb-led
- 24 Feb 2025, 21:10
- Forum: ESP Easy: Software
- Topic: Neopixel Basic P038 Multiple instances
- Replies: 22
- Views: 19863
Re: Neopixel Basic P038 Multiple instances
... channel. It is clear you need at least double this amount for a single RGB LED and thus occupy 2 channels to fit it all in the dedicated buffers. Thus sending a complete ...
- 04 Feb 2025, 21:43
- Forum: ESP Easy: Projects / Applications
- Topic: HVAC Performance Monitor
- Replies: 67
- Views: 51301
Re: HVAC Performance Monitor
... enclosure for measuring attic temperature. A NEOPixel (addressable RGB LED) on the front of the enclosure shows system mode (Heat, Cool, Fan). An external WiFi antenna ...
- 08 Dec 2024, 01:22
- Forum: ESP Easy: Projects / Applications
- Topic: Smaller font needed for 29x5 matrix in ESPEasy
- Replies: 2
- Views: 1873
Smaller font needed for 29x5 matrix in ESPEasy
Hello everyone, I am currently using the TinyTronics Smart Home RGB LED Matrix 29x5 WS2812E ESP32-S3 with ESPEasy. I’ve managed to display text on the matrix using ...
- 24 Jul 2024, 07:28
- Forum: ESP Easy: Projects / Applications
- Topic: MilkMate: Liquid Level Sensor Project
- Replies: 37
- Views: 29502
MilkMate: Liquid Level Sensor Project
... machine. It reports 0-100% milk level and its temperature. ▪ A large RGB NEOPixel LED shows status at a glance. Green=Good Milk Level, Yellow=Low Level, Red=Milk Empty ▪ Emails ...
- 17 Jun 2024, 22:06
- Forum: ESP Easy: Software
- Topic: Esp32 S2 /S3 cannot flash with Tder tool
- Replies: 10
- Views: 6996
Re: Esp32 S2 /S3 cannot flash with Tder tool
... ESP32-S3FH4R2 2.4 GHz Wi-Fi Bluetooth LE 4MB Flash 2MB PSRAM 27x IO 1x RGB LED (IO47) ADC, DAC, I2C, SPI, UART, USB OTG Compatible with MicroPython, Arduino and ESP-IDF ...
- 17 Jun 2024, 03:13
- Forum: ESP Easy: Software
- Topic: Esp32 S2 /S3 cannot flash with Tder tool
- Replies: 10
- Views: 6996
Re: Esp32 S2 /S3 cannot flash with Tder tool
... ESP32-S3FH4R2 2.4 GHz Wi-Fi Bluetooth LE 4MB Flash 2MB PSRAM 27x IO 1x RGB LED (IO47) ADC, DAC, I2C, SPI, UART, USB OTG Compatible with MicroPython, Arduino and ESP-IDF ...
- 28 May 2024, 00:15
- Forum: ESP Easy: Software
- Topic: NeoPixel-038 not working on ESP32s3 zero or mini boards
- Replies: 31
- Views: 17248
Re: NeoPixel-038 not working on ESP32s3 zero or mini boards
... 24 bits are received, they will be flushed to the output for any next LED. So changing the state of that pin will not clear any state in the NeoPixel ... rgb-led-matrix-29x5-ws2812e-esp32-s3 )
- 28 Apr 2024, 14:54
- Forum: ESP Easy: Software
- Topic: NeoPixel-038 not working on ESP32s3 zero or mini boards
- Replies: 31
- Views: 17248
NeoPixel-038 not working on ESP32s3 zero or mini boards
... I did compile a small Arduino IDE test code called "ESP32-S3_BlinkRGB " which worked on all S3 broads, so appears not to be a hardware ... - has single onboard WS2812 RGB LED , works find on this PCB ESP32-C3 super mini: - https://forum.arduino.cc/t/esp32-c3-supermini-pinout/1189850 ...
- 26 Mar 2024, 16:17
- Forum: ESP Easy: Projects / Applications
- Topic: Counting time, calculate and display?
- Replies: 147
- Views: 51427
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 ...
- 17 Apr 2023, 14:41
- Forum: ESP Easy: Software
- Topic: Failed to build "normal" in new release. 2023(deque)
- Replies: 31
- Views: 11290
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 |-- ...
- 11 Jan 2023, 12:01
- Forum: ESP Easy: Hardware
- Topic: NeoPixel (WS2812b) stability
- Replies: 26
- Views: 9115
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 ...
- 26 Dec 2022, 12:27
- Forum: ESP Easy: General Discussion
- Topic: NeoPixel (basic) not working
- Replies: 5
- Views: 2115
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 ...
- 10 Nov 2022, 11:44
- Forum: ESP Easy: General Discussion
- Topic: simplified rules Neopixel
- Replies: 19
- Views: 6623
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 ...
- 10 Nov 2022, 10:42
- Forum: ESP Easy: General Discussion
- Topic: simplified rules Neopixel
- Replies: 19
- Views: 6623
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 ...
- 09 Nov 2022, 15:41
- Forum: ESP Easy: General Discussion
- Topic: simplified rules Neopixel
- Replies: 19
- Views: 6623
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] ...
- 06 Jan 2022, 11:13
- Forum: ESP Easy: Projects / Applications
- Topic: Bluetooth presence detection?
- Replies: 6
- Views: 28331
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 ...
- 15 May 2021, 09:06
- Forum: ESP Easy: Software
- Topic: First build
- Replies: 13
- Views: 8357
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 ...
- 04 May 2021, 18:09
- Forum: ESP Easy: Software
- Topic: ESP82xx_mega-20210503 WiFi problem
- Replies: 55
- Views: 23988
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 ...
- 16 Apr 2021, 19:29
- Forum: ESP Easy: Software
- Topic: Plugin 133 VL53L0X I2C Ranging LIDAR
- Replies: 23
- Views: 16644
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 ...
- 28 Feb 2021, 16:37
- Forum: ESP Easy: Software
- Topic: Build feature request
- Replies: 15
- Views: 10274
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 ...
- 28 Jan 2021, 00:11
- Forum: ESP Easy: General Discussion
- Topic: Try send commands.
- Replies: 28
- Views: 13342
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 ...
- 23 Jan 2021, 02:53
- Forum: ESP Easy: General Discussion
- Topic: Try send commands.
- Replies: 28
- Views: 13342
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!
- 17 Dec 2020, 16:32
- Forum: ESP Easy: Software
- Topic: SD support compilation errors
- Replies: 37
- Views: 36498
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 ...
- 17 Dec 2020, 00:03
- Forum: Experimental
- Topic: ‘Driverless’ rgb floodlight from aliexpress
- Replies: 3
- Views: 33614
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 ...
- 16 Dec 2020, 23:05
- Forum: Experimental
- Topic: ‘Driverless’ rgb floodlight from aliexpress
- Replies: 3
- Views: 33614
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.
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.
- 16 Dec 2020, 11:58
- Forum: ESP Easy: Software
- Topic: SD support compilation errors
- Replies: 37
- Views: 36498
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 ...
- 13 Dec 2020, 21:53
- Forum: ESP Easy: Software
- Topic: ESP32 custom build fails
- Replies: 14
- Views: 9869
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 ...
- 06 Dec 2020, 18:56
- Forum: ESP Easy: Projects / Applications
- Topic: CO2-measurement with MH-Z19b / Neopixel / 7 segment display
- Replies: 5
- Views: 14778
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 ...
- 07 Sep 2020, 13:17
- Forum: ESP Easy: General Discussion
- Topic: ESP32 and NeoPixel don't work
- Replies: 14
- Views: 29995
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 ...
- 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: 26302
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 ...
- 22 Aug 2020, 12:01
- Forum: ESP Easy: Projects / Applications
- Topic: Finished: H801 RGBWW control with openhab2 and mqtt
- Replies: 35
- Views: 65622
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. ...
- 22 Aug 2020, 08:55
- Forum: ESP Easy: Projects / Applications
- Topic: Finished: H801 RGBWW control with openhab2 and mqtt
- Replies: 35
- Views: 65622
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 ...
- 27 Jul 2020, 22:03
- Forum: ESP Easy: Software
- Topic: Version differences?
- Replies: 8
- Views: 11301
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 ...
- 04 Jun 2020, 10:42
- Forum: ESP Easy: Projects / Applications
- Topic: ESP32 + STONE HMI display Medical Ventilator
- Replies: 5
- Views: 20833
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 ...
- 31 Mar 2020, 23:35
- Forum: ESP Easy: Software
- Topic: ESP with color gradient Led controlled with Website
- Replies: 0
- Views: 7285
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 ...
- 05 Mar 2020, 09:38
- Forum: ESP Easy: Hardware
- Topic: Serial connection in place of wifi, challenges
- Replies: 12
- Views: 25172
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 ...
- 04 Mar 2020, 16:10
- Forum: ESP Easy: Hardware
- Topic: Serial connection in place of wifi, challenges
- Replies: 12
- Views: 25172
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 ...
- 25 Nov 2019, 17:37
- Forum: ESP Easy: Software
- Topic: SD support compilation errors
- Replies: 37
- Views: 36498
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 |-- ...
- 25 Nov 2019, 11:05
- Forum: ESP Easy: Software
- Topic: SD support compilation errors
- Replies: 37
- Views: 36498
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 |-- ...
- 25 Nov 2019, 10:15
- Forum: ESP Easy: Software
- Topic: SD support compilation errors
- Replies: 37
- Views: 36498
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 |-- ...
- 07 Nov 2019, 22:37
- Forum: ESP Easy: Projects / Applications
- Topic: esp + rgb led strip (addresable) + hcsr04
- Replies: 1
- Views: 11835
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 ...
- 06 Nov 2019, 15:55
- Forum: ESP Easy: Projects / Applications
- Topic: esp + rgb led strip (addresable) + hcsr04
- Replies: 1
- Views: 11835
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), ...
- 12 Sep 2019, 05:44
- Forum: ESP Easy: Software
- Topic: convert hexa to pwm values
- Replies: 1
- Views: 5346
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 ...
- 12 Sep 2019, 05:37
- Forum: ESP Easy: Hardware
- Topic: Need some help with a PCA9685 to pilot a LED ribbon
- Replies: 3
- Views: 9574
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 ...
- 28 Aug 2019, 18:52
- Forum: ESP Easy: Hardware
- Topic: New hackable ESP gadgets in local budget store "action" !!!
- Replies: 112
- Views: 332562
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!!
- 21 Aug 2019, 15:24
- Forum: ESP Easy: Software
- Topic: Control some 5Volt leds with mqtt
- Replies: 21
- Views: 17221
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 ...
- 18 Jul 2019, 22:44
- Forum: ESP Easy: Software
- Topic: Adafruit_NeoMatrix
- Replies: 13
- Views: 10335
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). ...
- 14 Apr 2019, 13:24
- Forum: ESP Easy: Projects / Applications
- Topic: P124_NeoPixelBusFX and FHEM with code example from library
- Replies: 1
- Views: 3088
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 ...
- 18 Mar 2019, 20:09
- Forum: ESP Easy: Projects / Applications
- Topic: MH-Z14 / MH-Z19 CO2 sensor
- Replies: 55
- Views: 94582
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. ...
- 22 Feb 2019, 20:50
- Forum: ESP Easy: Software
- Topic: P141 RGB Strip Plugin
- Replies: 62
- Views: 100339
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 ...