Skip to content
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

Wiring ESP3286 #51

Open
n3roGit opened this issue Mar 10, 2023 · 1 comment
Open

Wiring ESP3286 #51

n3roGit opened this issue Mar 10, 2023 · 1 comment

Comments

@n3roGit
Copy link

n3roGit commented Mar 10, 2023

Hello all,

I just want to solder the wiring together. Unfortunately, I have problems understanding the PINs for SWIN and PIN20. Also, I'm not sure if I need to use D5 and D6 for TX/RX or TX/RX on the esp.

Where do they belong on the ESP?

20230310_131546
20230310_121732
20230310_134352

ESP32 pin RJ45 pin RJ45 cable color (T568B)
+5V 8 brown
GND 7 white-brown
17 (TX) 6 green
16 (RX) 5 white-blue
23 ("Pin20") 4 blue
RJ45 pin Name Original Cable Color Ethernet cable color (T568B)
8 RESET Brown White-Orange
7 SWIM White Orange
6 EMPTY Purple White-Green
5 PIN 20 Red Blue
4 RX Green White-Blue
3 TX Black Green
2 GND Blue White-Brown
1 +5V (VDD) Yellow Brown
@AdeZwart
Copy link
Contributor

AdeZwart commented Jun 5, 2023

Are you confusing ESP32 and ESP8266? Those are 2 different chips.

Based on your photo's it looks like you're using an ESP8266, and in this case you should be able to follow the wiring as outlined on the ESPHome specific readme file.

It comes down to:

ESP8266 Loctek Motion (HS13B-1) Loctek Motion Cable Color (HS13B-1) Ethernet cable color (T568B)
GND GND Blue White-Brown
D6 RX Green White-Blue
D5 TX Black Green
D2 PIN 20 Red Blue

This means you should move the green wire, currently on TX to D5 and the (blue?-)white wire, currently on RX, to D6. Other than that it looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants