Welcome to Russells-World

It is God

PROLOGUE



Remember that scene in Real Genius when Kent talks to Jesus? Here’s a refresher: YOUTUBE

Anyways, I thought it would be fun to write a script that would go up and down the various frequency waves to see if anyone would be so infortunate, or lucky, to be subject to this via the sometimes mentioned effect of peoples filling’s becoming radio receivers.

Tools Needed



  1. A Raspberry Pi with pifm loaded. Get pifm here: http://www.icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter
  2. A nice box for your pi: http://www.amazon.com/gp/product/B00CJSOYMG/ref=oh_details_o07_s01_i00?ie=UTF8&psc=1
  3. A respectiful antenna to connect: http://www.amazon.com/gp/product/B0083Y3L2O/ref=oh_details_o00_s00_i01?ie=UTF8&psc=1
  4. A USB Microphone
  5. This script:
#!/bin/sh
arecord -d0 -c2 -f S16_LE -r 22050 -twav -D copy | sudo ./pifm -




What’s Happening



NOT DONE YET: Upon script execution, the pi is going to transmit the annoying test tone from low to high. Once your friend, family member, or whomeever mentions that they’re being annoyed by a high pitch sound, make note of the frequency and start talking into the mic.