mirror of https://github.com/arendst/Tasmota.git
Updated Sonoff RF (markdown)
parent
a93de0660b
commit
484581d4ea
21
Sonoff-RF.md
21
Sonoff-RF.md
|
@ -1,14 +1,18 @@
|
|||
## Serial connection
|
||||
## Serial Flashing
|
||||
|
||||
The Sonoff RF needs some tweaking as the connection needed during programming between the button and GPIO0 might not be present.
|
||||
|
||||
This connection *must be removed* after the conversion to Tasmota or a button press will send the device in an ON/OFF loop.
|
||||
This connection **must be removed** after the conversion to Tasmota or a button press will send the device in an ON/OFF loop.
|
||||
|
||||
This can be achieved by shorting both solder pads of *R21* with a small screwdriver while holding down the button during programming. This can be a bit fiddly, and ideally you should check the bootloader output over serial to see whether you managed to get it into programming mode. Alternatively, [Phalox](http://phalox.be/wp/electronics/itead-sonoff-slampher-custom-firmware-fix/) installed a jumper wire (explained in the picture below). Remember to remove it after programming.
|
||||
<img alt="" src="https://github.com/arendst/arendst.github.io/blob/master/media/sonoffrffix.jpg?raw=true" height="200" align="right">
|
||||
|
||||
<img alt="S20 Smart Socket" src="https://github.com/arendst/arendst.github.io/blob/master/media/sonoffrffix.jpg" width="230" align="right" />
|
||||
This can be achieved by shorting both solder pads of _R21_ with a small screwdriver while holding down the button during programming. This can be a bit fiddly, and ideally you should check the bootloader output over serial to see whether you managed to get it into programming mode. Alternatively, [Phalox](http://phalox.be/wp/electronics/itead-sonoff-slampher-custom-firmware-fix/) installed a jumper wire (explained in the picture below). Remember to remove it after programming.
|
||||
|
||||
The R2 V1.0 version of the Sonoff RF uses an ESP8285 which is covered by a horizontally orientated RF expansion board. Entering flash ready mode can be achieved by grounding K_P (which is connected to GPIO0) to the neighbouring GND pin on the RF board during power on. https://imgur.com/a/rJ3zGQQ
|
||||
|
||||
|
||||
The R2 V1.0 version of the Sonoff RF uses an ESP8285 which is covered by a horizontally orientated RF expansion board. Entering flash ready mode can be achieved by grounding K_P (which is connected to GPIO0) to the neighbouring GND pin on the RF board during power on.
|
||||
|
||||
![Flash mode procedure](https://i.postimg.cc/8czcS5gV/tNTwDPE.jpg)
|
||||
|
||||
Pairing the iTead RF remote controller is the same as with the original iTead software:
|
||||
- two short button presses will blink a red led shortly and start RF signal recognition. Three longer blinks signal RF reception.
|
||||
|
@ -26,18 +30,15 @@ User [gadjet](https://github.com/gadjet) installed a jumper in place of R21 allo
|
|||
|
||||
<img alt="RF jumper" src="https://github.com/arendst/arendst.github.io/blob/master/media/sonoffrfjmpr.jpg" align="left" />
|
||||
|
||||
### Procedure
|
||||
### Pairing Instructions
|
||||
Pairing the iTead RF remote controller is the same as with the original iTead software:
|
||||
- two short button presses will blink a red led shortly and start RF signal recognition. Three longer blinks signal RF reception.
|
||||
- three short button presses will keep the red led on for some seconds and erase the known RF code.
|
||||
|
||||
I was unable to pair the Sonoff RF 434MHz receiver with my KaKu switches but the iTead provided remote control works just fine.
|
||||
|
||||
### Version 2 Pairing Instructions
|
||||
## Version 2 Pairing Instructions
|
||||
RF units produced after 6/2018 use a different procedure for pairing.
|
||||
|
||||
- Press and hold the button for 3-seconds until the red light flashes once, then press then button on your remote to program.
|
||||
- Press and hold for button for 5-seconds until the red light flashes twice to clear remote programming.
|
||||
|
||||
Guide with pictures for the Slampher v2.0 wich looks like mine:
|
||||
https://hobbytronics.pk/tasmota-sonoff-slampher-local-control/
|
Loading…
Reference in New Issue