Kurt Theis
Kurt Theis
Franco - I had the same problem. I did a: sudo apt-get install python3-dbg then again ran cmake .. and cmake ran clean with no errors. FWIW
Downloaded, re-built all. Deleted the 2 programs in /usr/local/bin, then ran sudo make install. Rebooted. Ran with no change. It still shuts off RF after a second. > uname -a...
And I am running raspbian lite (stretch). - kurt
Just an update: I am now using a new pi zero W with a different sd card and running stretch. uname -a: Linux gadget2 4.14.62+ #1134 Tue Aug 14 16:58:07...
No change. Here is part of my /boot/config.txt: # Uncomment some or all of these to enable the optional hardware interfaces dtparam=i2c_arm=on,i2c_arm_baudrate=400000 # for wspr (sw) gpu_freq=250 # Enable audio...
That seemed to fix it. When using a USB keyboard/hdmi for display, the WsprrPi program runs as expected. Thank you for putting the time into this! One small issue -...
The final csdr convert_f_s16 was the trick. I completely missed that. Thank you! For future reference, I used: arecord -c1 -r48000 -D plughw:CARD=Device,DEV=0 -fS16_LE - | csdr convert_s16_f | csdr...