April 27, 2024, 05:26:21 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - techknight

Pages: [1] 2
1
Weatherscan Discussion / Re: Weatherscan Emulator
« on: December 14, 2020, 08:54:35 AM »
I tried opening up the AEP files in the free version of a software called File Magic. The files, unfortunately, will only open up in the registered paid version of File Magic. I can't afford Adobe After Effects or any other paid software. I don't have a bank account or even a job so downloading the trial version of Adobe After Effects isn't an option. I think what you're doing in creating a Weatherscan emulator is an awesome idea. When the actual emulator is ready for release, will the public have to get paid software to use the emulator? Or will everything be 100% free, including the emulator download? PLEASE let me know. I really appreciate it. Thank you.

Yea, sure. Here you go:
https://www.reddit.com/r/ChoosingBeggars/

2
General Emulator Discussion / Re: Don't have CINE
« on: September 09, 2020, 12:21:14 PM »
There is no register button. Registration has been closed for quite some time.

CC17926 would have to re-open the registration once again in order for you to create an account.

When will this happen? We dont know. You will have to get directly in contact with him to figure out the situation.

3
Local Forecast / Re: the Real WeatherSTAR 4000 Lives again.
« on: June 22, 2020, 07:52:53 PM »
Yea, the 4000 was entirely upgradeable over satellite, it was also volatile. so if the power was cycled, Poof everything was gone. All of it. So it had to redownload it all from the satellite.

The 3000, and Jr had the software in ROM, which unfortunately was non-upgradable unless they send new ROMs or new boards.

Anyways, since the 4000 runs at 8Mhz, I had to crank the GCC optimizer up all the way to 3 just to squeeze any ounce of performance out of it. But hey, it works.

4
Local Forecast / Re: the Real WeatherSTAR 4000 Lives again.
« on: June 22, 2020, 07:37:25 PM »
Well maybe I am interpreting it incorrectly, it just felt like a debbie-downer type response. Anyways.. I digress....

I don't know any of the original guys unfortunately, and ive tried getting in touch with them but nobody is willing to respond. Maybe they all just want to forget TWC entirely, Which I cant blame, it was just a job to those guys.

Mike was the only one who did respond, but he was the graphics designer and didnt really know too much about the under the hood operations unfortunately.

If I could get the 3 wishes type questions answered from the original under the hood programmers, I have some open-ended questions and issues I have with framebuffer operations/hardware that I would love to have answered. but ya know, doubt itll happen.

Anyways, so I had to go it alone and totally reverse engineer the 4000 back down to a schematic diagram for each board, just so I could understand what was going on. Plus, I needed to reverse engineer and dump the PAL logic. I even tried cracking the FPGA bitstream but that got me nowhere since the reverse engineering script for the XC2018 was based off of the XC2064 and has bugs. Doesnt work properly as the XACT output was wrong.

5
Local Forecast / Re: the Real WeatherSTAR 4000 Lives again.
« on: June 19, 2020, 08:22:07 PM »
Did you program all the weather data parts? I've never seen "Scd T'strm" or VAR6 on any real STAR. And apparently there isn't going to be any sun light in Boston or Cleveland tomorrow. :blink:

The data comes from an API so it is whatever the API gives me. I dont have any preprocessing code except for the basics I need to provide to the teletext frames for the presentation engine. Its not like I have access to the satellite feed anymore, or have the exact data that TWC sent back when these were in service. I have to handle the cards that I have been dealt.

Now there is a chance I have a bug. it took me several months to write this engine and debug it to this point. It was not easy as I had to work within the same limitations that they did.

Anyways, I noticed you like to nitpick at this stuff. Any particular reason as to why?

6
Local Forecast / Re: the Real WeatherSTAR 4000 Lives again.
« on: June 14, 2020, 03:55:56 PM »
Here is a video I did of Flavor J on my Unit, I just completed the flavor script earlier today.

Enjoy:

https://youtu.be/Ac91sE46pTI

7
Local Forecast / Re: the Real WeatherSTAR 4000 Lives again.
« on: June 08, 2020, 10:51:36 AM »
Parse Error Reading Sentence....

I am going to assume you mean that This is the way its supposed to look on a TV? yeah as its a real STAR on a real CRT TV. Nothing photoshopped here... No emulation either.

So I am uncertain of your statement above.

8
Everything Else TWC / Re: General TWC Discussion
« on: June 08, 2020, 07:44:16 AM »
They are already doing it, and/or planning on it. Also DirecTV has a built-in STAR UI in their later boxes. its still based on older graphics and is a bit buggy though. But, its there...

