logo elektroda
logo elektroda
X
logo elektroda

DVB-S/DVB-S2 Satellite Receiver Schematic, Power Supply and Boot Faults

User question

satellite receiver circuit analysis with schematic
satellite receiver power supply board schematic explained
DVB-S receiver boot sequence step by step

Artificial Intelligence ResponseLABEL_AI_GENERATED

Direct answer to the question

A typical DVB-S/DVB-S2 satellite receiver consists of four major electronic sections:

  1. Power supply board

    • Usually an isolated flyback SMPS.
    • Generates rails such as 12 V, 5 V, 3.3 V, and sometimes 15–24 V for the LNB supply stage.
  2. LNB power and RF input section

    • Sends DC power to the dish LNB through the coaxial cable.
    • Uses 13 V for vertical polarization and 18 V for horizontal polarization.
    • Adds a 22 kHz tone for high-band selection and DiSEqC control.
  3. Tuner/demodulator section

    • Receives the 950–2150 MHz IF signal from the LNB.
    • Tunes, downconverts, demodulates, and produces an MPEG transport stream.
  4. Main processor/SoC section

    • Boots from flash memory.
    • Initializes DDR RAM, tuner, demodulator, HDMI, front panel, USB, Ethernet, etc.
    • Decodes MPEG-2/H.264/H.265 video and audio for HDMI or AV output.

A simplified receiver architecture is:

Satellite Dish + LNB
|
| RF IF signal: 950–2150 MHz
| DC: 13/18 V
| 22 kHz tone / DiSEqC
v
+-------------------+
| F-connector input |
+---------+---------+
|
+--------------------+
| |
v v
RF coupling path LNB DC feed path
| |
v v
+----------------+ +---------------------+
| Tuner IC | | LNB power controller|
| RF downconverter| | 13/18 V + 22 kHz |
+--------+-------+ +----------+----------+
| ^
v |
+----------------+ |
| DVB-S/S2 |<----------------+
| demodulator | I2C control from SoC
+--------+-------+
|
| MPEG transport stream
v
+-----------------------------+
| Main SoC / CPU / AV decoder |
+-------------+---------------+
|
+--------+--------+-------------+
| | |
DDR RAM Flash HDMI/AV

Detailed problem analysis

1. DVB-S satellite receiver main circuit analysis

A DVB-S or DVB-S2 receiver does not receive the original Ku-band satellite carrier directly at the tuner IC. The satellite LNB mounted on the dish first converts the microwave satellite signal down to an intermediate frequency.

Typical Ku-band example:

Satellite RF: approximately 10.7–12.75 GHz
LNB local oscillator: usually 9.75 GHz or 10.6 GHz
Receiver input IF: approximately 950–2150 MHz

The receiver therefore processes the 950–2150 MHz L-band IF signal coming from the LNB.


2. RF input and LNB power feed schematic explained

A simplified RF/LNB input schematic looks like this:

 To LNB through coax
|
F-CONN
|
+-------------------- RF path --------------------+
| |
| C_RF |
| 10 pF–100 pF|
| |
v v
Surge/ESD Tuner RF input
protection
|
|
GND
+-------------------- DC feed path ----------------+
|
L_RF choke
10 uH / RF choke
|
v
+----------------------+
| LNB power controller |
| 13/18 V, 22 kHz |
| DiSEqC capable |
+----------+-----------+
^
|
I2C/GPIO
|
Main SoC

Function of each part

F-connector

This is the coaxial input from the satellite dish. It carries three things simultaneously:

Signal Purpose
950–2150 MHz RF Satellite IF signal from the LNB
13 V or 18 V DC Powers the LNB and selects polarization
22 kHz tone Selects low/high band and carries DiSEqC commands

DC-blocking RF capacitor

The tuner input must receive RF but must not receive the 13/18 V LNB voltage.

Therefore a small RF capacitor is placed in series with the RF path:

F-connector ---- C_RF ---- tuner input

This capacitor passes high-frequency RF but blocks DC.

Typical values are in the range of:

10 pF to 100 pF, depending on tuner input design

RF choke / bias inductor

The LNB supply voltage is injected onto the coaxial line through an RF choke:

LNB power IC ---- RF choke ---- F-connector

The choke allows DC current to pass to the LNB but presents a high impedance to the 950–2150 MHz RF signal, preventing RF leakage into the power supply section.


ESD and surge protection

Satellite coax cables can collect static charge and surge energy. Protection components are often placed near the F-connector:

F-connector ---- TVS diode / gas discharge tube / ESD diode ---- ground

In low-cost receivers, this protection may be minimal. In better designs, there may be:

  • TVS diode.
  • Gas discharge tube.
  • Series resistors or RF protection networks.
  • Spark gaps on PCB.

3. LNB power controller operation

The LNB power IC is one of the most important satellite-specific parts of the receiver. Example functions include:

Input: usually 12 V, 15 V, or 20 V
Output: 13 V or 18 V to coax
Control: I2C or GPIO from main processor
Protection: overcurrent, short-circuit, thermal shutdown

Typical devices used in receivers include parts similar to:

  • ST LNBP series.
  • ST LNBH series.
  • MPS/Diodes/Allegro LNB supply controllers.
  • Integrated LNB power blocks inside tuner modules in some compact designs.

LNB voltage meanings

Output condition Meaning
13 V Vertical polarization
18 V Horizontal polarization
22 kHz off Low band
22 kHz on High band
22 kHz burst modulation DiSEqC control

For a universal Ku-band LNB:

Low band LO = 9.75 GHz
High band LO = 10.6 GHz

The receiver enables the 22 kHz tone when tuning high-band transponders.


4. Tuner and demodulator circuit

A simplified tuner/demodulator chain is:

F-connector
|
RF protection and coupling
|
v
+----------------+
| RF tuner IC |
| LNA / mixer / |
| PLL / filters |
+-------+--------+
|
| I/Q baseband or low-IF
v
+----------------+
| DVB-S/S2 |
| demodulator |
| ADC + carrier |
| recovery + FEC |
+-------+--------+
|
| MPEG-TS
v
+----------------+
| Main SoC |
+----------------+

Tuner IC

The tuner selects a wanted carrier within the 950–2150 MHz input range. It usually contains:

  • Low-noise amplifier.
  • Mixer.
  • PLL synthesizer.
  • Variable gain amplifier.
  • Baseband filters.
  • I2C control interface.

The main SoC programs the tuner with:

  • Input frequency.
  • Symbol rate-related bandwidth.
  • Gain mode.
  • Tuning step.
  • Sometimes loop-through or standby mode.

DVB-S/DVB-S2 demodulator

The demodulator converts the selected modulated signal into a digital transport stream.

It performs:

  • ADC sampling.
  • AGC control.
  • Carrier recovery.
  • Symbol timing recovery.
  • QPSK/8PSK demapping.
  • Viterbi/Reed-Solomon correction for DVB-S.
  • LDPC/BCH correction for DVB-S2.
  • MPEG transport stream output.

Typical transport stream interface:

Parallel TS: D0–D7 + CLK + VALID + SYNC
or
Serial TS: DATA + CLK + VALID + SYNC

In newer receivers, tuner and demodulator may be integrated into one frontend IC or even partly integrated into the main SoC.


5. Main SoC section

The main SoC is the central controller. It normally includes:

Block Function
CPU core Runs bootloader, Linux/RTOS, application
DDR controller External RAM interface
Flash interface SPI NOR, NAND, or eMMC boot storage
DVB transport demux Extracts audio/video/data PIDs
Video decoder MPEG-2, H.264, H.265/HEVC depending on model
Audio decoder MPEG audio, AAC, AC3 depending on license/model
HDMI transmitter Digital audio/video output
CVBS DAC Analog video output in older units
USB/Ethernet Updates, media playback, networking
I2C/SPI/GPIO Control of tuner, demodulator, LNB IC, display, IR

A simplified SoC section:

 +-------------------+
SPI NOR/NAND --->| |<---> DDR3/DDR4 RAM
| Main SoC |
Tuner/Demod ---->| |----> HDMI
Transport stream | |----> CVBS/Audio
| |<---- IR receiver
I2C/GPIO --------| |----> Front panel LEDs/display
+-------------------+

