Ham Radio Ten Meter Beacon Station

Discuss anything related to the VIC
gklinger
Vic 20 Elite
Posts: 2051
Joined: Tue Oct 03, 2006 1:39 am

Ham Radio Ten Meter Beacon Station

Post by gklinger »

A link to this video got posted to the Toronto CBM and since it's VIC-related, I'm posting it. It's a ham radio setup that uses a VIC-20 (to do what, I don't know). Check it out here.
In the end it will be as if nothing ever happened.
CrAlt
Vic 20 Drifter
Posts: 35
Joined: Mon Oct 27, 2008 4:06 pm

Post by CrAlt »

I have that brown box with the LED's flashing. Its a "Kantronics -- The Interface" rtty, cw, uP.

I just dont have any software for it. It plugs in to the game port.

Im a ham and would like to play with it some.

People use the beacons to tell when there is band opening. If you can hear a long away beacon then chances are conditions are good to make a contact to that part of the world.

http://www.ac6v.com/beacons.htm
CrAlt
Vic 20 Drifter
Posts: 35
Joined: Mon Oct 27, 2008 4:06 pm

Post by CrAlt »

Its looks like the software was called "Radiotap". It came on a cart. Anyone have a image?

http://www.atarimagazines.com/compute/i ... And_64.php
6502dude
megacart
Posts: 1581
Joined: Wed Dec 01, 2004 9:53 am

Post by 6502dude »

I have a MicroLog Air-1 and can provide a dump of that eprom.

I use it periodically with Icom R71-A receiver.
Image Mega-Cart: the ultimate cartridge for your Commodore Vic-20
channelmaniac
Vic 20 Hobbyist
Posts: 105
Joined: Tue Jun 17, 2008 8:21 pm

Post by channelmaniac »

I had a Kantronics cart board that I took the EPROM off of and converted to a diag cart board.

You want a dump of the EPROM? Give me your email address on a PM and I"ll send it to you.

RJ
Call me a cheap bastard... I learned to fix things to save money... even surface mount soldering...

Visit my website: http://www.arcadecomponents.com
CrAlt
Vic 20 Drifter
Posts: 35
Joined: Mon Oct 27, 2008 4:06 pm

Post by CrAlt »

thanks!

:D
channelmaniac
Vic 20 Hobbyist
Posts: 105
Joined: Tue Jun 17, 2008 8:21 pm

Post by channelmaniac »

Sent!

Seems I had already dumped it but forgot I did... ;) It was a simple matter of just attaching it to an email and sending it.

Hope it works well for you.

RJ
Call me a cheap bastard... I learned to fix things to save money... even surface mount soldering...

Visit my website: http://www.arcadecomponents.com
nippur72
de Lagash
Posts: 574
Joined: Thu Sep 07, 2006 8:35 am

Post by nippur72 »

What was the callsign of the station and its frequency?

I used to listen to 10 meters beacon with my CB transceiver; I remember a south african one ("ZS6PW" or something) that was very loud here in Italy.
CrAlt
Vic 20 Drifter
Posts: 35
Joined: Mon Oct 27, 2008 4:06 pm

Post by CrAlt »

channelmaniac wrote:Sent!

Seems I had already dumped it but forgot I did... ;) It was a simple matter of just attaching it to an email and sending it.

Hope it works well for you.

RJ
ok. I got it thanks!

Do i have to burn it to a eprom or is there a way i can run this from a disk?

Im guessing its a .bin file. I searched around the site and found that i could "echo -e -n '\x00\x40' | cat - file.bin > file.prg" to make it a prg. I did that and copyed the bin and "prg" to a 1541 floppy. I goto my vic and do a load "radio",8,1 and get no errors. I then sys40960 and the vic just hangs. I tryed with and with out my 16K expander in there.

Am i way off here?

http://cralt.com/vic/radiotap.bin is the file i got in the email. 4096 bytes.
http://sleepingelephant.com/ipw-web/bul ... c&start=15 is where i got some hints from... but its mostly greek to me.
Oh well. Im gona start building the interface cable for my HF rig
CrAlt
Vic 20 Drifter
Posts: 35
Joined: Mon Oct 27, 2008 4:06 pm

Post by CrAlt »

Well my hardware seems good to go. The interface seems to work and its wired to my TS570d
http://www.youtube.com/watch?v=9jSVcD70IS0

Just need to get this bin to start...
6502dude
megacart
Posts: 1581
Joined: Wed Dec 01, 2004 9:53 am

Post by 6502dude »

I have not seen schematic of the interface board, I'm pretty sure you will need to burn this to eprom.

If you want to try from disk:

Take eprom dump, then (assuming it is /blk5), use a hex editor to add load address bytes to bin file - insert 00 A0 at first of eprom bin file.

Then save this to floppy disk.

With 8K ram expansion located in /BLK5 space:

load "bin file name",8,1

then - sys64802

Good luck!
Image Mega-Cart: the ultimate cartridge for your Commodore Vic-20
CrAlt
Vic 20 Drifter
Posts: 35
Joined: Mon Oct 27, 2008 4:06 pm

Post by CrAlt »

Oh well looks like this project is halted for now

I added 00 A0 to the start of http://cralt.com/vic/radiotap.bin and no matter how i setup the memery in VICE i get a READY prompt when trying to start it at different addresses.

The real vic hangs or also gives me a "READY" prompt with my 8K and 16K ram carts. :-/
6502dude
megacart
Posts: 1581
Joined: Wed Dec 01, 2004 9:53 am

Post by 6502dude »

I had a look at the bin image.

It is not autostart.

I don't have time right now to try disassembly to find start address and where this fits in memory map.
Maybe someone can help out with this.
Image Mega-Cart: the ultimate cartridge for your Commodore Vic-20
Leeeeee
soldering master
Posts: 396
Joined: Fri Apr 23, 2004 8:14 am

Post by Leeeeee »

Attach the .bin file as a cart image at $A000 then SYS 40960 to start.

Expansion RAM is not needed.

Lee.
Leeeeee
soldering master
Posts: 396
Joined: Fri Apr 23, 2004 8:14 am

Post by Leeeeee »

Making a .prg file by appending $00,$A0 to the start of the .bin file, loading it into RAM then doing SYS 40960 also works.

This obviously needs RAM in BLK5

Lee.
Post Reply