mirror of https://github.com/arendst/Tasmota.git
Updated YTF IR Bridge (markdown)
parent
6152b30099
commit
0ae3c7a142
|
@ -1,10 +1,10 @@
|
|||
* YTF: https://www.amazon.com/gp/product/B07H46LJZK
|
||||
* Tuya: https://www.aliexpress.com/item/a/32951202513.html
|
||||
|
||||
***Supported since version [6.4.1.8](https://github.com/arendst/Sonoff-Tasmota/commit/c5f68235700b4447198a9508b709c3e254676114#diff-ddfd77b547e11c4b59fa0d20fddd7f94R1679) as YTF IR Bridge (62)***
|
||||
* [YTF](https://www.amazon.com/gp/product/B07H46LJZK)
|
||||
* [Tuya](https://www.aliexpress.com/item/a/32951202513.html)
|
||||
|
||||
## Flashing
|
||||
This device is flashable with [Tuya-Convert](https://github.com/ct-Open-Source/tuya-convert) OTA flasher.
|
||||
### OTA flashing
|
||||
This device is based on a Tuya Wi-Fi module and may still be flashable with [Tuya-Convert](https://github.com/ct-Open-Source/tuya-convert).
|
||||
|
||||
### Serial flashing
|
||||
Like most devices, GPIO0 has to be held low during power up to get into flash mode. In the picture below, notice the red jumper wire between IO0 and GND. I soldered it in such a way I could hold it during power on, but release later (basically acts as a button), since it can not be held low if you want normal operation.
|
||||
|
||||
|
@ -15,27 +15,15 @@ Like most devices, GPIO0 has to be held low during power up to get into flash mo
|
|||
![img_3255](https://user-images.githubusercontent.com/1296162/50830739-8b9f2780-12fd-11e9-83b3-bdaea3f50bb2.JPG)
|
||||
![img_3282](https://user-images.githubusercontent.com/1296162/50830740-8b9f2780-12fd-11e9-9a11-9572d9990e44.JPG)
|
||||
|
||||
### Config
|
||||
```
|
||||
{ "YTF IR Bridge", // https://www.aliexpress.com/item/Tuya-universal-Smart-IR-Hub-remote-control-Voice-Control-AC-TV-Work-With-Alexa-Google-Home/32951202513.html
|
||||
GPIO_USER, // GPIO00
|
||||
GPIO_USER, // GPIO01 Serial RXD
|
||||
GPIO_USER, // GPIO02
|
||||
GPIO_USER, // GPIO03 Serial TXD
|
||||
GPIO_LED1_INV, // GPIO04 Blue Led - Link status
|
||||
GPIO_IRRECV, // GPIO05 IR Receiver
|
||||
// GPIO06 (SD_CLK Flash)
|
||||
// GPIO07 (SD_DATA0 Flash QIO/DIO/DOUT)
|
||||
// GPIO08 (SD_DATA1 Flash QIO/DIO/DOUT)
|
||||
0, // GPIO09 (SD_DATA2 Flash QIO or ESP8285)
|
||||
0, // GPIO10 (SD_DATA3 Flash QIO or ESP8285)
|
||||
// GPIO11 (SD_CMD Flash)
|
||||
0, // GPIO12
|
||||
GPIO_KEY1, // GPIO13 Button
|
||||
GPIO_IRSEND, // GPIO14 IR Transmitter
|
||||
0, 0, 0
|
||||
}
|
||||
```
|
||||
## Configuration
|
||||
Introduced in version [6.4.1.8](https://github.com/arendst/Sonoff-Tasmota/commit/c5f68235700b4447198a9508b709c3e254676114#diff-ddfd77b547e11c4b59fa0d20fddd7f94R1679) as [`YTF IR Bridge (62)`](https://www.aliexpress.com/item/Tuya-universal-Smart-IR-Hub-remote-control-Voice-Control-AC-TV-Work-With-Alexa-Google-Home/32951202513.html)
|
||||
|
||||
## List IR Codes
|
||||
GPIO | Component | Description
|
||||
-- | -- | --
|
||||
04 | LED1i (52) | Blue LED - Link status
|
||||
05 | IRrecv (51) | IR Receiver
|
||||
13 | Button1 (17) | Button
|
||||
14 | IRsend (8) | IR Transmitter
|
||||
|
||||
## IR Codes
|
||||
[IR Code List](https://github.com/arendst/Sonoff-Tasmota/wiki/Codes-for-IR-Remotes-(for-YTF-IR-Bridge))
|
||||
|
|
Loading…
Reference in New Issue