Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement Request: Add tuner driver for MxL603/MxL608 #45

Open
texasyojimbo opened this issue May 29, 2018 · 1 comment
Open

Enhancement Request: Add tuner driver for MxL603/MxL608 #45

texasyojimbo opened this issue May 29, 2018 · 1 comment

Comments

@texasyojimbo
Copy link

There has been a considerable discussion in the past couple of days about a device called the Tzumi MagicTV. This is an Atheros-chipset OpenWRT device connected to an RTL2832P, which seems to be used as a bridge/DAC for a MaxLinear MxL608 tuner and a Panasonic ATSC demodulator.

The device is sold at Wal-Mart stores for $13, and is intended to allow the user to view OTA broadcasts using a WiFi connection to the device, which functions as an access point by default. There also seems to be an Eardatek Tevemo device which is similar.

From tear-down inspection as well as poking around the file system, some uses have concluded that the device could be used as a software defined radio with some software modifications (for example replacing the default ATSC server software with rtl_tcp). However, librtlsdr does not currently support the MxL608 tuner, and right now rtl_tcp (when placed on the openWRT device) defaults to direct sampling mode.

There is a general sense in these discussion groups that MaxLinear's source code could be ported to work with librtlsdr, but someone would have to make that happen.

  1. RTL-SDR.com blog: https://www.rtl-sdr.com/tzumi-magictv-wifi-tv-tuner-device-contains-an-rtl-sdr-openwrt-board-and-battery-for-only-13/

  2. Reddit RTLSDR group: https://www.reddit.com/r/RTLSDR/comments/8mlbps/tzumi_magictv_is_an_openwrt_board_rtlsdr/

  3. Existing code: https://github.com/avlogic/AVL6862/tree/master/2.10.7/tuner/MxL608

  4. MxL608 data sheet: https://datasheet.lcsc.com/szlcsc/MXL608-AG-T_C141783.pdf

@Hoernchen
Copy link
Contributor

The tuner is connected to a demod ic, which is connected to the TS input of the rtl2832p, so code is not going to fix the fact that the device is unusable without quite a bit of tricky soldering to reroute the tuner output to the rtl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants