BDA Interface For AltDVB

juli13

Staff member
Administrator
Messages
10,194
AltDVB v2.2 BDA device

This is a new BDA interface wrapper for AltDVB v2.2.

The configuration file (Dev_Bda2Driver.cfg) should be placed in the same folder
as the interface (Dev_Bda2Driver.int). If this file doesn't exist, the interface driver
will create a new one with default values.

DVB-S2 signalling:
TechnoTrend users - no change neccessary (DVBS2Signalling signalling value is the default 8VSB)
KNC One users - change the DVBS2Signalling signalling value to: 8PSK
Hauppauge users - change the DVBS2Signalling signalling value to: NBC_8PSK
all other - try 8VSB or 8PSK

S/S2 Pilot and S2 Roll Off:
these values are for the Haupppauge drivers and practically should not be changed

v 0.1.0.12 -
- recompiled with latest Technotrend BDA SDK (1.0.1.21). Now use ttBdaDrvApi_Dll.dll
 

juli13

Staff member
Administrator
Messages
10,194
24/06/2010

AltDVB v2.2 BDA device v 0.2.0.1


- Removed DVBS2Signalling, DiSEqC, S_ROLLOFF settings from config.
- Added FEC support.
- LNB power-off support.
- Vendor-specific BDA extension autodetection. Now supported:
* Technotrend BDA API (use ttBdaDrvApi_Dll.dll). ToneBurst + Raw DiSEqC, LNB power-off, Modulation type selection.
* Hauppauge BDA extension. Raw DiSEqC, Modulation type selection, S2 Pilot/RollOff settings.
* Conexant BDA extension. Raw DiSEqC, Modulation type selection, S2 Pilot/RollOff settings (optional), LNB power-off (optional).
* DvbWorld BDA extension. ToneBurst + Raw DiSEqC, Modulation type selection.
* Turbosight BDA extension. Raw DiSEqC, Modulation type selection, LNB power-off.
* Twinhan BDA extension. ToneBurst + Raw DiSEqC, Modulation type selection, LNB power-off.
* TeVii BDA API (TeVii.dll). Raw DiSEqC, LNB power-off, Modulation type selection.
* Omicom BDA extension. ToneBurst + Raw DiSEqC, Modulation type selection.
 

k@lkov

Super VIP
Messages
10,003
AltDVB v2.2 BDA device v.0.2.0.2

Code:
- Change BDA type detection order. Use Turbosight, DVBWorld 
   extension for TeVii devices with old drivers (pre 2009).
- Show Technotrend product name instead tuner filter name.
- Change credits and added project url in device selection dialog.

P.S. v 0.1.0.12 and later not need any MSVC runtime.
+ Please update topic name (update or remove version).
 

juli13

Staff member
Administrator
Messages
10,194
AltDVB v2.2 BDA device v.0.2.0.3

This is a new BDA interface wrapper for AltDVB v2.2.

!!! ttBdaDrvApi_Dll.dll, TeVii.dll must be placed in directory with AltDVB.exe !!!

The configuration file (Dev_Bda2Driver.cfg) should be placed in the same folder
as the interface (Dev_Bda2Driver.int). If this file doesn't exist, the interface driver
will create a new one with default values.

S2 Pilot and S2 Roll Off:
these values are for the Haupppauge drivers and practically should not be changed

v 0.2.0.3 - 2010.07.18

- DVB-S tuning code cleanup.
 

tani1

Staff member
Super Moderator
Messages
17,767
Date: 25-07-2010
----------
v 0.2.0.4
- Initial DVB-S tuning fixed (power-on, power-off).

This imporatnt fix for Technotrend, KNC ONE, Omicom S2 and other with support diseqc 1.0 via InputRange.
Before v0.2.0.4 Diseqc 1.0 port 1 always selected at first tuning (via InputRange). Now fixed.
 

juli13

Staff member
Administrator
Messages
10,194
01.08.2010

AltDVB v2.2 BDA device v.0.2.0.5

Code:
[B]v 0.2.0.5 - 2010.08.01 [/B]
- Experimental Microsoft Windows7 DiSEqC BDA-extension support. Used in Windows7 Media Center (DiSEqC 1.0), if driver provide this extension.
  Most Win7-designed BDA-drivers provide this extension only for DiSEqC 1.0, but specification support RAW DiseqC 1.x/2.x and ToneBurst.
  Current build support only ToneBurst/DiSEqC 1.0 for this extension (but in sources implemented also RAW DiseqC support).
