It is currently 27 Apr 2024, 17:09




 Page 1 of 1 [ 13 posts ] 
Author Message
 Post subject: Composite to HDMI ADV7842 based converter.
PostPosted: 22 Feb 2024, 05:33 
Honest fan
Honest fan
User avatar

Joined: 07 Apr 2019, 00:41
Posts: 84
Location: United States
Has thanked: 0 time
Been thanked: 30 times
I've been working on getting a product together. It's basically a plug in and go ADV7842 evaluation board. It has all the performance of the evaluation board without all the extra development platform.

I need some feedback on how to package it. I don't want to go too elaborate to keep costs down. Thinking of making it as small as possible (6inx6in)and having a 3d printed enclosure. On the other hand I have been considering doing an aluminum enclosure for a more premium feel.

I have also considered letting the buyer decide and just ship a raw board. (by doing this would lower the cost considerably and leave the option open to integrate inside the player)

I have designed it to be updatable/configurable over USB since it essentially has an arduino controlling everything. Luma/Chroma Gain and Coring can be adjusted in the sketch and uploaded. Deinterlacing can be enabled.

Ideally was aiming for a viable replacement for the cheap AV2HDMI crapdapters everyone buys on Amazon.

Design also capable of having a component video input for Hi-vision decoder input. I haven't decided how to implement the switch, and I haven't programmed for component input.... Yet

I've tried to keep the design sort of modular with headers for future upgrades or tinkering.

Target price is around $100

Whats your opinion on packaging it?
Offline
 Profile  
 
 Post subject: Re: Composite to HDMI ADV7842 based converter.
PostPosted: 22 Feb 2024, 06:36 
Honest fan
Honest fan
User avatar