6. Satellite receiver power supply board schematic explained

Most set-top satellite receivers use a low-cost isolated flyback SMPS.

A typical schematic-level block diagram is:

 AC mains
90–265 VAC
|
v
+--------+
| Fuse |
+--------+
|
v
+----------------+
| MOV / NTC / EMI|
| filter |
+----------------+
|
v
+----------------+
| Bridge rectifier|
+----------------+
|
v
+---------------------+
| Bulk capacitor |
| 400 V / 450 V |
+---------------------+
|
| high-voltage DC bus
v
+--------------------------+
| Flyback transformer |
| primary winding |
+------------+-------------+
|
v
+--------------------------+
| PWM controller + MOSFET |
| or integrated switcher |
+------------+-------------+
|
GND primary
Isolated secondary side
-----------------------
+------------------+ +------------------+
| 12 V rectifier |---->| tuner / LNB stage|
+------------------+ +------------------+
+------------------+ +------------------+
| 5 V rectifier |---->| USB / AV / logic |
+------------------+ +------------------+
+------------------+ +------------------+
| 3.3 V rectifier |---->| SoC / flash / IO |
+------------------+ +------------------+
Feedback:
3.3 V or 5 V rail ---> TL431 ---> optocoupler ---> PWM IC feedback pin

7. Primary side of the SMPS

Safety warning

The primary side of this circuit is connected directly to the AC mains. The bulk capacitor can hold approximately:

160 VDC on 120 VAC mains
325 VDC on 230 VAC mains

and can remain charged after unplugging. Troubleshooting this section requires isolation, proper probes, discharge procedures, and experience with mains-powered equipment.


Input fuse

The fuse protects against catastrophic faults such as:

  • Shorted bridge rectifier.
  • Shorted primary MOSFET.
  • Shorted bulk capacitor.
  • Major transformer insulation fault.

A blown fuse should never simply be replaced without identifying the fault.


MOV varistor

The MOV clamps high-voltage mains transients.

Line ---- MOV ---- Neutral

If the unit was exposed to surge or lightning, the MOV may fail short and blow the fuse.


NTC thermistor

The NTC limits inrush current into the empty high-voltage bulk capacitor at power-on.

At turn-on:

NTC resistance = high

After warming up:

NTC resistance = low

EMI filter

The EMI filter prevents switching noise from returning to the mains.

It usually includes:

  • Common-mode choke.
  • X-class capacitor across line and neutral.
  • Y-class capacitors from primary to secondary/reference points.
  • Sometimes differential-mode inductors.

Bridge rectifier and bulk capacitor

The bridge rectifier converts AC to high-voltage DC.

Approximate voltage:

\[ V{DC} \approx \sqrt{2} \times V{AC,RMS} \]

Examples:

\[ 120\,V{AC} \times 1.414 \approx 170\,V{DC} \]

\[ 230\,V{AC} \times 1.414 \approx 325\,V{DC} \]

The bulk capacitor smooths the rectified waveform and supplies the flyback converter.


8. Flyback switching section

The flyback converter stores energy in the transformer during the MOSFET on-time and transfers it to the secondary side during the MOSFET off-time.

Simplified switching operation:

MOSFET ON:
- Current ramps up in primary winding.
- Energy is stored in transformer magnetizing inductance.
- Secondary diodes are reverse-biased.
MOSFET OFF:
- Magnetic field collapses.
- Secondary diodes conduct.
- Energy charges output capacitors.

PWM controller

Low-cost receivers often use ICs similar to:

  • VIPer series.
  • Power Integrations TinySwitch/LinkSwitch type devices.
  • Fairchild/ON Semiconductor integrated PWM switchers.
  • Separate PWM controller plus external MOSFET in larger supplies.

The controller handles:

  • Oscillation.
  • Current limit.
  • Startup.
  • Overvoltage protection.
  • Overload protection.
  • Burst/standby operation.

Startup resistor and auxiliary winding

At first power-up, the PWM IC needs a small current to start. This is often supplied through a high-value resistor from the high-voltage bus:

