Raspberry Pi as WSPR transmitter

Post Reply
User avatar
VK3BQ
Forum Diehard
Posts: 617
Joined: Wed Sep 02, 2009 9:13 pm
Location: Mt Waverley, Vic.
Contact:

Raspberry Pi as WSPR transmitter

Post by VK3BQ »

Andrew Scott - VK3BQ
Mount Waverley, Vic. QF22NC39XL
http://www.vk3bq.com/ <-ham blog
VK2DDS

Re: Raspberry Pi as WSPR transmitter

Post by VK2DDS »

That's bloody brilliant! I've got 3 floating around and hadn't thought to generate a square wave on a GPIO pin. Time to check the code...

Edit: This code is configured to Tx every 2min cycle, it's easy to add a line to the C code to make it Tx randomly though. Something like this would probably do the trick:

(insert on line 757 of wspr.c)

757: if(!(rand() % 3))
User avatar
VK3BQ
Forum Diehard
Posts: 617
Joined: Wed Sep 02, 2009 9:13 pm
Location: Mt Waverley, Vic.
Contact:

Re: Raspberry Pi as WSPR transmitter

Post by VK3BQ »

Andrew Scott - VK3BQ
Mount Waverley, Vic. QF22NC39XL
http://www.vk3bq.com/ <-ham blog
User avatar
VK3BQ
Forum Diehard
Posts: 617
Joined: Wed Sep 02, 2009 9:13 pm
Location: Mt Waverley, Vic.
Contact:

Re: Raspberry Pi as WSPR transmitter

Post by VK3BQ »

Andrew Scott - VK3BQ
Mount Waverley, Vic. QF22NC39XL
http://www.vk3bq.com/ <-ham blog
Post Reply