syssi / esphome-yeelight-ceiling-light

ESPHome custom firmware for some Yeelight Ceiling Lights
Apache License 2.0
134 stars 20 forks source link

Fix: Pinout for yeelink.light.ceiling22 #58

Closed B48D81EFCC closed 1 year ago

B48D81EFCC commented 1 year ago

Hi,

the pinout was wrong. I was not able to flash the ESP32. I corrected the pinout.

syssi commented 1 year ago

Could you double check the labels of the test pads? Your pull request doesn't match with this statement:

https://github.com/syssi/esphome-yeelight-ceiling-light/issues/56#issuecomment-1254033273

B48D81EFCC commented 1 year ago

Could you double check the labels of the test pads? Your pull request doesn't match with this statement:

#56 (comment)

Sorry, I made a mistake in my comment (I edited the comment). The information in the PR is correct.

syssi commented 1 year ago

It's normal to cross the lines if you connect an USB-to-TTL adapter. The official function of GPIO1 of an ESP32 is TX and GPIO3 is RX. If you connect your USB-to-TTL adapter you have to connect RX to TX, and TX to RX.

syssi commented 1 year ago

Let's close this PR. Because the function of the GPIO depends on the point of view.