HV DC bus ---- startup resistor ---- VCC pin of PWM IC

Once switching begins, an auxiliary transformer winding supplies VCC more efficiently:

Aux winding ---- diode ---- capacitor ---- PWM IC VCC

Common fault:

Receiver clicks or pulses but does not start

Possible cause:

  • Dried VCC capacitor.
  • Open startup resistor.
  • Faulty PWM IC.
  • Shorted secondary rail.

Snubber circuit

The primary winding leakage inductance produces a high-voltage spike when the MOSFET turns off. A snubber protects the MOSFET.

Common snubber:

RCD clamp = resistor + capacitor + fast diode

Faults in this section can destroy the MOSFET or integrated switcher.


9. Secondary side power rails

Typical satellite receiver rails:

Rail Common use
12 V Tuner, LNB supply input, AV circuits
5 V USB, HDMI, front panel, regulators
3.3 V Flash, logic, tuner/demod I/O
1.8 V DDR, tuner/demod core, SoC I/O
1.5 V / 1.35 V DDR3/DDR3L memory
1.0–1.2 V SoC core voltage

The main SMPS may only provide 12 V, 5 V, and 3.3 V. Smaller buck regulators or LDOs on the mainboard then generate:

1.2 V core
1.5 V DDR
1.8 V logic

10. TL431 and optocoupler feedback

The output voltage is regulated through an isolated feedback loop.

Simplified feedback schematic:

 Secondary side Primary side
+5 V or +3.3 V
|
R1
|
+---- TL431 REF
|
R2
|
GND
TL431 cathode ---- optocoupler LED ---- resistor ---- output rail
Optocoupler transistor ---- PWM feedback pin

Operation

If the output voltage rises:

TL431 conducts more current
Optocoupler LED becomes brighter
Primary feedback signal increases
PWM duty cycle decreases
Output voltage falls

If the output voltage falls:

TL431 conducts less current
Optocoupler LED becomes dimmer
PWM duty cycle increases
Output voltage rises

The regulated rail is usually the 5 V or 3.3 V rail. Other rails are cross-regulated by transformer winding ratios and load conditions.


11. DVB-S receiver boot sequence step by step

A typical DVB-S receiver boot sequence is as follows.


Step 1: AC power applied

The SMPS starts and generates standby or main rails.

AC input → SMPS → 5 V standby / 3.3 V / 12 V

Some receivers have a standby microcontroller or front-panel controller powered first. Others power the full SoC immediately.


Step 2: Power rails stabilize

On the mainboard, DC-DC converters generate low-voltage rails:

12 V → LNB controller / tuner supply
5 V → USB / HDMI / regulators
3.3 V → flash / logic / I/O
1.8 V → tuner/demod / DDR I/O
1.5 V → DDR3
1.1 V → SoC core

The reset supervisor holds the SoC in reset until voltages are valid.


Step 3: Reset release

When rails are stable:

RESET_N goes high
SoC begins execution

The CPU starts from an internal boot ROM address.


Step 4: Internal ROM bootloader runs

The SoC’s mask ROM performs basic initialization:

  • Reads boot strap pins.
  • Determines boot source:
    • SPI NOR flash.
    • NAND flash.
    • eMMC.
    • USB recovery mode in some models.
    • UART/JTAG recovery in engineering modes.
  • Initializes minimal clocking.
  • Initializes a basic flash interface.
  • Loads the first external bootloader stage into internal SRAM.

Step 5: First-stage bootloader

The first-stage bootloader, sometimes called SPL, initializes hardware that the internal ROM cannot fully configure.

It usually performs:

  • PLL setup.
  • Pin multiplexing.
  • DDR RAM initialization.
  • Basic UART console setup.
  • Watchdog configuration.
  • Flash partition detection.

DDR initialization is a critical point. If the unit hangs here, possible causes include:

  • Faulty DDR memory.
  • Corrupt bootloader.
  • Incorrect firmware image.
  • Bad power rail to DDR.
  • Bad solder joints under BGA SoC or memory.

Step 6: Second-stage bootloader

