Os motores de busca de Datasheet de Componentes eletrônicos
  Portuguese  ▼
ALLDATASHEETPT.COM

X  

  • RMR-12-R

  • AI
    The **RMR-12-R** typically refers to a **12-Channel Relay Receiver Module** often used in wireless remote control systems (RF communication). These modules are commonly found in industrial automation, garage door systems, and smart home lighting controls. --- ### 1. Key Technical Specifications | Feature | Description | | :--- | :--- | | **Operating Voltage** | Usually DC 12V or 24V (depending on the specific sub-model) | | **Channels** | 12 Independent Relay Outputs | | **Frequency** | Commonly 315MHz or 433MHz | | **Relay Capacity** | Typically 10A @ 250VAC or 10A @ 30VDC | | **Coding Type** | Learning Code (EV1527) or Fixed Code | | **Range** | 100m - 500m (Line of Sight) | --- ### 2. Main Electronic Components The board is composed of several critical sections that allow it to process wireless signals and toggle high-power loads: #### A. RF Receiver Module This is a small daughterboard or a dedicated IC (like the **SYN470R** or **LR480**) soldered to the main PCB. It captures the radio frequency signal from the transmitter and converts it into a digital data stream for the microcontroller. #### B. Microcontroller (MCU) The "brain" of the unit. It decodes the digital signal received from the RF module. It checks if the security code matches the stored "paired" remote and determines which of the 12 relays to trigger. #### C. Electromagnetic Relays The output stage consists of 12 individual relays. * **Terminals:** Each relay usually provides three ports: **NO** (Normally Open), **COM** (Common), and **NC** (Normally Closed). * **Isolation:** These provide galvanic isolation between the low-voltage control circuit and the high-voltage load. #### D. Voltage Regulator & Protection * **78L05 / LM7805:** Regulates the input 12V down to 5V for the MCU and RF module. * **Flyback Diodes (1N4148 or similar):** Placed across relay coils to prevent voltage spikes (back EMF) from damaging the transistors when the relay switches off. --- ### 3. Operational Modes The RMR-12-R usually supports three programmable modes via onboard jumpers or a learning button: 1. **Momentary (Jog):** The relay stays closed only while the remote button is pressed. 2. **Toggle (Self-lock):** Press once to turn ON, press again to turn OFF. 3. **Latched (Interlock):** Pressing one button turns on a specific relay and turns off all others. --- ### 4. Wiring Diagram Concept ```text [ Power Source 12V DC ] -> [ V+ and V- Inputs ] [ Remote Signal ] -> [ Antenna ] -> [ MCU ] -> [ Relay Driver ] [ Load (e.g., Motor) ] -> [ Relay COM ] + [ Relay NO ] ``` ---
    ✨ Follow-up Questions
    • How do I pair a new remote transmitter to the RMR-12-R module?
    • What is the maximum current load for all 12 relays active simultaneously?
    • Can this module be integrated with an Arduino or ESP32?