LED WS2815 ESP32-S3 drive

hardware_engineer
Posts: 13
Joined: Thu Nov 02, 2023 3:24 am

LED WS2815 ESP32-S3 drive

Postby hardware_engineer » Tue Nov 21, 2023 2:47 am

Hello, I wanted to drive two LED strips of WS2815 (each around 36 to 40pcs). I wanted to know if I can wire directly the GPIO output of the ESP32-S3 to the data input of the LED strips?

MicroController
Posts: 1553
Joined: Mon Oct 17, 2022 7:38 pm
Location: Europe, Germany

Re: LED WS2815 ESP32-S3 drive

Postby MicroController » Wed Nov 22, 2023 6:18 pm

I wanted to know if I can wire directly the GPIO output of the ESP32-S3 to the data input of the [WS2815]
Given that the WS2815 require >= 9.5V VDD, and their logic high input is >= 0.7VDD, that's pretty much a "no".

ESP_Sprite
Posts: 9583
Joined: Thu Nov 26, 2015 4:08 am

Re: LED WS2815 ESP32-S3 drive

Postby ESP_Sprite » Thu Nov 23, 2023 3:04 am

Turns out the datasheet is confusing, see e.g. here; the data streams use 5V logic levels. Still 0.7*5V=3.7V, so you need a 5V level shifter to drive the data signal for the LEDs.

MicroController
Posts: 1553
Joined: Mon Oct 17, 2022 7:38 pm
Location: Europe, Germany

Re: LED WS2815 ESP32-S3 drive

Postby MicroController » Thu Nov 23, 2023 10:07 pm

ESP_Sprite wrote:
Thu Nov 23, 2023 3:04 am
Turns out the datasheet is confusing
Oh boy, they got me :) Thanks for clarifying.

ESP_Sprite
Posts: 9583
Joined: Thu Nov 26, 2015 4:08 am

Re: LED WS2815 ESP32-S3 drive

Postby ESP_Sprite » Fri Nov 24, 2023 2:30 am

MicroController wrote:
Thu Nov 23, 2023 10:07 pm
Oh boy, they got me :) Thanks for clarifying.
Can't blame ya, honestly. I happened to go 'that can't be right' and Google around a bit and hit the link I posted, otherwise I'd come to the same conclusion as you. That datasheet is simply written wrong imo.

Who is online

Users browsing this forum: No registered users and 64 guests