The second-stage bootloader may be U-Boot, CFE, or a proprietary bootloader.

It performs:

  • More complete hardware initialization.
  • Reads environment variables.
  • Displays boot messages on UART or front panel.
  • Loads kernel image from flash.
  • Loads device tree if Linux-based.
  • Verifies image checksum or signature in secured systems.
  • Passes boot arguments to the kernel.

Common boot messages may include:

U-Boot
DRAM: 256 MiB
NAND: ...
SPI Flash: ...
Loading kernel...
Starting kernel...

If the receiver is stuck on “BOOT”, the failure may occur at this stage or during early kernel startup.


Step 7: Kernel startup

For Linux-based receivers, the kernel then:

  • Decompresses itself into DDR RAM.
  • Initializes memory management.
  • Initializes interrupt controller.
  • Starts device drivers.
  • Mounts the root filesystem.
  • Loads DVB frontend drivers.
  • Initializes HDMI, demux, tuner, demodulator, Ethernet, USB, IR, and front panel.

For RTOS-based receivers, a monolithic firmware image may initialize drivers directly without a full Linux-style boot process.


Step 8: Root filesystem and application startup

The first user-space process starts:

/sbin/init
systemd
busybox init
proprietary init system

Then the receiver application or middleware starts.

Examples of application-level tasks:

  • Load channel database.
  • Load satellite/transponder list.
  • Load user settings.
  • Initialize remote control.
  • Initialize on-screen display.
  • Configure AV output resolution.
  • Start conditional access or smartcard services if present.
  • Start network services if supported.

Step 9: Tuner and LNB initialization

When the receiver tunes a channel, software calculates the required LNB and tuner settings.

Example:

Wanted satellite transponder: 11.836 GHz horizontal high band
LNB high-band LO: 10.6 GHz
Receiver IF = 11.836 GHz - 10.6 GHz = 1.236 GHz

The receiver then sets:

LNB voltage = 18 V for horizontal
22 kHz tone = ON for high band
Tuner frequency = 1236 MHz
Symbol rate = transponder symbol rate
Demodulation = DVB-S or DVB-S2
FEC = auto or specified

Step 10: Demodulator lock

The demodulator searches for and locks to the carrier.

It reports status bits such as:

Signal present
Carrier lock
Viterbi/LDPC lock
Sync lock
Transport stream valid

If lock is successful, an MPEG transport stream flows into the SoC.


Step 11: Demux, decode, and output

The SoC demultiplexer extracts selected PIDs:

Video PID
Audio PID
PCR PID
Subtitle PID
ECM/EMM PIDs for encrypted services

Then:

  • Video decoder decompresses the video.
  • Audio decoder decompresses the audio.
  • AV synchronizer uses PCR/PTS timing.
  • HDMI block outputs video/audio.
  • OSD engine overlays menus and channel information.

12. Practical troubleshooting guide

A. No power, no LED

Likely section:

Primary SMPS or standby supply

Check:

  • Fuse continuity.
  • MOV short.
  • Bridge rectifier short.
  • Bulk capacitor voltage.
  • PWM IC VCC.
  • Shorted secondary rectifier.
  • Shorted output capacitor.

Expected measurements:

Test point Approximate value
Bulk capacitor on 120 VAC mains 150–170 VDC
Bulk capacitor on 230 VAC mains 300–330 VDC
5 V rail 5.0 V
3.3 V rail 3.3 V
12 V rail 11.5–12.5 V

Use proper isolation and safety procedures.


B. Power LED on, but receiver stuck on BOOT

Likely causes:

  • Corrupt firmware.
  • Bad SPI flash or NAND.
  • Failed DDR RAM.
  • Missing 1.1 V/1.2 V SoC core rail.
  • Missing 1.5 V DDR rail.
  • Bad crystal oscillator.
  • BGA solder fault.
  • Bootloader corruption.

Best diagnostic method:

Connect USB-to-TTL UART adapter to the receiver mainboard service header.

Typical UART levels are 3.3 V TTL, not RS-232 voltage levels.

Look for logs such as:

DDR init failed
Bad CRC
Bad magic number
Kernel panic
Unable to mount root fs
NAND read error

