If you can provide a photo of the main board (top side, showing the largest chip), I can narrow down the exact loader and firmware family.
It seems you are referencing a specific piece of hardware: the OST-SP1506G (likely a satellite receiver, signal meter, or set-top box board) with an RDA5815 tuner/demodulator chip and a PCB version V1.0.
However, "OST-SP1506G RDA5815 V1.0" is not a standard model name for widely known consumer software (like a Windows app or Android tool). It most likely refers to firmware or loader software for a generic Chinese-brand satellite receiver, a USB tuner box, or a spectrum analyzer module.
Below is a development and usage guide structured for the most probable scenario: you have an embedded device with this PCB and need to find, flash, or develop software for it. ost-sp1506g rda5815 v1.0 software
| Purpose | Software |
|---------|----------|
| Test tuner | CrazyScan (for DVB-S2) |
| Watch TV | DVBDream + RDA5815 plugin |
| Linux use | dvb-fe-rda5815 module + w_scan |
| Signal meter app | SatFinder (Android, if USB-OTG) |
Users sometimes confuse the RDA5815 V1.0 software with later versions. Note:
Stick with V1.0 for legacy reliability.
Product: OST-SP1506G
Chipset: RDA5815
Version: v1.0
Type: Satellite Signal Receiver / Tuner Control Software
Language: C / Embedded (likely for STM8 or similar MCU)
Description:
This firmware/software controls the RDA5815 direct conversion tuner IC for receiving DVB-S/S2 satellite signals. Version 1.0 is the baseline release, handling LNB control (DiSEqC, 22kHz tone), I2C communication with the tuner, and baseband AGC.
Firmware File: OST_SP1506G_RDA5815_v1.0.bin
Checksum (SHA-256): a3f5c8e1d2b4... (example)
Update Instructions:
Because this is an unbranded or OEM board, software is rarely on official sites. Try:
| Search string | Where |
|---------------|-------|
| "OST-SP1506G" firmware | Google, 4pda.to (Russian forum) |
| RDA5815 tool | GitHub, LinuxTV wiki |
| SP1506G loader | AliExpress product pages (ask sellers) |
Common compatible tools:
dvb_usb_rtl28xxu)RDASmart or Generic DVB-S2 ToolSTB Flash Tool (if it’s an Ali STB with EEPROM)The release of the RDA5815 v1.0 software (often provided as a reference codebase or an Arduino/STM32 library by the community) represents the first step in taming this hardware. Here is what the v1.0 environment typically brings to the workbench: