fm_transmitter icon indicating copy to clipboard operation
fm_transmitter copied to clipboard

Transmitting randomly cuts out

Open takeraparterer opened this issue 3 years ago • 4 comments

When running sudo ./fm_transmitter -f 93.3 -r acoustic_guitar_duet.wav, trnsmiitting wil work fine but in a few seconds cut back to static or whatever station was on that band I am using raspberry pi 400

takeraparterer avatar Dec 29 '21 02:12 takeraparterer

Having the same issue

Raspberry Pi 4

Mifaxav avatar Jul 14 '22 15:07 Mifaxav

Yeah, you have to move the mouse

ghost avatar Aug 12 '23 17:08 ghost

how do i do that over ssh?

takeraparterer avatar Aug 13 '23 04:08 takeraparterer

Well, actually, you just have to change the powerplan. The Pi tries to be resource effective, and slows down the CPU's clock. To cahnge that use this command: echo "performance" | sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

ghost avatar Aug 13 '23 06:08 ghost