They have put out job offers looking for developers to create the next generation STAR technology. So, with that said, This is probably in the plan.

the Watch TWC App gets very sophisticated and able to do what cable network STARs can do. It may even take place of weatherscan as its own App instead doing similar things.

9
Local Forecast / Re: the Real WeatherSTAR 4000 Lives again.
« on: June 02, 2020, 08:08:15 PM »
Oh, Yea I suppose they probably work too, but I dont own any of those. So I cant personally verify.

I am an analog STAR guy, I grew up in the 4000 era.

10
Local Forecast / Re: the Real WeatherSTAR 4000 Lives again.
« on: June 02, 2020, 07:24:16 PM »
which ones, exactly?

I already have the WeatherSTAR Jr and the 3000 working. I did that beforehand.

11
Local Forecast / Re: the Real WeatherSTAR 4000 Lives again.
« on: May 16, 2020, 09:28:04 AM »
Well, its a collaboration of a few guys including myself. This STAR and its data is remotely managed just as if TWC would have done it, so I have it setup as a "set it and forget it" style. So now it operates as a self-contained unit. I put it on the same system that we manage our WeatherSTAR Jrs on. So they all inter-operate together.

Anyways, it took me almost a year to get to this point. After I had reverse engineered and got the WeatherSTAR Jr running again, I took knowledge from that and brought it over to the 4000 project.

Since the 4000 has no program or assets until its downloaded from the satellite, I had to basically write all new code from scratch. Only thing the unit had was the RTOS Kernel in the ROM, Which I scrapped as well.

I ended up writing my own parallel tasking kernel thats much simpler, and loaded into RAM instead, so I can always patch it and recompile the C code.

Since I wrote all of the code, I simply added a new product descriptor into the presentation lineup and rendering it. I still need to add local radar, but I am waiting on my new Data Cards to come in which has a few circuit changes to add a secondary RX Channel back from the 68K CPU, so I can get current buffers back into the presentation scheduler. (So things draw in the right slots, and off-screen).

As I have full control over the software I wrote, I can pretty much do what I want, and when I want with the exception of the limitations of the hardware which some of it was fun to work around. Just as TWC had to work around it. Doing something simple as the Travel Cities Forecast takes an orchestra of delicate IRQ/code execution timing bouncing back and forth between 2 CPUs on 2 different cards. All while being executed during the VBI. Nightmare.  :cry3:

All of the graphics and text assets are rendered in code just as it was originally with the exception of the bitmaps which are recreations, However the Font Assets are from the WSJr. the Jr had 8 fonts, you only ever saw 3 or 4 onscreen.

Thats why it looks so realistic, Because, well, it is.  B)

I don't want to hog the entire spotlight because I do really have to thank the group of guys I worked with and continue to work with that helped me bring this into fruition, they shall remain nameless unless I have their permission to mention them, or they mention themselves :-)

12
Local Forecast / Re: the Real WeatherSTAR 4000 Lives again.
« on: May 09, 2020, 08:04:50 PM »
Heh, I wish it were that simple. But, nope.

there are ICs that fail on the graphics board which cause that mess. In the case of this particular one, one of the 2 SRAMs had failed, and the RAMDAC had failed.

Then after fixing that, the framebuffer had bad jitters which was the result of the 3.58Mhz color burst oscillator crystal going bad. I had to change that too. These things have had a hard life.

13
Local Forecast / Re: the Real WeatherSTAR 4000 Lives again.
« on: May 08, 2020, 07:09:54 PM »
And boy, Aint that a pretty sight?

Both my plasma and CRT.

14
Local Forecast / Re: the Real WeatherSTAR 4000 Lives again.
« on: May 08, 2020, 07:00:43 PM »
Oh and one final thing:

one of my 4000s was heavily degraded and I had to fix this mess:

you can kinda see my raspberry pi video source superimposed into the signal. That obviously wasnt normal. But luckily I fixed all that mess. :-)

15
Local Forecast / Re: the Real WeatherSTAR 4000 Lives again.
« on: May 08, 2020, 06:46:17 PM »
and I cant forget this tidbit:

Captured during the 3 supercells that trained in south carolina a couple weeks ago.

Note: the video source I am using is a Pi, and it distorts the framebuffer a bit which I need to fix. I have to retune the graphics card to match that of the Pi's composite signal since the card was originally designed to lock onto a VC descrambled signal.

Pages: [1] 2