Saturday 27 April 2013

IT elements in the animation (Part IV)–Evangelion Q

(Part II & Part III are missing. Sad smileThey will be completed in the coming weeks)

Evangelion: 3.0 You Can (Not) Redo. (ヱヴァンゲリヲン新劇場版:Q)

A new organization, WILLE, which is NERV’s rival. Start-up its new battleship called “WUNDER” when it encountered the angel.

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130427_190330.781

As an IT guy, it is interesting to inspect the booting screen~

 

Boot up screen with POST

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130427_163826.206

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_210241.304

Here is what on the screen

SYSTEM SETUP ( STARTUP ) KhaOS version = 3.00
CONFIGURATION
*Device Config = All Devices
HDD CONTROLLER
HDD Controller Mode = Auto-Selected
I/O PORTS
*Serial = COM1(HBK33/BD310)
*Parallel = LPT1(RB338/TR9/TB3)
*Sound = Enabled
HDD I/O
Build-in HDD
= Primary ID(1FH000L/IRQ14)
= Secondary ID(B1005/IRQ21)
= Preliminary ID(CD666/DUMMY SYS.)
DISPLAY
*Holograph Segment Address = C000HF
 
KDB BUS
*KDB BUS = IRQ
ARCHITECT
*Main = Ver.3.10 *3.22Build.
*Sub = Ver.3.22 *3.10Build.
*Dummy = Ver.6.66 *6.66Build.

 

Wait… COM1 LPT1 ?

I haven’t seen them for a long long time

ASUS_M4N78-AM_lpt_com

IRQ14 is normally reserved for PATA (IDE) controller

==============

The next scene is the rolling code on the screen.

System is BUSY

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_211955.795

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_212327.237

Question:
What’s the programing language on the screen?

struct
comment style /* */
code block { }

01

 

for [element] in [collection] do {…}

02

 

if [condition] then {…}

QQ截图20130427172745

 

define a new function by using ‘fn’ keyword
and
local ret = #()

QQ截图20130427172758

 

However,
C, C++, C#, Java, JavaScript, VB, BVScript, VBA, python
can not satisfy this coding style

What the hell is that?

New let me try to find out some other keywords.

For example, “EmptyModifier”

QQ截图20130427172856

Bingo!

It’s MaxScript, from 3ds max.

mxse02darkscintilla_band

Completed

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_213157.674Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_213234.646

All green

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_213536.871

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_213544.435

Ignite main engine.

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_213555.340

Sunday 14 April 2013

Weekend Project: Miscellaneous

Headphone + Joystick repair.

Both of the equipment is left by former roommate.

Some buttons on panel have no reaction unless you press them firmly. It seems Conductive Rubber under the buttons are dirty.

20130330_120000

20130330_120010

Teardown the device.

20130330_150748

Water wash the buttons/rubber and clean the PCB by using eraser.

20130330_150807

Finally, reassemble the joystick and do a test.

 

=================HeadPhone=============

Logitech headphone.

The volume controller has problem. Even very tiny touch on the controller will mute the right hand side speaker.

20130330_132003

Teardown.

20130330_132206

At first, I thought just the right-pass of variable resistor is open circuit. Soldering three new ‘Bridge’ will cross the problem.

20130330_133514

The Bridge (from another headphone dead body~)

20130330_133749

Done. Bridges connected the end-points of tuner

20130330_135430

Unfortunately, annoying buzz and mute problem still exists.

I realized it was not a open circuit, but a short circuit. There is an unexpected connection between Right and Ground cable.

Plan B:

Direct connection, no tuner.

20130330_14343420130330_143916

Tested, all green.

Mission accomplished.