-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Esp8266 not sending data #73
Comments
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 ***@***.*** 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
<#73 (comment)>,
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 |
Are u sharing a gnd connection between led and esp?
…On Mon, Feb 11, 2019, 12:33 PM Andriejus ***@***.*** 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
<#73 (comment)>,
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 ***@***.*** 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
<#73 (comment)>,
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?
The text was updated successfully, but these errors were encountered: