miegl / PiFmAdv

Advanced Raspberry Pi FM transmitter with RDS encoding
GNU General Public License v3.0
484 stars 82 forks source link

RPi 3b Hangs on launch, ssh connection fails, hard reboot helps #80

Open babooino opened 3 years ago

babooino commented 3 years ago

Trying to run it with the following string: ./pi_fm_adv --freq "106.0" --audio /usr/src/rpitx/src/pifmrds/1.flac --wait 0 --rds --pi 0666 --ps "123 FM" --rt "MUSIC!!!" --pty 10 --tp 1 --af 100.0 --power 7 --mpx 30 --dev 25.0 --gpio 4 --preemph eu

Carrier appears with no audio, Rpi 3B immediately hangs and ssh connection fails.

Tried PiFmRds from RPiTX package. It works without any issues.