Discussion:
Tempest and HP49
(too old to reply)
Khanh-Dang
2006-02-11 15:57:03 UTC
Permalink
Hi!

Perhaps some of you already know about Tempest for Eliza. If you don't,
you can gather some informations here:
<http://www.erikyyy.de/tempest/>.

For those who are too lazy to read the page at the adress I've just
What is it ?
------------
Tempest for Eliza is a Program that uses your computer monitor
to send out AM radio signals. You can then hear computer
generated music in your radio.
How does this work ?
--------------------
All electronic devices send out eletromagnetic waves.
so does your monitor. and your monitor does it all the time.
and at very high frequencies. high enough for your short wave
AM radio.
all you have to do is display the "correct" image on your screen
and your monitor will emit the "right" signals.
Tempest for Eliza displays pictures on your screen. one for
each note in the song.
I have successfully done the same kind of thing with my HP49G.

What you need do make your Saturn sing the Song for Elise (by Ludwig van
Beethoven):
- a HP49G (this may work with any saturn-based HP calcs, bu I didn't
try),
- a pocket radio that can receive short wave AM.

Now, you have to download this source code:

---------------------------------------
%%HP: T(3)A(R)F(.);
DIR
Tempest.s
"!RPL
CODE
DC =DispOff 26798
DC =DispOn 2679F

SAVE
GOSBVL =DispOff ; mandatory

