Anysee E30C Plus: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(added pics)
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Image:Anysee E30 Plus DVB-C-1 mediumsize.jpg|thumb|right|150px|E30C Plus, front of PCB]] [[Image:Anysee E30 Plus DVB-C-2 mediumsize.jpg|thumb|right|150px|E30C Plus, back of PCB]]
An [[DVB-C]] [[DVB-C USB Devices|USB 2.0 device]] from [[Anysee]].
A [[DVB-C]] [[DVB-C USB Devices|USB 2.0 device]] from [[Anysee]].


Support for it is now (05/2008) merged to the [http://linuxtv.org/hg/v4l-dvb mainline Linux-DVB tree]. It is already working fine for most. The newest version of the E30C device is however not yet working, and would need someone with the device to step up on the mailing list and offer information/help so that also that version can be gotten to work.
Like other devices from Anysee bearing "Plus" in their product name, a smart card interface is present.


==Overview/Features==
==Components Used==
While the Anysee website states support for "analog tv and use external a/v input", this is absolutely incorrect (none of Anysee's "E series" devices support analog functionality, rather only their [[Anysee K50|K50]] can claim such a feature). This unfortunate case of misinformation is likely the result of a simple "copy & paste" type mistake by whomever created the webpage.
* Samsung DTOS403IH102A (tuner module)
** ? (tuner IC)
** ? (analog IF demodulator)
* Microchip 24LC256 (serial EEPROM) ... situated on back side of the PCB directly beneath where the tuner IC would be
* NXP/Philips TDA10023HT (digital demodulator)
* ? (decoder) .... its a 32pin IC ... meaning its NOT the cx23453 as earlier reported
* Cypress CY7C63108A (i.e. FX2LP) (USB bridge)
* PIC16LF7 (?) ... likely for external audio input or handling of remote control


One will find that the device actually contains only an USB connector, antenna input, and a slot for a smart card (Anysee devices bearing "Plus" in their product name indicate the presence of a smart card interface). Additionally, a remote control is bundled in the package.


Based upon the analysis of USBsnoop logs, it appears that the control API used for the FX2 chip is the same as that employed by a Conexant reference design, and which is known to be utilised by a few other devices. The control API should be documented on [http://isely.net/ isely.net] and as well as inside [http://linuxtv.org/hg/v4l-dvb/file/tip/linux/drivers/media/dvb/dvb-usb/cxusb.h cxusb.h].
Looks like support for DVB-C version should be added to dvb-usb-cxusb ... although the firmware API is different. (<-- source ?).


In the bundled Windows driver/software, there are two firmware files, anyseeAUDB.ROM and anyseeAUDC.ROM. These are needed for analog video (<-- source?).
In the bundled Windows driver/software, there are two firmware files, anyseeAUDB.ROM and anyseeAUDC.ROM. These may or may not have anything to do with this particular device (they may instead be related to analog support provided by a Conexant cx2584x IC found in the [[Anysee K50|K50]]).

===Components Used===
* [[Samsung DTOS403IH102A]] (tuner module)
** ? (tuner IC)
* [[Microchip 24LC256]] (serial EEPROM) ... situated on back side of the PCB directly beneath where the tuner IC would be
* [[NXP TDA1002x|NXP/Philips TDA10023HT]] (digital demodulator)
* Cross CST56I01 (smart card controller)
* Cypress CY7C68013A (i.e. FX2LP) (USB bridge)
* PIC16LF72 (remote control)


The seperate board housing the Conditional Access slot, and which is attached to the main PCB by way of a parallel ribbon cable, can be seen in the following pictures. The other additional photos highlight some of the ICs situated on the main PCB whose label is hard to read in those shots at the top of the page.
==Pics==
<gallery perrow=6>
[[Image:Anysee E30 Plus DVB-C-1 mediumsize.jpg|150px]] [[Image:Anysee E30 Plus DVB-C-2 mediumsize.jpg|150px]] [[Image:Anysee E30 Plus DVB-C-3 mediumsize.jpg|150px]] [[Image:Anysee E30 Plus DVB-C-4 mediumsize.jpg|150px]]
Image:Anysee E30 Plus DVB-C-3 mediumsize.jpg|top side
Image:Anysee E30 Plus DVB-C-4 mediumsize.jpg|bottom side
Image:Anysee E30 Plus DVB-C-5.jpg|CST56I01 & FX2
Image:Anysee E30 Plus DVB-C-6.jpg|PIC16LF72
Image:Anysee E30 Plus DVB-C-7.jpg|Microchip 24LC256
</gallery>


==External Links==
==External Links==
* [http://www.anysee.com/eng/product/anyseeE30CPlus.php E30C Plus product page]
* [http://www.anysee.com/eng/product/anyseeE30CPlus.php E30C Plus product page]
[[Category:DVB-C USB Devices]]

Latest revision as of 10:35, 5 September 2009

E30C Plus, front of PCB
E30C Plus, back of PCB

A DVB-C USB 2.0 device from Anysee.

Support for it is now (05/2008) merged to the mainline Linux-DVB tree. It is already working fine for most. The newest version of the E30C device is however not yet working, and would need someone with the device to step up on the mailing list and offer information/help so that also that version can be gotten to work.

Overview/Features

While the Anysee website states support for "analog tv and use external a/v input", this is absolutely incorrect (none of Anysee's "E series" devices support analog functionality, rather only their K50 can claim such a feature). This unfortunate case of misinformation is likely the result of a simple "copy & paste" type mistake by whomever created the webpage.

One will find that the device actually contains only an USB connector, antenna input, and a slot for a smart card (Anysee devices bearing "Plus" in their product name indicate the presence of a smart card interface). Additionally, a remote control is bundled in the package.

Based upon the analysis of USBsnoop logs, it appears that the control API used for the FX2 chip is the same as that employed by a Conexant reference design, and which is known to be utilised by a few other devices. The control API should be documented on isely.net and as well as inside cxusb.h.

In the bundled Windows driver/software, there are two firmware files, anyseeAUDB.ROM and anyseeAUDC.ROM. These may or may not have anything to do with this particular device (they may instead be related to analog support provided by a Conexant cx2584x IC found in the K50).

Components Used

  • Samsung DTOS403IH102A (tuner module)
    • ? (tuner IC)
  • Microchip 24LC256 (serial EEPROM) ... situated on back side of the PCB directly beneath where the tuner IC would be
  • NXP/Philips TDA10023HT (digital demodulator)
  • Cross CST56I01 (smart card controller)
  • Cypress CY7C68013A (i.e. FX2LP) (USB bridge)
  • PIC16LF72 (remote control)

The seperate board housing the Conditional Access slot, and which is attached to the main PCB by way of a parallel ribbon cable, can be seen in the following pictures. The other additional photos highlight some of the ICs situated on the main PCB whose label is hard to read in those shots at the top of the page.

External Links