Yewelink/Tuya WiFi Touch wall light switch

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
dxfantome
Normal user
Posts: 11
Joined: 25 Apr 2018, 09:29

Re: Yewelink/Tuya WiFi Touch wall light switch

#31 Post by dxfantome » 19 May 2018, 19:53

inside
Attachments
P80519-180556.jpg
P80519-180556.jpg (731.16 KiB) Viewed 639256 times

dxfantome
Normal user
Posts: 11
Joined: 25 Apr 2018, 09:29

Re: Yewelink/Tuya WiFi Touch wall light switch

#32 Post by dxfantome » 19 May 2018, 20:03

the following
(resized image is better ...)
Attachments
P80519-180625.jpg
P80519-180625.jpg (43.26 KiB) Viewed 639255 times

User avatar
enesbcs
Normal user
Posts: 587
Joined: 18 Jun 2017, 11:02
Location: Békéscsaba, Hungary
Contact:

Re: Yewelink/Tuya WiFi Touch wall light switch

#33 Post by enesbcs » 19 May 2018, 20:28

dxfantome wrote: 19 May 2018, 19:52inside
Nice! The four pins on the left side i think will be the VCC-RX-TX-GND, started with the sqaured one.
But i do not see any serial MCU on this device.

dxfantome
Normal user
Posts: 11
Joined: 25 Apr 2018, 09:29

Re: Yewelink/Tuya WiFi Touch wall light switch

#34 Post by dxfantome » 19 May 2018, 22:47

But i do not see any serial MCU on this device.
there is a world on the other side of the first pcb
Attachments
P80519-180709.jpg
P80519-180709.jpg (41.12 KiB) Viewed 639246 times

dxfantome
Normal user
Posts: 11
Joined: 25 Apr 2018, 09:29

Re: Yewelink/Tuya WiFi Touch wall light switch

#35 Post by dxfantome » 02 Jun 2018, 17:02

I see one "CR302 B751T004BG" ??? what's this ? :?:
and
I see one "8S103F3P6" :
this is 8bit MCU STM8S in tssop20 case
http://www.st.com/content/ccc/resource/ ... 226640.pdf

the four pin with the one square is not VCC-RX-TX-GND
is not connected to esp8266mod but is just connected to MCU
is VCC- SWIM-GND-NRST
the pin SWIN (Single Wire Interface Module) is communication protocol and debug module :geek:
http://www.st.com/content/ccc/resource/ ... 173911.pdf

the pin 21(U0RXD ) of ESP8266mod is connected to pin 2(UART1_TX) of MCU
the pin 22(U0TXD ) of ESP8266mod is connected to pin3(UART1_TX) of MCU

So even if the components and the jtag are not exactly the same, it seems that the logic remains the same. a esp8266 that manages only the wifi and communicates via tx rx has an MCU that manages all the hardware. it remains to be supossed that on Tx Rx transits the game of classic command of "tuya" :D
Last edited by dxfantome on 02 Jun 2018, 21:04, edited 1 time in total.

dxfantome
Normal user
Posts: 11
Joined: 25 Apr 2018, 09:29

Re: Yewelink/Tuya WiFi Touch wall light switch

#36 Post by dxfantome » 02 Jun 2018, 17:26

no esp8266 pin is connected to the strange chip "cr302 ..."
hte pin 18 of esp8266mod is connected to MCU 8S103F3P6 pin 1 (UART1_CK)
no another pin of esp is connected to the mcu, nor to the various jtag

galak
New user
Posts: 3
Joined: 04 Jun 2018, 04:16

Re: Yewelink/Tuya WiFi Touch wall light switch

#37 Post by galak » 04 Jun 2018, 15:58

Did you have any issues flashing. I'm trying to figure out how things work since the microcontroller is also connected to the ESP8266 uart line RX/TX pins, you'd end up having multiple devices possibly driving those pins.

zedd
New user
Posts: 3
Joined: 21 Jun 2018, 23:14

Re: Yewelink/Tuya WiFi Touch wall light switch

#38 Post by zedd » 22 Jun 2018, 10:06

dxfantome wrote: 02 Jun 2018, 17:02
the pin 21(U0RXD ) of ESP8266mod is connected to pin 2(UART1_TX) of MCU
the pin 22(U0TXD ) of ESP8266mod is connected to pin3(UART1_TX) of MCU

So even if the components and the jtag are not exactly the same, it seems that the logic remains the same. a esp8266 that manages only the wifi and communicates via tx rx has an MCU that manages all the hardware. it remains to be supossed that on Tx Rx transits the game of classic command of "tuya" :D
Sounds logical to me, as it has to control three seperate dimmers.
Anyone got this flashed yet? I think we might have to connect to the esp pins directly to get thing working.
I’m a little worried about we’ll control the dimmers through espeasy, but let’s get it flashed first.