SKUB { 'Data.inc }
C=RSTK D0=C ; D0\->data

{
C=DAT0.A C-1.A EXITC
D=C.A ; Da:
D0+5

C=DAT0.A D0+5
R0=C.A ; R0a: nb loops
; R0 gives better quality

{
C=R0.A
{ C-1.A UPNC }
D-1.A
; The 3 lines below produces much
; better quality sound than
; a single UPNC
EXITC
GOSUB Nop
UP
}
UP
}

GOSBVL =DispOn
P=0
LOADRPL

*Nop
RTN
ENDCODE
@"
Data.inc
""
FL2Data
\<< CLLCD "Building Data.inc"
1. DISP
"% DO NOT EDIT THIS
% GENERATED BY FL2Data
% FORMAT IS:
% (5) nb AWait needs to repeat
% 00000 means stop
% (5) nb ticks
$"
1. FL SIZE DUP 4. DISP
FOR K K 3. DISP FL K GET \-> F
\<< .25 F * 0. RND R\->B A\->H +
127640. F / 0. RND R\->B A\->H +
\>>
NEXT "0000000000
@" +
'Data.inc' STO
\>>
PlayFL
\<< 1. FL SIZE
FOR K FL K GET .2 BEEP
NEXT
\>>
FL { 659.3 635. 659.3 635.
659.3 493.9 587.3 523.3 440.
164.8 220. 261.6 329.6 440.
493.9 164.8 210. 329.6 420.
493.9 523.3 164.8 220. 329.6
659.3 635. 659.3 635. 659.3
493.9 587.3 523.3 440. 164.8
210. 261.6 329.6 440. 493.9
164.8 220. 293.7 523.3 493.9
440. }
CST { { "MAKE"
\<< FL2Data Tempest.s ASM
\>> } { "CLEAN"
\<< "" 'Data.inc' STO
\>> } }
END
---------------------------------------

To compile this program, go to the CST menu and press [MAKE]. The
program is pushed on level 1 of the stack. You can run it just by
EVALuating it, but wait, this program would do nothing cool at this
stage.

This source code is also available at:
<http://perso.wanadoo.fr/kdntl/hp49/tempest/tempest.asc>

For those who are too lazy, just download the binary compiled program
there (BYTES gives # 3E97h and 282):
<http://perso.wanadoo.fr/kdntl/hp49/tempest/tempest.49>


* Now, put your AM receiver at around 660 KHz. Put you HP49 near the
radio, then launch the program.

Here are some samples of what you should hear:

- When the calc is not near the radio:
<http://perso.wanadoo.fr/kdntl/hp49/tempest/nothing.mp3> (156KB)

- When the calc is near the radio but switched off:
<http://perso.wanadoo.fr/kdntl/hp49/tempest/calc_off.mp3> (156KB)

- When the calc is then switched on:
<http://perso.wanadoo.fr/kdntl/hp49/tempest/calc_on.mp3> (156KB)

- When the edit line is active:
<http://perso.wanadoo.fr/kdntl/hp49/tempest/calc_editline.mp3> (156KB)

- When you press the [ON] key:
<http://perso.wanadoo.fr/kdntl/hp49/tempest/calc_key_on.mp3> (156KB)

- When my little proof-of-concept-program is running:
<http://perso.wanadoo.fr/kdntl/hp49/tempest/songforelise.mp3> (187KB)


* Some notes:

- I didn't try all frequencies, but 660 KHz seems to be a good choice,
at least for me. Actually, you may have noticed that 660KHz = 4MHz/6,
where 4MHz is the clock frequency of my HP49G. So that you can also
try 4MHz/3, 4MHz/4, etc.

- In the calc_on.mp3 sample, you can hear a click every second. This is
simplye the interrupt handler of the OS.

- In the cal_editline.mp3, the click appear every 1/16e (I didn't count,
but I think so). Again, this is the interrupt handler.

- In order to find a good frequency, you can press the [ON] key and tune
your radio until you can clearly hear the treble note (see file
calc_key_on.mp3).
More information on Tempest ---------------------------
Tempest and electromagnetic radiation is an interesting topic. There
aren't very much public literature on this topic. Luckily, there are a
few technical papers and web sites on the net that are a must read.
o Markus G. Kuhn's and Ross J. Anderson's, "Soft Tempest: Hidden Data
Transmission Using Electromagnetic Emanations"
http://www.cl.cam.ac.uk/~mgk25/ih98-tempest.pdf
o Wim van Eck, "Electromagnetic Radiation from Video Display Units: An
Eavesdropping Risk?"
http://jya.com/emr.pdf
o Christopher Seline, "Eavesdropping On the Electromagnetic Emanations
of Digital Equipment: The Laws of Canada, England and the United
States"
http://www.eff.org/pub/Privacy/Security/tempest_legal.draft
Happy hacking,

Khanh-Dang

P.S.: You may find an up to date copy of this document at
<http://perso.wanadoo.fr/kdntl/hp49/tempest/hp49_tempest.txt>. If you
have any question, please answer to this post on comp.sys.hp48, or send
me an email at kdntl at yahoo. fr.
Heiko Arnemann
2006-02-11 17:55:35 UTC
Permalink
Post by Khanh-Dang
<http://perso.wanadoo.fr/kdntl/hp49/tempest/tempest.asc>
Attenttion
Your source and the source you have linked to (above),
seem not to generate the required code.
I have tried it and get a wrong result-code.
The code (evaluated) lead to unexpected and non-reproduceable
results and the code can lead to a crash (memory lost).
Bytes and CRC are not equivalent with the required (s.b.)
I got Bytes 287 Crc #C5A4h
Post by Khanh-Dang
For those who are too lazy, just download the binary compiled program
<http://perso.wanadoo.fr/kdntl/hp49/tempest/tempest.49>
This one I have tested as well.
"wonderfull" this one works.

It took a minute, to find the right placing of radio and calc, but
then I got Beethoven alive :-)
I got the impression, the music comes from, where Beethoven is...
from far away ;-)
The calc should face the radio, because the back of the calc is
nearly not radiating. There seem to be a little leak
between display and keyboard.

regards
Heiko
Khanh-Dang
2006-02-11 18:50:29 UTC
Permalink
Post by Heiko Arnemann
Post by Khanh-Dang
<http://perso.wanadoo.fr/kdntl/hp49/tempest/tempest.asc>
Attenttion
Your source and the source you have linked to (above),
seem not to generate the required code.
Weird, I've just downloaded these sources and it gave me the right
program, with the right checksum.
Post by Heiko Arnemann
It took a minute, to find the right placing of radio and calc, but
then I got Beethoven alive :-)
I got the impression, the music comes from, where Beethoven is...
from far away ;-)
You are right, the music seems to come from another world. I think it's
because the poor quality (the music is noisy), and espspecially because
the music sounds wrong. Indeed, I didn't take time to enter the right
frequencies. Moreover, the program add some distorsions, etc.
Post by Heiko Arnemann
The calc should face the radio, because the back of the calc is
nearly not radiating. There seem to be a little leak
between display and keyboard.
I haven't found out what element is radiating, but a good hypothesis is
that the electromagnetic waves come from the memory chip (the one in
which is your HOME), or maybe the bus that links this chip to the
processor.
Heiko Arnemann
2006-02-12 12:11:48 UTC
Permalink
Post by Khanh-Dang
Post by Heiko Arnemann
Post by Khanh-Dang
<http://perso.wanadoo.fr/kdntl/hp49/tempest/tempest.asc>
Attenttion
Your source and the source you have linked to (above),
seem not to generate the required code.
Weird, I've just downloaded these sources and it gave me the right
program, with the right checksum.
I am using ROM 1.19-6.
Would you please sent me "your" directory as a file?
Arnemann at belgacom . net
Thank you in advance.
Post by Khanh-Dang
You are right, the music seems to come from another world. I think it's
because the poor quality (the music is noisy), and espspecially because
the music sounds wrong. Indeed, I didn't take time to enter the right
frequencies. Moreover, the program add some distorsions, etc.
Today I took a newer radio and had some better "sound" arround
1230 kHz. The music *is* wrong :-), but the idea of the
program is great.

Best regards
Heiko
Khanh-Dang
2006-02-13 10:25:23 UTC
Permalink
Post by Heiko Arnemann
Post by Khanh-Dang
Weird, I've just downloaded these sources and it gave me the right
program, with the right checksum.
I am using ROM 1.19-6.
Would you please sent me "your" directory as a file?
I gave the link (and the explanation of the issue) in another post in
the same thread.
Post by Heiko Arnemann
Today I took a newer radio and had some better "sound" arround
1230 kHz.
I even found some frequencies at which the music sounds as if it were
played by a bagpipes :) But I din't manage to reproduce it.
Heiko Arnemann
2006-02-13 19:47:36 UTC
Permalink
Post by Khanh-Dang
Post by Heiko Arnemann
Today I took a newer radio and had some better "sound" arround
1230 kHz.
I even found some frequencies at which the music sounds as if it were
played by a bagpipes :) ...
ROTFLL.
I think I have heard something simillar, when the radio
is a bit out of tune, but I am also not able to reproduce it.

"unfortunately" the radiation is very small.
Do you thought about an application for your finding?

You may remove the cover of the HP 49G and perform
a "very local broadcasting station" for Scottland ;)

Seriously:
Thanks for your contribution, I was/am
highly amused about this "new application".

For music, the best is realy the mig-player. I like it.

Best regards
Heiko
Frère-Pierre
2006-02-13 22:19:06 UTC
Permalink
Post by Heiko Arnemann
Post by Khanh-Dang
Post by Heiko Arnemann
Today I took a newer radio and had some better "sound" arround
1230 kHz.
I even found some frequencies at which the music sounds as if it were
played by a bagpipes :) ...
ROTFLL.
I think I have heard something simillar, when the radio
is a bit out of tune, but I am also not able to reproduce it.
"unfortunately" the radiation is very small.
Do you thought about an application for your finding?
You may remove the cover of the HP 49G and perform
a "very local broadcasting station" for Scottland ;)
Thanks for your contribution, I was/am
highly amused about this "new application".
I used to listen the "hearth-beat" of my HP-41CV from a radio
Khanh-Dang
2006-02-13 10:22:11 UTC
Permalink
Post by Heiko Arnemann
Attenttion
Your source and the source you have linked to (above),
seem not to generate the required code.
Bytes and CRC are not equivalent with the required (s.b.)
I got Bytes 287 Crc #C5A4h
I found out the reason. It's because I am lways working with flag -92
on, and I forgot to add "!NO CODE" at the beginning of the source code.
So, there are two workarounds:
- Switch flag -92 on withe -92 SF
- Add "!NO CODE" at the beginning of Tempest.s

