Open richyxi opened 5 years ago
Maybe LED strip is damaged? If I were you I would upload simple sketch to esp8266 for controlling the ws2812 led strip and check if its working.
Yeah I already did that, it works with other programs, how's your led strip connected? Your are using RX?
On Mon, Feb 11, 2019, 12:22 PM Andriejus <notifications@github.com wrote:
Maybe LED strip is damaged? If I were you I would upload simple sketch to esp8266 for controlling the ws2812 led strip and check if its working.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/not-matt/Systematic-LEDs/issues/73#issuecomment-462437317, or mute the thread https://github.com/notifications/unsubscribe-auth/As6sG8sApXX32tZvVrtDJlvU0nRMWrkvks5vMbUCgaJpZM4azhkD .
yes RX. If I remember correct it was pin number 7 in Arduino.ino sketch. #define DATA_PIN 7 I'm using MAC+esp8266 and you are using raspberry yes? I have no experience with raspberry..
Are u sharing a gnd connection between led and esp?
On Mon, Feb 11, 2019, 12:33 PM Andriejus <notifications@github.com wrote:
yes RX. If I remember correct it was pin number 7 in Arduino.ino sketch.
define DATA_PIN 7
I'm using MAC+esp8266 and you are using raspberry yes? I have no experience with raspberry..
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/not-matt/Systematic-LEDs/issues/73#issuecomment-462441274, or mute the thread https://github.com/notifications/unsubscribe-auth/As6sG4DfOTJNuhroomAgzSFkrSLZeK-gks5vMbeBgaJpZM4azhkD .
Yes. Ground conmection is very important.
Mm okay, your powering you esp with a USB?
On Mon, Feb 11, 2019, 12:56 PM Andriejus <notifications@github.com wrote:
Yes. Ground conmection is very important.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/not-matt/Systematic-LEDs/issues/73#issuecomment-462449374, or mute the thread https://github.com/notifications/unsubscribe-auth/As6sG4_r2Lf2sd4KIn_pJ6LXGLfatQaZks5vMbzCgaJpZM4azhkD .
I have two esp and two led strips. one esp is powered through usb and another with power supply through “vin” pin.
The ESP8266 gets connected to the internet but it's no sending data to the led strip even when is connected to the RX pin, what could it be?