zedd
New user
Posts: 3
Joined: 21 Jun 2018, 23:14

Re: Yewelink/Tuya WiFi Touch wall light switch

#39 Post by zedd » 22 Jun 2018, 11:34

So, I was able to flash this anonymous dimmer, only to discover the default ESPEasy does not work. Flashing did work however.
I had to make the connections to the ESP manually "by hand", as you can see in the photo's.
IMG_20180622_111910.jpg
IMG_20180622_111910.jpg (647.23 KiB) Viewed 638918 times
IMG_20180622_111901.jpg
IMG_20180622_111901.jpg (862.59 KiB) Viewed 638918 times
Not easy and you have to keep your hand really steady, but it worked. You can't really see, but I'm holding two pins (RX and TX). The yellow wire holds GPIO0 down.
Sorry for using similar colors, they don't come out right in the photo. Wiring is as follows:
- Brown = GDN
- Bright yellow = VCC 3.3V (next to brown)
- Darker yellow = GPIO0, attached to GND
- Red - TXD
- Green - RXD

I flashed the standard ESPEasy_R120_4096.bin, which did not work and ESPEasy_Mega_P165_4M_1MS_lwip20 from this discussion. Neither caused the ESP_-access point to show.
Reattaching the board to the rest of the device make all LEDs light up - it knows somethings wrong :)!
Will try more later.

zedd
New user
Posts: 3
Joined: 21 Jun 2018, 23:14

Re: Yewelink/Tuya WiFi Touch wall light switch

#40 Post by zedd » 26 Jun 2018, 11:25

OK, so a neighboring project is a little ahead of us here: https://github.com/arendst/Sonoff-Tasmota/issues/469

User avatar
enesbcs
Normal user
Posts: 587
Joined: 18 Jun 2017, 11:02
Location: Békéscsaba, Hungary
Contact:

Re: Yewelink/Tuya WiFi Touch wall light switch

#41 Post by enesbcs » 28 Jun 2018, 07:12

zedd wrote: 22 Jun 2018, 11:34 I flashed the standard ESPEasy_R120_4096.bin, which did not work and ESPEasy_Mega_P165_4M_1MS_lwip20 from this discussion. Neither caused the ESP_-access point to show.
Reattaching the board to the rest of the device make all LEDs light up - it knows somethings wrong :)!
Will try more later.
The neighboring project uses 1M firmware with no SPIFFS, and esptool with "dout" mode, i suppose you did not.

Maxime28
New user
Posts: 2
Joined: 15 Nov 2018, 11:51

Re: Yewelink/Tuya WiFi Touch wall light switch

#42 Post by Maxime28 » 15 Nov 2018, 11:58

:roll: :roll: :roll: :roll: I never heard this brand. But I like it
Smart home will finally come in our future living.
Knowing how to run a smart home device is sufficient and necessary.

adhossain
New user
Posts: 1
Joined: 20 Sep 2019, 18:40

Re: Yewelink/Tuya WiFi Touch wall light switch

#43 Post by adhossain » 20 Sep 2019, 18:45

enesbcs wrote: 28 Jun 2018, 07:12
zedd wrote: 22 Jun 2018, 11:34 I flashed the standard ESPEasy_R120_4096.bin, which did not work and ESPEasy_Mega_P165_4M_1MS_lwip20 from this discussion. Neither caused the ESP_-access point to show.
Reattaching the board to the rest of the device make all LEDs light up - it knows somethings wrong :)!
Will try more later.
The neighboring project uses 1M firmware with no SPIFFS, and esptool with "dout" mode, i suppose you did not.
I got this similar device today but unfortunately I cannot get it into reset mode to pair with phone app. So I decided, if I can flash it with different firmware and found this post.

Did you guys able to flash it and get it worked? If so, how.

By the way, the
CR302 B751T004BG
is a capacitaive touch IC

alifarooq
New user
Posts: 1
Joined: 17 Nov 2019, 14:32

Re: Yewelink/Tuya WiFi Touch wall light switch

#44 Post by alifarooq » 17 Nov 2019, 14:40

Hello All, Need help regarding Tuya 4 gang Wifi Touch Wall light switch.

It has TYWE3S with esp8266 wifi chip. It also has MCU. I want to reprogram it and want to use it in home assistant. I also attaching its board view. Does anybody have its schematic or GPIO function list or some helpful material?

Also what is the IC number of MCU?
Attachments
4 gang wifi switch pcb_4.jpg
4 gang wifi switch pcb_4.jpg (289.51 KiB) Viewed 628494 times

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 1 guest