You can also the updated versions at:
- binary version:
<http://perso.wanadoo.fr/kdntl/hp49/tempest/tempest.bin>
- ASCII version:
<http://perso.wanadoo.fr/kdntl/hp49/tempest/tempest.asc>
Heiko Arnemann
2006-02-13 19:27:57 UTC
Permalink
Post by Khanh-Dang
Post by Heiko Arnemann
Bytes and CRC are not equivalent with the required (s.b.)
I got Bytes 287 Crc #C5A4h
I found out the reason. It's because I am lways working with flag -92
on, and I forgot to add "!NO CODE" at the beginning of the source code.
- Switch flag -92 on withe -92 SF
- Add "!NO CODE" at the beginning of Tempest.s
Oh, yes, I can confirm.
Thanks!

Best regards
Heiko
Samuel Thibault
2006-02-11 23:31:18 UTC
Permalink
Hi,
Post by Khanh-Dang
What you need do make your Saturn sing the Song for Elise (by Ludwig van
- a HP49G (this may work with any saturn-based HP calcs, bu I didn't
try),
- a pocket radio that can receive short wave AM.
Mwahaha :)

Tried it successfully too, quite funny :D

Regards,
Samuel
Stefano Priore
2006-02-12 18:16:21 UTC
Permalink
Post by Khanh-Dang
P.S.: You may find an up to date copy of this document at
<http://perso.wanadoo.fr/kdntl/hp49/tempest/hp49_tempest.txt>. If you
have any question, please answer to this post on comp.sys.hp48, or send
me an email at kdntl at yahoo. fr.
Anybody tested it with the 49G+?
--
Stefano Priore | Debian Sarge 3.1r0
--------------------------------+--------------------------------
"Video meliora proboque, | Linux Registered User #210152
autem deteriora sequor..." | Linux Registered Machine #97752
Heiko Arnemann
2006-02-12 18:33:18 UTC
Permalink
Post by Stefano Priore
Post by Khanh-Dang
P.S.: You may find an up to date copy of this document at
<http://perso.wanadoo.fr/kdntl/hp49/tempest/hp49_tempest.txt>. If you
have any question, please answer to this post on comp.sys.hp48, or send
me an email at kdntl at yahoo. fr.
Anybody tested it with the 49G+?
Yes and no, 49g+ has not a Saturn, so I expect it would not easily work?

I have used EMU48 for 49g+, but "MAKE"ing the
code was interupted (using ROM 2.01-1).
So, the code might be generated by the HP 49G...

I will take the radio again, and listen what the g+ is telling
me, when turning ON, Edit-Line, pressing keys or playing Tetris.
It should give some noise ;-)

