FS-R
AI

The **FS-R** series typically refers to the receiver line produced by **FlySky**, a popular manufacturer of Radio Control (RC) systems. These receivers are designed to decode signals from a transmitter (like the FS-i6) and convert them into electrical pulses for servos and Electronic Speed Controllers (ESCs).
Below is a breakdown of the electronic components and technical specifications common to the FS-R series (specifically the popular **FS-iA6B** or **FS-R6B** models).
---
### 1. Internal Electronic Architecture
The internal circuitry of an FS-R receiver consists of several key modules:
| Component | Function |
| :--- | :--- |
| **RF Front-End** | Captures 2.4GHz radio waves via the antenna. |
| **MCU (Microcontroller)** | Processes the digital packets and converts them into PWM, PPM, or i-Bus signals. |
| **Voltage Regulator** | Steps down the input voltage (usually 4.0V - 8.4V) to 3.3V for internal logic chips. |
| **EEPROM/Flash** | Stores "binding" information so the receiver remembers its specific transmitter. |
| **Crystal Oscillator** | Provides the precise clock frequency (usually 12MHz or 16MHz) for signal timing. |
---
### 2. Physical Ports and Connections
Most FS-R receivers utilize a standard 3-pin header system for each channel.
* **Pinout Configuration:**
* **Signal (S):** Usually the top pin (White or Orange wire).
* **Positive (+):** Middle pin (Red wire) - Power input/output.
* **Negative (-):** Bottom pin (Black or Brown wire) - Ground.
### 3. Comparison of Popular FS-R Models
| Model | Channels | Protocol | Telemetry | Best For |
| :--- | :--- | :--- | :--- | :--- |
| **FS-R6B** | 6 | AFHDS | No | Basic Planes/Cars |
| **FS-iA6B** | 6 | AFHDS 2A | Yes | Multirotors, Precision Planes |
| **FS-iA10B** | 10 | AFHDS 2A | Yes | Complex Scale Models |
| **FS-R9B** | 8 | AFHDS | No | Older FlySky TH9X systems |
---
### 4. Communication Protocols
The "Electronic Language" used by these parts is crucial for compatibility:
1. **PWM (Pulse Width Modulation):** One wire per channel. Standard for servos.
2. **PPM (Pulse Position Modulation):** All channels sent over a single wire in a stream.
3. **i-Bus:** FlySky’s proprietary digital bus. Allows for daisy-chaining sensors (telemetry) and high-speed communication with flight controllers.
4. **AFHDS 2A:** The "Automatic Frequency Hopping Digital System." This is the electronic algorithm that prevents interference by jumping between frequencies 160 times per second.
---
### 5. Essential Electronics Setup (Wiring)
```python
# Standard Connection Logic
# [Battery/ESC] -> [Channel 1 or BATT Port] -> [Receiver Powers Up]
# [Receiver] -> [Sends PWM Signal] -> [Servo Motor]
Input_Voltage = "4.0V to 8.4V DC"
Signal_Frequency = "2.408 to 2.475 GHz"
Bandwidth = "500 KHz"
```
- ⤷What is the difference between AFHDS and AFHDS 2A protocols?
- ⤷ How do I bind an FS-R receiver to a FlySky transmitter?
- ⤷ Can I use an FS-R receiver with a high-voltage (2S LiPo) setup?