Skip to content

Commit

Permalink
Update RF-Protocol.md (#1310)
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
lboue authored Dec 12, 2023
1 parent 582aae7 commit d214b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RF-Protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Tasmota uses the [rc-switch library](https://github.com/sui77/rc-switch/) to decode RF codes. Supported hardware depends on rc-switch library support only.

## Sending RF Codes
Send an RF control code as a decimal or hexadecimal string in a JSON payload. An inexpensive RF receiver such as a [STX882](https://www.nicerf.com/productslist_119_stx882.html) can be connected to a device running Tasmota. In order to send RF data you need to _**configure the connected GPIO as `RFSend (105)`**_
Send an RF control code as a decimal or hexadecimal string in a JSON payload. An inexpensive RF receiver such as a [STX882](https://www.nicerf.com/item/433mhz-ask-transmitter-module-stx882) can be connected to a device running Tasmota. In order to send RF data you need to _**configure the connected GPIO as `RFSend (105)`**_

Command|Parameters
:---|:---
Expand All @@ -31,7 +31,7 @@ When sending decimal formatted command you need to follow the pattern otherwise
`RfSend 123456, 24, 1, 238` is missing the `repeat` value so the last number intended as pulse value won't be sent

## Receiving RF Codes
An inexpensive RF receiver such as a [SRX882](https://www.nicerf.com/product_132_82.html) can be connected to a device running Tasmota. Configure the GPIO connected to Data pin on the RF receiver as 'RFrecv (106)'.
An inexpensive RF receiver such as a [SRX882](https://www.nicerf.com/item/433mhz-ask-transmitter-module-stx882) can be connected to a device running Tasmota. Configure the GPIO connected to Data pin on the RF receiver as 'RFrecv (106)'.
<br>Once you have identified the protocols that you want to receive data on , you can enable only those protocols .
<br>The RfProtocol command will only work if you have set a pin function to rfrecv

Expand Down

0 comments on commit d214b1d

Please sign in to comment.