Best regards
Heiko
Khanh-Dang
2006-02-13 10:29:53 UTC
Permalink
Post by Heiko Arnemann
Post by Stefano Priore
Anybody tested it with the 49G+?
Yes and no, 49g+ has not a Saturn, so I expect it would not easily work?
My program would certainly not work, but one could write another that
could work with ARM-based calcs. Actually, you can generate sounds with
any calculator. Which is not that easy is to find how.
Post by Heiko Arnemann
I have used EMU48 for 49g+, but "MAKE"ing the
code was interupted (using ROM 2.01-1).
Weird. This should work on a 49G+ too, even if I didn't try. I think the
library 256 is not attached on your emulator. Just try a \<< 256. ATTACH
\>> before MAKing.
Frère-Pierre
2006-02-13 10:42:10 UTC
Permalink
Post by Khanh-Dang
Post by Heiko Arnemann
Post by Stefano Priore
Anybody tested it with the 49G+?
Yes and no, 49g+ has not a Saturn, so I expect it would not easily work?
What do you mean has no Saturn?
The 49g+ is working because of faithful Saturn emulation
It's a very simple CPU to emulate
Post by Khanh-Dang
My program would certainly not work, but one could write another that
could work with ARM-based calcs. Actually, you can generate sounds with
any calculator. Which is not that easy is to find how.
Post by Heiko Arnemann
I have used EMU48 for 49g+, but "MAKE"ing the
code was interupted (using ROM 2.01-1).
Weird. This should work on a 49G+ too, even if I didn't try. I think the
library 256 is not attached on your emulator. Just try a \<< 256. ATTACH
\>> before MAKing.
Khanh-Dang
2006-02-13 11:06:14 UTC
Permalink
Post by Frère-Pierre
Post by Heiko Arnemann
Yes and no, 49g+ has not a Saturn, so I expect it would not easily work?
What do you mean has no Saturn?
The 49g+ is working because of faithful Saturn emulation
Beware, you are answering to the wrong post. What Heiko means is there
is no Saturn *hardware* in the 49G+.
Post by Frère-Pierre
It's a very simple CPU to emulate
And some say the ARM is a processor that can easily emulate others.
John H Meyers
2006-02-13 22:50:05 UTC
Permalink
Post by Frère-Pierre
What do you mean has no Saturn?
The 49g+ is working because of faithful Saturn emulation
It's a very simple CPU to emulate.
This thread is not about emulation of computational results,
but about the emanation of radio signals to generate
"music" on AM radios (or to attract idle NSA employees :)

The difference in underlying chip (and product) architecture
might possibly alter the RF emissions produced by running
a given program. But if the ARM-emulated Saturn still
carries the tune, then Eureka, the 49G+ might still
play music through a radio, though it reportedly
still may not make an ideal keyboard instrument :)

[r->] [OFF]
Heiko Arnemann
2006-02-13 20:08:47 UTC
Permalink
Thanks Khang-Dang,

...
Post by Khanh-Dang
Post by Heiko Arnemann
I have used EMU48 for 49g+, but "MAKE"ing the
code was interupted (using ROM 2.01-1).
Weird. This should work on a 49G+ too, even if I didn't try. I think the
library 256 is not attached on your emulator. Just try a \<< 256. ATTACH
\>> before MAKing.
No, it starts building the data and stops with

asm Error
Invalid File

with string in stack level 2:
"!RPL
CODE
DC =DispOff 26798
DC =DispOn 2679F
... snipped
*Nop
RTN
ENDCODE
@"

which is the content of Tempest.s

and

:1: { { € 10110h € 0h € 1BBh } { € 10110h € 0h € 3Eh } }

My flags: { # 8000020401CFF0h # 0h # 801001000A100000h # 0h }

You might be ambigious to follow up this issue, but I would
suggest, it is a bit OT, because the program would
produce a code, which is not usefull for the HP 49G.

It looks like MAKing is not working on 49g+,
but 49g+ definitly give some dirty noise on AM-radio ;-)
Nevertheless, radiation of the 49g+ and its use is a different topic.

Best regards
Heiko
Jean-Yves Avenard
2006-02-14 06:43:25 UTC
Permalink
Post by Khanh-Dang
"!RPL
CODE
DC =DispOff 26798
DC =DispOn 2679F
... snipped
*Nop
RTN
ENDCODE
@"
Add, !NO CODE before !RPL, or remove CODE and ENDCODE lines

JY
Heiko Arnemann
2006-02-14 18:59:35 UTC
Permalink
Post by Jean-Yves Avenard
Post by Khanh-Dang
"!RPL
CODE
DC =DispOff 26798
DC =DispOn 2679F
... snipped
*Nop
RTN
ENDCODE
@"
Add, !NO CODE before !RPL, or remove CODE and ENDCODE lines
Thanks, JY.

I have tried both,
with and w/o sysFlag -92 set.
No, success.
It must be something else, with the content (string)
of Tempest.s or the level one object, I have
posted before.

By the way, MAKing gives the same error, when
trying to do with ROM 1.24 for emu48 and
it is running fine with ROM 1.19-6, flag -92 cleared.

Best regards
Heiko
heavens above
2020-08-01 16:30:38 UTC
Permalink
I don't know where the problem lies. The code file cannot work on 50g. I tried to edit the asc file, but it could not be saved due to an error.Flag 92 has been set, can anyone tell me how to compile this kind of program?
good luck
heavens above
2020-08-01 16:52:01 UTC
Permalink
在 2020年8月2日星期日 UTC+8上午12:30:40,heavens above写道:
Post by heavens above
I don't know where the problem lies. The code file cannot work on 50g. I tried to edit the asc file, but it could not be saved due to an error.Flag 92 has been set, can anyone tell me how to compile this kind of program?
good luck
By the way, these files can be found in hpcalc
Zooe
2021-04-13 07:38:18 UTC
Permalink
Post by heavens above
I don't know where the problem lies. The code file cannot work on 50g.
I tried to edit the asc file, but it could not be saved due to an
error.Flag 92 has been set, can anyone tell me how to compile this
kind of program?
The tempest effect relies on the specificities of the electromagnetic
emission of the CPU and memory bus in HP48 and HP49 calculators.

HP50g calculators have a totally different architecture (emulated-Saturn
on ARM based hardware, instead of Saturn based) so that, even if you
managed to assemble the code and run the program on 50g, you would not
get the tempest effect.