C. Receiver boots, but no satellite signal

Likely causes:

  • No LNB voltage.
  • Shorted coax or LNB.
  • Failed LNB power IC.
  • Missing 22 kHz tone.
  • Faulty tuner.
  • Wrong dish alignment.
  • Wrong LNB LO setting.
  • Bad DiSEqC switch.
  • Corrupt channel/transponder database.

Check at the F-connector:

Condition Expected voltage
Vertical channel approximately 13 V
Horizontal channel approximately 18 V
Receiver standby often 0 V, depending on model
High-band channel 22 kHz tone present

Use a multimeter for DC voltage and an oscilloscope or satellite meter for the 22 kHz tone.


D. Low-band channels work, high-band channels do not

Most likely:

22 kHz tone missing

Possible causes:

  • LNB power controller fault.
  • Software setting error.
  • Wrong LNB type selected.
  • DiSEqC/tone burst configuration issue.
  • Excessive coax loading.
  • Defective LNB.

E. Vertical works, horizontal does not

Most likely:

18 V LNB supply problem

Possible causes:

  • LNB controller cannot boost to 18 V.
  • Weak 12 V or 15 V rail.
  • Bad electrolytic capacitors.
  • Overcurrent protection triggered.
  • Coaxial cable voltage drop.
  • LNB drawing excessive current.

F. Receiver reboots when tuning satellite channels

Likely causes:

  • LNB current overload.
  • Weak SMPS secondary capacitors.
  • Bad 12 V rail.
  • Shorted coax cable.
  • Failing LNB power controller.
  • Main SoC brownout due to supply ripple.

Check with oscilloscope:

12 V rail ripple
5 V rail ripple
3.3 V rail ripple
SoC core rail stability

High ESR capacitors are a very common failure in older receivers.


13. Example of complete simplified power supply schematic

This is not a manufacturer-specific schematic, but it represents the common topology used in many receivers:

 AC INPUT
L o----FUSE----NTC----+----+------------------+
| | |
MOV EMI BRIDGE
| FILTER RECTIFIER
N o-------------------+----+------------------+
|
+---- +HV DC
|
C_BULK
22–68 uF
400/450 V
|
GND_PRI
+HV DC
|
|
Primary winding
|
+------ Drain
+----------------+
| PWM/MOSFET IC |
+----------------+
|
Source
|
GND_PRI
Aux winding ---- diode ---- C_VCC ---- VCC of PWM IC
Secondary winding 1 ---- Schottky ---- LC filter ---- +12 V
Secondary winding 2 ---- Schottky ---- LC filter ---- +5 V
Secondary winding 3 ---- Schottky ---- LC filter ---- +3.3 V
+5 V or +3.3 V ---- resistor divider ---- TL431
|
v
Optocoupler LED
|
Optocoupler transistor
|
PWM feedback pin

14. Example of LNB supply and tuner schematic

 Coax to dish/LNB
|
F-CONN
|
+-------------+-------------+
| |
| |
C_RF L_CHOKE
DC block RF choke
| |
v v
Tuner RF input LNB output pin
of LNB power IC
|
+----------+----------+
| LNB controller IC |
| 13/18 V generator |
| 22 kHz tone |
| DiSEqC |
| current protection |
+----------+----------+
|
12 V / 15 V input
|
control via I2C/GPIO
|
SoC

15. Practical test points

Useful board test points include:

Test point What to expect
Bulk capacitor 150–170 VDC on 120 VAC, 300–330 VDC on 230 VAC
PWM IC VCC Often 10–18 V depending on IC
12 V rail Stable 11.5–12.5 V
5 V rail Stable 4.85–5.15 V
3.3 V rail Stable 3.2–3.4 V
SoC core rail Often 0.9–1.2 V
DDR rail 1.35 V, 1.5 V, or 1.8 V depending on RAM
F-connector vertical Around 13 V
F-connector horizontal Around 18 V
22 kHz tone Present for high band or DiSEqC commands
UART TX pin Boot log at 3.3 V TTL level

16. Current information and trends

Modern DVB-S2/S2X receivers are increasingly integrated compared with older DVB-S units.

