mill1000 / esphome-winix-c545

An ESPHome external component for the Winix C545 air purifier.
MIT License
16 stars 1 forks source link

Different board revision #11

Closed hboyd2003 closed 9 months ago

hboyd2003 commented 9 months ago

Hello, I looks like I have a different board revision than what is in the tutorial (although they are both v1). Below are some images of the board and info. I was able to trace the RX and TX to a empty through hole (labeled MCU_TP) which I soldered screw terminals to. Unfortunately, I was unable to figure out how to pull the RST pin for the wifi down. The rst pin now heads into an unlabeled chip. Luckily the code works on this board revision and I had no trouble with anything else.

Board:

WiFi:

IMG_0139 IMG_0124 IMG_0125 IMG_0127

Back Images ![IMG_0128](https://github.com/mill1000/esphome-winix-c545/assets/8950185/909b574d-0f00-4b24-a0f2-528a189b5d16) ![IMG_0129](https://github.com/mill1000/esphome-winix-c545/assets/8950185/2c0f50f6-4d9f-4a7b-b632-fa8156827e44) ![IMG_0130](https://github.com/mill1000/esphome-winix-c545/assets/8950185/65f894e3-49a9-4116-927e-0a4d5a8e18b2) ![IMG_0131](https://github.com/mill1000/esphome-winix-c545/assets/8950185/a9b863ab-6a8b-4ab2-a8d8-57cdb0b13ef0)
YoungsterJon commented 9 months ago

RST pin to WiFi module is Q12. One of my machines is the same model as this.

wfm50_rst_pin

mill1000 commented 9 months ago

Looks like the RST might even be broken out on that MCU_TP header. Lucky you!

Thanks for this information. I might create a project wiki to contain some of this information.

mill1000 commented 9 months ago

Added a wiki page with this information. Thanks for the contribution.