heavens above
2020-08-01 16:55:14 UTC
Permalink
在 2006年2月11日星期六 UTC+8下午11:57:03,Khanh-Dang写道:
Post by Khanh-Dang
Hi!
Perhaps some of you already know about Tempest for Eliza. If you don't,
<http://www.erikyyy.de/tempest/>.
For those who are too lazy to read the page at the adress I've just
What is it ?
------------
Tempest for Eliza is a Program that uses your computer monitor
to send out AM radio signals. You can then hear computer
generated music in your radio.
How does this work ?
--------------------
All electronic devices send out eletromagnetic waves.
so does your monitor. and your monitor does it all the time.
and at very high frequencies. high enough for your short wave
AM radio.
all you have to do is display the "correct" image on your screen
and your monitor will emit the "right" signals.
Tempest for Eliza displays pictures on your screen. one for
each note in the song.
I have successfully done the same kind of thing with my HP49G.
What you need do make your Saturn sing the Song for Elise (by Ludwig van
- a HP49G (this may work with any saturn-based HP calcs, bu I didn't
try),
- a pocket radio that can receive short wave AM.
---------------------------------------
%%HP: T(3)A(R)F(.);
DIR
Tempest.s
"!RPL
CODE
DC =DispOff 26798
DC =DispOn 2679F
SAVE
GOSBVL =DispOff ; mandatory
SKUB { 'Data.inc }
C=RSTK D0=C ; D0\->data
{
C=DAT0.A C-1.A EXITC
D0+5
C=DAT0.A D0+5
R0=C.A ; R0a: nb loops
; R0 gives better quality
{
C=R0.A
{ C-1.A UPNC }
D-1.A
; The 3 lines below produces much
; better quality sound than
; a single UPNC
EXITC
GOSUB Nop
UP
}
UP
}
GOSBVL =DispOn
P=0
LOADRPL
*Nop
RTN
ENDCODE
@"
Data.inc
""
FL2Data
\<< CLLCD "Building Data.inc "
1. DISP
"% DO NOT EDIT THIS
% GENERATED BY FL2Data
% (5) nb AWait needs to repeat
% 00000 means stop
% (5) nb ticks
$"
1. FL SIZE DUP 4. DISP
FOR K K 3. DISP FL K GET \-> F
\<< .25 F * 0. RND R\->B A\->H +
127640. F / 0. RND R\->B A\->H +
\>>
NEXT "0000000000
@" +
'Data.inc' STO
\>>
PlayFL
\<< 1. FL SIZE
FOR K FL K GET .2 BEEP
NEXT
\>>
FL { 659.3 635. 659.3 635.
659.3 493.9 587.3 523.3 440.
164.8 220. 261.6 329.6 440.
493.9 164.8 210. 329.6 420.
493.9 523.3 164.8 220. 329.6
659.3 635. 659.3 635. 659.3
493.9 587.3 523.3 440. 164.8
210. 261.6 329.6 440. 493.9
164.8 220. 293.7 523.3 493.9
440. }
CST { { "MAKE"
\<< FL2Data Tempest.s ASM
\>> } { "CLEAN"
\<< "" 'Data.inc' STO
\>> } }
END
---------------------------------------
To compile this program, go to the CST menu and press [MAKE]. The
program is pushed on level 1 of the stack. You can run it just by
EVALuating it, but wait, this program would do nothing cool at this
stage.
<http://perso.wanadoo.fr/kdntl/hp49/tempest/tempest.asc>
For those who are too lazy, just download the binary compiled program
<http://perso.wanadoo.fr/kdntl/hp49/tempest/tempest.49>
* Now, put your AM receiver at around 660 KHz. Put you HP49 near the
radio, then launch the program.
<http://perso.wanadoo.fr/kdntl/hp49/tempest/nothing.mp3> (156KB)
<http://perso.wanadoo.fr/kdntl/hp49/tempest/calc_off.mp3> (156KB)
<http://perso.wanadoo.fr/kdntl/hp49/tempest/calc_on.mp3> (156KB)
<http://perso.wanadoo.fr/kdntl/hp49/tempest/calc_editline.mp3> (156KB)
<http://perso.wanadoo.fr/kdntl/hp49/tempest/calc_key_on.mp3> (156KB)
<http://perso.wanadoo.fr/kdntl/hp49/tempest/songforelise.mp3> (187KB)
- I didn't try all frequencies, but 660 KHz seems to be a good choice,
at least for me. Actually, you may have noticed that 660KHz = 4MHz/6,
where 4MHz is the clock frequency of my HP49G. So that you can also
try 4MHz/3, 4MHz/4, etc.
- In the calc_on.mp3 sample, you can hear a click every second. This is
simplye the interrupt handler of the OS.
- In the cal_editline.mp3, the click appear every 1/16e (I didn't count,
but I think so). Again, this is the interrupt handler.
- In order to find a good frequency, you can press the [ON] key and tune
your radio until you can clearly hear the treble note (see file
calc_key_on.mp3).
More information on Tempest ---------------------------
Tempest and electromagnetic radiation is an interesting topic. There
aren't very much public literature on this topic. Luckily, there are a
few technical papers and web sites on the net that are a must read.
o Markus G. Kuhn's and Ross J. Anderson's, "Soft Tempest: Hidden Data
Transmission Using Electromagnetic Emanations"
http://www.cl.cam.ac.uk/~mgk25/ih98-tempest.pdf
o Wim van Eck, "Electromagnetic Radiation from Video Display Units: An
Eavesdropping Risk?"
http://jya.com/emr.pdf
o Christopher Seline, "Eavesdropping On the Electromagnetic Emanations
of Digital Equipment: The Laws of Canada, England and the United
States"
http://www.eff.org/pub/Privacy/Security/tempest_legal.draft
Happy hacking,
Khanh-Dang
P.S.: You may find an up to date copy of this document at
<http://perso.wanadoo.fr/kdntl/hp49/tempest/hp49_tempest.txt>. If you
have any question, please answer to this post on comp.sys.hp48, or send
me an email at kdntl at yahoo. fr.
By the way, these files can be found in hpcalc
Loading...