- New configuration file option BDA_TYPE - preffered BDA-extension (Microsoft or TeVii). BDA extension always autodetected and this option can change priority.
----------
 

tani1

Staff member
Super Moderator
Messages
17,767
Date: 04-09-2010
----------
v 0.2.0.6

- Initial DVB-S tuning again fixed (power-on).
 

tani1

Staff member
Super Moderator
Messages
17,767
Date: 03-10-2010
----------
v 0.2.0.7

- Initial DVB-S tuning speed-up.
 

marokino08

Super VIP
Messages
7,462
v 0.2.0.8
2010.10.09
- Revert 0.2.0.7 changes (LNB power-on failed for some devices).
- Omicom S2 DiSEqC 1.x minor fix (enable continous 22Khz (50ms) before DiSEqC command).
- Turbosight QBOX, QBOX2, QBOX-S2 and Prof 1100 support (DiSEqC 1.x, LNB power control).
 

tani1

Staff member
Super Moderator
Messages
17,767
Date: 0330-01-2011
----------
v 0.2.0.9

- Turbosight QBOXs (and ODM like Prof 1100, MatchBox Pro) support fixed (DiSEqC 1.x, LNB power control)
 

marce

VIP
Messages
7,115
v 0.2.0.10 - 2011.05.29


Code:
- Continous 22Khz tone control, when LOF Switch=0.
For example: LOF Low=5150, LOF Switch=0, LOF High=0 - 22Khz tone off, LOF=5150
LOF Low=0, LOF Switch=0, LOF High=10750 - 22Khz tone on, LOF=10750
- Turbosight 6925 V2 support (DiSEqC 1.x control).
- Turbosight QBOXs support fixed again (DiSEqC 1.x control).
 

tani1

Staff member
Super Moderator
Messages
17,767
Date: 21-06-2011 - CrazyCat
----------
v 0.2.0.11

- Device configuration dialog implemented.
----------

MSVC2008SP1 runtime required (MSVCRT and MFC).
 

tani1

Staff member
Super Moderator
Messages
17,767
25-07-2011 - CrazyCat
----------

v 0.2.0.12
- Fix modulation autodetect.
- 8VSB modulation for satellite devices used as NBC_QPSK
----------

SHA1 Checksum: 7cd60753de50d3813693d517469485a159b4344c
 

bozomustafa_68

Registered
Messages
16,935
BDA Interface For AltDVB

BDA Interface v0.2.0.13 For AltDVB
New option - Relock after timeout. Useful for motorized dishes or periodical signal drops.
 

tani1

Staff member
Super Moderator
Messages
17,767
01-11-2011 - CrazyCat
----------

v 0.2.0.14
- TBS QBox detection fix. QBox BDA-extension preffered except Prof 7500.
 

bozomustafa_68

Registered
Messages
16,935
BDA Interface v0.2.0.15 For AltDVB

*Bestunar/DVBSky BDA-extension support (DiSEqC 1.x control).
*Improved Omicom, TeVii BDA-extension support.
 

REBELLE

Registered
Messages
881
BDA Interface v0.2.0.16 For AltDVB

Code:
Genpix BDA-extension support (ToneBurst, DiSEqC 1.x).
Genpix 3dparty BDA-extension support (ToneBurst. DiSEqC 1.x).
Compro BDA-extension support (DiSEqC 1.x, LNB power control).
AnySee BDA-extension support (Toneburst, DiSEqC 1.x control).
DVBWorld support improved.
 
Last edited:

tani1

Staff member
Super Moderator
Messages
17,767
07-04-2012 - CrazyCat
----------

v 0.2.0.17
- Fix Compro BDA-extension support (DiSEqC 1.x).
 

bozomustafa_68

Registered
Messages
16,935
BDA Interface v0.2.1.938 / 0.2.0.17 For AltDVB

•Fix Compro BDA-extension support (DiSEqC 1.x).
Note from the DVB Support: v0.2.1.938 has more functions as you'll see in Tools > Device Info/Config
 

TRIOVI

Registered
Messages
11
v 0.2.0.18 - 2012.05.07 - CrazyCat

- Fix Bestunar/DVBSky BDA-extension support (DiSEqC 1.x).
 
Last edited:
Top