Earlier quoted context omitted.
I saw it done in the 1970s on a PDP-8 at the University of Minnesota. It wasn't just a couple of tones, it was playing complete songs. Later on a Z80 micro. Computers really emitted a lot of RF back then!
For good tones, you had to get down close to "the metal." I recall that there were a few programs like this, but I believe they were written in assembler or machine language so as to control the cpu and bus directly.
System Bus Radio: Transmits AM radio on computers without transmitting hardware
11–20 of 125 posts
Re: System Bus Radio: Transmits AM radio on computers without transmitting hardware
#12In the 1970s, I read about people doing this at MIT or some such, on real computers. Our high school had a Nova 1220 minicomputer, but we had no access to assembly for it, so all I could do was write programs in BASIC. After a bit of experimentation, I was able to produce two or three distinct tones of discordant buzzing with loops. Computer music!
I think you are referring to "Foot on the Hill" being played on that Altair 8800, which cunningly made use of the radio frequency interference/ static controlled by the timing loops by the program - created by Steve Dompier . Bill Gates was confounded and astounded, and described it as, "the best demo program I've seen for the Altair…". He could not figure out how the computer could broadcast to the radio. You can re…
Here's a video of a minicomputer generating AM radio music in 1971:
https://www.youtube.com/watch?v=akvSE5Z474c&lc=D5Mdy7u7Cxwsk...
Re: System Bus Radio: Transmits AM radio on computers without transmitting hardware
#13Can you someone do a ELI5 on this project? Tried to read but couldn't move further.
Computers emit radio waves, by varying the processing upon the computer you can influence those emissions. Thus you are able to control those emissions and produce a radio signal you can pick up upon a standard radio.
Re: System Bus Radio: Transmits AM radio on computers without transmitting hardware
#14Earlier quoted context omitted.
For good tones, you had to get down close to "the metal." I recall that there were a few programs like this, but I believe they were written in assembler or machine language so as to control the cpu and bus directly.
Back then most programming for those machines was done at that level!
In the labs, there were IBM Selectric terminals dedicated to APL.
And there was a BASIC dialect over at what was then "Ryerson Polytechnic." There was a room with terminals and acoustic couplers, no security to keep you out.
You need a username and password to use the terminals, but the username and password for each class was posted on a corkboard, so you would write your own programs as long as you didn't get in the way of actual students trying to finish their assignments.
I don't doubt that "most" programming was done in assembler, but there was no shortage of higher-level programming going on.
Re: System Bus Radio: Transmits AM radio on computers without transmitting hardware
#15Re: System Bus Radio: Transmits AM radio on computers without transmitting hardware
#16https://github.com/anfractuosity/musicplayer
Which plays .wav files (example with Taylor Swift) to a nearby radio
https://www.youtube.com/watch?v=xSj5skknXWg&feature=youtu.be
Re: System Bus Radio: Transmits AM radio on computers without transmitting hardware
#17In the 1970s, I read about people doing this at MIT or some such, on real computers. Our high school had a Nova 1220 minicomputer, but we had no access to assembly for it, so all I could do was write programs in BASIC. After a bit of experimentation, I was able to produce two or three distinct tones of discordant buzzing with loops. Computer music!
I think you are referring to "Foot on the Hill" being played on that Altair 8800, which cunningly made use of the radio frequency interference/ static controlled by the timing loops by the program - created by Steve Dompier . Bill Gates was confounded and astounded, and described it as, "the best demo program I've seen for the Altair…". He could not figure out how the computer could broadcast to the radio. You can re…
PDP-8 music here => https://www.youtube.com/watch?v=vfx5H7ikA7Y
DECUS documentation entry for "PDP-8 MUSIC PLAYING PROGRAM" available on punch tape, 1976; written in assembly (PAL8) and fit in 4K words (12 bit word) of core memory. Worth a read. => http://www.pdp8online.com/miscdocs/DECUS/Decus%208-804_MUSIC...
Re: System Bus Radio: Transmits AM radio on computers without transmitting hardware
#18Earlier quoted context omitted.
I think you are referring to "Foot on the Hill" being played on that Altair 8800, which cunningly made use of the radio frequency interference/ static controlled by the timing loops by the program - created by Steve Dompier . Bill Gates was confounded and astounded, and described it as, "the best demo program I've seen for the Altair…". He could not figure out how the computer could broadcast to the radio. You can re…
I seem to recall reading about this running on minicomputers or mainframes, as described in another reply, and I also think this predated the Altair, as I first became smitten with computers around 1972. Here's a video of a minicomputer generating AM radio music in 1971: https://www.youtube.com/watch?v=akvSE5Z474c&lc=D5Mdy7u7Cxwsk...
Re: System Bus Radio: Transmits AM radio on computers without transmitting hardware
#19Earlier quoted context omitted.
Computers emit radio waves, by varying the processing upon the computer you can influence those emissions. Thus you are able to control those emissions and produce a radio signal you can pick up upon a standard radio.
What part of the computer is emitting the radiation? And how is this program manipulating it to generate a song?
These EM fluctuations are the emmissions we are talking about here.