Joined: 28 Sep 2023, 06:27
Posts: 89
Location: United States
Has thanked: 36 times
Been thanked: 26 times
Hi-
What is the intended market for this device? It seems as if it would be used by people whose flat-panel displays have inferior NTSC (or PAL) internal conversion, am I correct? (I am certainly happy with my Sony XR-77A80J's A/D performance.)

Since there are plenty of low-priced converters on Amazon, Ebay, and other sites, I think the all-metal case would be the best plan for your "premium" product. Metal versus plastic also reduces the likelihood of interference in the picture coming in on the analog side from external RF sources (of which there are many in modern homes).
Offline
 Profile  
 
 Post subject: Re: Composite to HDMI ADV7842 based converter.
PostPosted: 24 Feb 2024, 03:30 
Shows curiousity
Shows curiousity
User avatar

Joined: 19 Mar 2021, 23:54
Posts: 17
Location: Sweden
Has thanked: 32 times
Been thanked: 4 times
Do you intend let the end user set stuff via an Arduino sketch, or perhaps consider a settings file like YAML/JSON, or even use an ESP8266 for web GUI/remote?

That AD chip can slice out CC - which would be nice to overlay on a scaled output to get rid of the jaggies, a TBC, and tons of other goodies to tinker with.

Metal box of course! Us tinkerers can probably come up with a 3D-printed enclosure or use a laser cut plexiglas sandwich if we need to access the pin headers.
Offline
 Profile  
 
 Post subject: Re: Composite to HDMI ADV7842 based converter.
PostPosted: 25 Feb 2024, 13:19 
Honest fan
Honest fan
User avatar

Joined: 07 Apr 2019, 00:41
Posts: 84
Location: United States
Has thanked: 0 time
Been thanked: 30 times
jojjelito wrote:
Do you intend let the end user set stuff via an Arduino sketch, or perhaps consider a settings file like YAML/JSON, or even use an ESP8266 for web GUI/remote?

That AD chip can slice out CC - which would be nice to overlay on a scaled output to get rid of the jaggies, a TBC, and tons of other goodies to tinker with.

Metal box of course! Us tinkerers can probably come up with a 3D-printed enclosure or use a laser cut plexiglas sandwich if we need to access the pin headers.


Absolutely will be providing a commented sketch for the arduino where the important functions are noted and their default values.


Yes, the ADV will slice out CC but there is currently no hardware implementation to conveniently read and overlay the sliced data. FPGA IP is available for text overlay and scaling, but the cost is pretty outrageous.

One way I have considered is reading the data and sending it out as ASCII on RS232 to a Lumagen. I might actually give this a try just to see if its even a workable solution.

I do have some ambition to get a LCD display going and IR remote to adjust the 3D Comb filter settings, TBC enable, and interlaced to progressive conversion.

I had initially started out with an STM8 microcontroller but failed to get it working. The development environment(s) for STM8 is not geared toward tinkerers. I couldn't get i²c code to compile without any errors, arduino just worked. After using the arduino environment it became very clear that it was a decent solution to use because of the simplicity of downloading the program, loading/editing the sketch and uploading, and COST!

Web GUI has been on the list of things to include in a more fully featured box that handles component video, digital audio and possibly AC-3 RF demodulation.

Right now the goal is to get a 3 RCA to HDMI converter ready that allows users of the cheap adapters to experience what owners of the Lumagen 2124/44 rave about in a similarly sized package.

Sure, the Kramer VP-77x processors are available but they have some very strange quirks with audio muting and video motion detection. They also only do 480p. 480i is available as an output resolution but it is a reinterlaced output.
Offline
 Profile  
 
 Post subject: Re: Composite to HDMI ADV7842 based converter.
PostPosted: 25 Feb 2024, 22:20 
Shows curiousity
Shows curiousity
User avatar

Joined: 19 Mar 2021, 23:54
Posts: 17
Location: Sweden
Has thanked: 32 times
Been thanked: 4 times
Cool beans! I would look at STM32 as an Arduino alternative if you need one. New Arduinos have way more capability than the old Arduino Mega too. Another source of inspiration is the GBSControl using the ESP8266. In that project they have a web GUI - I think you can use Node MCU for the ESP - and Chinese sellers have added extra hardware and an OLED.

Too bad the ADV is RS output only for the CC. If only it had a character generator with overlay. If you can live with blocky/jaggy text and don’t want to involve a microcontroller for CC decode there’s always the old Zilog Z86129-12 and that family of CC decoder ICs. Some of those can also output RS232, and they have a character generator/overlay for analog video too. The expensive option would be to tinker with something like a NeTV2 which costs. A LOT.

Looking forward to see what you come up with and getting one!
Offline
 Profile  
 
 Post subject: Re: Composite to HDMI ADV7842 based converter.
PostPosted: 26 Feb 2024, 19:44 
Honest fan
Honest fan
User avatar

Joined: 07 Apr 2019, 00:41
Posts: 84
Location: United States
Has thanked: 0 time
Been thanked: 30 times
If you could find the VHDL for that NeTV device routing the i2c CC decoded data from the ADV and overlaying it wouldn't be too difficult. They say it's open source, I wonder if you need a device to access their dev tools. Hmmmm.
Offline
 Profile  
 
 Post subject: Re: Composite to HDMI ADV7842 based converter.
PostPosted: 27 Feb 2024, 02:38 
Shows curiousity
Shows curiousity
User avatar

Joined: 19 Mar 2021, 23:54
Posts: 17
Location: Sweden
Has thanked: 32 times
Been thanked: 4 times
Take a look here: https://github.com/AlphamaxMedia for NeTV2 sources, including VHDL.
Offline
 Profile  
 
 Post subject: Re: Composite to HDMI ADV7842 based converter.
PostPosted: 29 Feb 2024, 01:42 
Hardcore fan
Hardcore fan
User avatar

Joined: 13 Aug 2018, 03:18
Posts: 1520
Has thanked: 449 times
Been thanked: 588 times
drewmanfu0 wrote:
Whats your opinion on packaging it?

Raw
Offline
 Profile  
 
 Post subject: Re: Composite to HDMI ADV7842 based converter.
PostPosted: 29 Feb 2024, 06:28 
Confirmed Padawan
Confirmed Padawan
User avatar

Joined: 16 May 2009, 18:05
Posts: 3588
Location: California, USA
Has thanked: 28 times
Been thanked: 323 times
How will you handle the $20k/yr HDMI royalties?
_________________
Coming Soon
Derman Labs
Anything Of Substance
Offline
 Profile  
 
 Post subject: Re: Composite to HDMI ADV7842 based converter.
PostPosted: 29 Feb 2024, 12:59 
Honest fan
Honest fan
User avatar

Joined: 07 Apr 2019, 00:41
Posts: 84
Location: United States
Has thanked: 0 time
Been thanked: 30 times
substance wrote:
How will you handle the $20k/yr HDMI royalties?



As you will notice there was no mention of HDMI which is protected. It is a video digitizer. The HDMI connector itself is not protected. Take that with what you will. And it's $5k to be an adopter, which I was in 2021.

Better rat out Sony, they're not listed as a current adopter.


Attachments:
Screenshot_20240229-065815.png
Screenshot_20240229-065815.png [ 248.71 KiB | Viewed 293 times ]
Offline
 Profile  
 
 Post subject: Re: Composite to HDMI ADV7842 based converter.
PostPosted: 07 Apr 2024, 22:06 
Honest fan
Honest fan
User avatar

Joined: 29 Jan 2004, 12:40
Posts: 85
Location: Switzerland
Has thanked: 5 times
Been thanked: 12 times
how far along are you with your converter?

any new info you'd like to share?
Offline
 Profile  
 
 Post subject: Re: Composite to HDMI ADV7842 based converter.
PostPosted: 09 Apr 2024, 17:23 
Honest fan
Honest fan
User avatar

Joined: 07 Apr 2019, 00:41
Posts: 84
Location: United States
Has thanked: 0 time
Been thanked: 30 times
Prototype has been working. Polishing up a few details on the design. I have been in the process of a career change since January so my focus has been shifted away from the project. Hope to pickup again very soon.
Offline
 Profile  
 
 Post subject: Re: Composite to HDMI ADV7842 based converter.
PostPosted: 09 Apr 2024, 18:11 
Honest fan
Honest fan
User avatar

Joined: 29 Jan 2004, 12:40
Posts: 85
Location: Switzerland
Has thanked: 5 times
Been thanked: 12 times
drewmanfu0 wrote:
Prototype has been working. Polishing up a few details on the design. I have been in the process of a career change since January so my focus has been shifted away from the project. Hope to pickup again very soon.


Hope to get one myself. was not too impressed with the Kramer version
Offline
 Profile  
 
Display posts from previous:  Sort by  
 Page 1 of 1 [ 13 posts ] 


Who is online

Users browsing this forum: No registered users and 35 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: