NXP TDA1004x: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (Added category:Demodulator)
(Boldface defined term. Avoid level-1 headings (the article title is a level-1 heading, per the MediaWiki engine, so article sections should start at level 2). Mv editing note to talk.)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This article is about the TDA10048, a [[DVB-T]] [[demodulator]] from [[NXP Semiconductors]].
The '''NXP TDA1004x''' series are [[DVB-T]] [[demodulator]]s from [[NXP Semiconductors]].


==TDA10045==
==Overview/Features==
A [[DSP]]-based [[DVB-T]] [[demodulator]] produced by [[Philips Semiconductors]]. Superceeded by the [[NXP TDA1004x#TDA10046|TDA10046]].
*Supports [[Coded Orthogonal Frequency Division Multiplexing|CODFM]]
*2kHz/8kHz DVB-T demodulator
*4kHZ DVB-H demodulator
*0.16W power consumption


Documentation is available only when signing an [[NDA]]. The Linux driver was written after analyzing the Windows driver and thus can't easily get better than the Windows driver.
==Support==
The TDA10048 is supported but requires a firmware available [http://steventoth.net/linux/hvr1700/ here]



==External Links==
===Kernel config===
[http://www.nxp.com/acrobat_download/literature/9397/75015931.pdf Product Page on NXP.com]
For 2.6.11 (?? could be less) and above go to:<br>
-> Device Drivers
-> Multimedia devices
-> Video For Linux
-> Digital Video Broadcasting Devices
Select
-> DVB For Linux (DVB)
-> DVB Core Support (DVB_CORE)
-> AV7110 cards
-> Budget cards with onboard CI connector (DVB_BUDGET_CI)
-> Customise DVB Frontends
-> Philips TDA10045H/TDA10046H based (DVB_TDA1004X)

Requires a firmware to work. You need to run a script that comes with the kernel source (it downloads the windows driver and peels out the code). Then, each time the machine is booted, the firmware is loaded into the card to make it work. See the [[Firmware]] page for instructions.

==TDA10046==
A [[DSP]]-based [[DVB-T]] [[demodulator]] produced by Philips Semiconductors. Successor of the [[NXP TDA1004x#TDA10045|TDA10045]]. Documentation is available only when signing an [[NDA]]. The Linux driver was written after analyzing the Windows driver and thus can't get better than the Windows driver.

===Kernel config===
For 2.6.11 (?? could be less) and above go to:<br>
-> Device Drivers
-> Multimedia devices
-> Video For Linux
-> Digital Video Broadcasting Devices
Select
-> DVB For Linux (DVB)
-> DVB Core Support (DVB_CORE)
-> AV7110 cards
-> Budget cards with onboard CI connector (DVB_BUDGET_CI)
-> Customise DVB Frontends
-> Philips TDA10045H/TDA10046H based (DVB_TDA1004X)

Requires a firmware to work. You need to run a script that comes with the kernel source (it downloads the windows driver and peels out the code). Then, each time the machine is booted, the firmware is loaded into the card to make it work. See the [[firmware]] page for instructions.

==TDA10048==

===Overview/features===
* Supports [[Coded Orthogonal Frequency Division Multiplexing|CODFM]]
* 2&nbsp;kHz/8&nbsp;kHz DVB-T demodulator
* 4&nbsp;kHZ DVB-H demodulator
* 160&nbsp;mW power consumption

===Support===
The TDA10048 is supported in but requires a firmware available [http://steventoth.net/linux/hvr1700/ here] or in linux-firmware-nonfree package as dvb-fe-tda10048-1.0.fw.

==External links==
* [http://www.nxp.com/acrobat_download/literature/9397/75015931.pdf Product page on NXP.com]


[[Category:Demodulator]]
[[Category:Demodulator]]
[[Category:DVB-T]]

Latest revision as of 07:36, 18 December 2016

The NXP TDA1004x series are DVB-T demodulators from NXP Semiconductors.

TDA10045

A DSP-based DVB-T demodulator produced by Philips Semiconductors. Superceeded by the TDA10046.

Documentation is available only when signing an NDA. The Linux driver was written after analyzing the Windows driver and thus can't easily get better than the Windows driver.


Kernel config

For 2.6.11 (?? could be less) and above go to:

-> Device Drivers
  -> Multimedia devices
     -> Video For Linux
       -> Digital Video Broadcasting Devices

Select

-> DVB For Linux (DVB)
  -> DVB Core Support (DVB_CORE)
    -> AV7110 cards
    -> Budget cards with onboard CI connector (DVB_BUDGET_CI)
    -> Customise DVB Frontends
      -> Philips TDA10045H/TDA10046H based (DVB_TDA1004X)

Requires a firmware to work. You need to run a script that comes with the kernel source (it downloads the windows driver and peels out the code). Then, each time the machine is booted, the firmware is loaded into the card to make it work. See the Firmware page for instructions.

TDA10046

A DSP-based DVB-T demodulator produced by Philips Semiconductors. Successor of the TDA10045. Documentation is available only when signing an NDA. The Linux driver was written after analyzing the Windows driver and thus can't get better than the Windows driver.

Kernel config

For 2.6.11 (?? could be less) and above go to:

-> Device Drivers
  -> Multimedia devices
     -> Video For Linux
       -> Digital Video Broadcasting Devices

Select

-> DVB For Linux (DVB)
  -> DVB Core Support (DVB_CORE)
    -> AV7110 cards
    -> Budget cards with onboard CI connector (DVB_BUDGET_CI)
    -> Customise DVB Frontends
      -> Philips TDA10045H/TDA10046H based (DVB_TDA1004X)

Requires a firmware to work. You need to run a script that comes with the kernel source (it downloads the windows driver and peels out the code). Then, each time the machine is booted, the firmware is loaded into the card to make it work. See the firmware page for instructions.

TDA10048

Overview/features

  • Supports CODFM
  • 2 kHz/8 kHz DVB-T demodulator
  • 4 kHZ DVB-H demodulator
  • 160 mW power consumption

Support

The TDA10048 is supported in but requires a firmware available here or in linux-firmware-nonfree package as dvb-fe-tda10048-1.0.fw.

External links