TAPR has 80m and 160m WSPR transmitter kits available. These are similar to the 10m/12m and 15m/17m WSPR transmitter kits in that the user solders the low pass filter components to the pcb. In addition, the user also solders the drain inductor for 80m and 160m transmitters.
Cart
Recent Posts
Recent Comments
Archives
- November 2024
- October 2024
- September 2024
- July 2024
- June 2024
- May 2024
- April 2024
- March 2024
- December 2023
- November 2023
- October 2023
- August 2023
- June 2023
- May 2023
- April 2023
- December 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- April 2021
- March 2021
- January 2021
- December 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- April 2020
- March 2020
- February 2020
- January 2020
Categories
When I loaded the software and installed the 80M filter kit, I noticed the transmit frequency was around 3594Khz. Looking on the WSPR websites the current frequency appears to be 3570 khz. Looking on WSPRNet and in the WSJT-X program they all appear to be using the lower frequency. I changed the frequency in the .cpp file and recompiled it and then I could hear the transmissions within the bandpass of the current programs. Am I correct in this assumption or am I missing something?
Thanks,
Ron W5QLD
Hi Ron,
Great catch! The software has 3.5941 MHz as the 80m frequency. It should be 3.5701 MHz. I need to update the software.
73 Bruce
Just in case you missed my post on “WSPR on 20, 30, and 40 Meters”, I copied here:
Here’s a procedure to update the software. I have to warn you that I haven’t actually tried it on actual hardware, so there’s a possibility that it might be wrong.
Assuming that you can log into your Pi (un: pi, pw: wspr), here’s the procedure:
1. cd ~/WsprryPi
2. sudo nano wpsr.cpp
3. < ctrl > w
4. 35941
5. change 3594100.0 to 3570100.0
6. < ctrl > x
7. y
8. < enter >
9. make
10. sudo reboot
Hopefully, this fixes the problem. If not, let me know and we’ll correct the errors.
73 Bruce Raymond