Important trends include:

  • More integration: tuner, demodulator, demux, and video decoding functions are increasingly integrated into fewer ICs.
  • DVB-S2X support: newer satellite receivers may support improved modulation and coding modes beyond DVB-S2.
  • HEVC/H.265 decoding: common in HD/4K receivers.
  • Secure boot: many pay-TV and operator receivers verify firmware signatures during boot.
  • eMMC storage: replacing older NAND flash in some designs.
  • Lower standby power: improved SMPS controllers and standby architectures.
  • Networked receivers: Linux-based boxes often support Ethernet, Wi-Fi, IPTV, streaming, and USB PVR features.
  • More software-defined control: tuner/demodulator initialization is heavily driver-dependent, especially in Linux DVB frameworks.

For repair work, the trend toward BGA SoCs, integrated tuner modules, and secure firmware makes component-level repair harder than on older discrete designs.


17. Practical guidelines

For schematic reading

When analyzing a receiver board, separate it into these functional areas:

1. AC input and SMPS primary
2. SMPS secondary outputs
3. Mainboard regulators
4. SoC, DDR, flash
5. RF tuner/demodulator
6. LNB power circuit
7. HDMI/AV/front panel/IR/USB

Do not try to understand the whole board at once. Follow the power first, then the control buses, then the signal path.


For repair diagnosis

Recommended sequence:

  1. Inspect for burned parts, swollen capacitors, cracked solder joints.
  2. Check for shorts on secondary rails before applying power.
  3. Power through a current-limited source or isolation method where appropriate.
  4. Verify SMPS output rails.
  5. Verify mainboard buck regulator rails.
  6. Check reset and clock signals.
  7. Connect UART and read boot log.
  8. Verify LNB voltage at the F-connector.
  9. Verify tuner/demod I2C activity.
  10. Verify transport stream or demodulator lock status if software access is available.

For boot debugging

Use UART first. It gives the most information with the least board disturbance.

Typical UART settings:

Voltage: 3.3 V TTL
Baud rate: often 115200 bps
Data: 8 bits
Parity: none
Stop bits: 1

Do not connect an old ±12 V RS-232 serial port directly to the board. Use a USB-to-TTL adapter.


For LNB testing

At the F-connector:

Vertical transponder → approximately 13 V
Horizontal transponder → approximately 18 V
High band → 22 kHz tone present
Low band → 22 kHz tone absent

If the voltage collapses when the coax is connected, suspect:

  • Shorted coax.
  • Faulty LNB.
  • Water ingress in connectors.
  • Failed DiSEqC switch.
  • Weak LNB power IC.
  • Weak 12 V supply.

18. Possible disclaimers and additional notes

  • Exact schematics differ significantly between receiver brands and models.
  • The diagrams above are representative engineering schematics, not a direct copy of a specific commercial receiver.
  • Primary-side SMPS troubleshooting is hazardous and should only be done by qualified personnel.
  • Some operator-locked receivers use secure boot and encrypted firmware; firmware recovery may not be possible without vendor tools.
  • Replacing electrolytic capacitors may repair many older power supplies, but it is not a substitute for proper measurement.
  • LNB voltage should be measured carefully; shorting the F-connector output can damage the LNB power IC.

Brief summary

A satellite receiver takes a 950–2150 MHz IF signal from the LNB, powers and controls that LNB using 13/18 V plus a 22 kHz tone, tunes and demodulates the DVB-S/S2 signal, then decodes the transport stream using the main SoC. The power supply is usually an isolated flyback SMPS producing 12 V, 5 V, and 3.3 V rails, with local regulators generating lower SoC and DDR voltages. During boot, the receiver progresses through power stabilization, reset release, ROM bootloader, secondary bootloader, kernel or RTOS startup, driver initialization, application loading, LNB/tuner setup, demodulator lock, and finally audio/video playback.

Disclaimer: The responses provided by artificial intelligence (language model) may be inaccurate and misleading. Elektroda is not responsible for the accuracy, reliability, or completeness of the presented information. All responses should be verified by the user.

Ask additional question

Wait...(2min)