From 4b5f4c9dc8d1d9c5124eaab02a4a80a1bf87c31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20=C3=81rkosi=20R=C3=B3bert?= Date: Wed, 22 Mar 2023 11:07:25 +0100 Subject: [PATCH] Add remote_* to seealso (#2775) * Add remote_* to seealso * Update rf_bridge.rst --- components/rf_bridge.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/rf_bridge.rst b/components/rf_bridge.rst index f8c6a9644..1a9e5308d 100644 --- a/components/rf_bridge.rst +++ b/components/rf_bridge.rst @@ -6,8 +6,8 @@ RF Bridge Component :image: rf_bridge.jpg :keywords: RF Bridge -The ``RF Bridge`` Component provides the ability to send and receive 433MHz remote codes without hardware -hacking the circuit board to bypass the ``efm8bb1`` MCU. This component implements the communication protocol +The ``RF Bridge`` Component provides the ability to send and receive 433MHz remote codes using the +embedded EFM8BB1 microcontroller. This component implements the communication protocol that the original ``efm8bb1`` firmware implements. The device is connected via the :doc:`UART bus `. The uart bus must be configured at the same speed of the module which is 19200bps. @@ -402,5 +402,8 @@ See Also -------- - :apiref:`rf_bridge/rf_bridge.h` +- `RF-Bridge-EFM8BB1 `__ by `Portisch `__ - :doc:`/components/uart` +- :doc:`/components/remote_receiver` +- :doc:`/components/remote_transmitter` - :ghedit:`Edit`