alf1303 / MaxLedController

Project for controlling leds (ws2813 and others), connected to Esp8266 from Android application
https://github.com/alf130386/MaxLedController
6 stars 1 forks source link

d1 mini #1

Open smic717394 opened 1 year ago

smic717394 commented 1 year ago

Hi, whats the pinout on the esp8266, I get the 5V and the GND what about the data and backup pin? Also does it work with mini D1, I manage to flash it on the mini D1, and the app detects the board, but the led dont work.

alf1303 commented 1 year ago

Hi, it was not tested with D1 mini, but it should work, if connect led strip to GPIO3 (RX). Even without connecting with app, while power on or reset ESP board, led strip should pass test (blink 3 times in blue color). That means that physical connection is ok

smic717394 commented 1 year ago

Hi, I did tried all the pins earlier without luck, this time while flashing I connect the DI pin to RX as you suggested as well as the 5V and GND and while installing the leds flashes white, and now works. Thank you. The only problem I have is that this stip has the blue and green inverted, the led rgb order is BRG and red is fine, but glue and green are inverted. Is any way to change it?

I´m looking at the code in the visual code, but I cant find it.