fm_transmitter
fm_transmitter copied to clipboard
Just play 5 seconds or less.
hey guys, anyone having this same issue? i send the command sudo ./fm_transmitter -f 107 -r star_wars.wav and only play for 4 or 5 seconds and goes off. what is happening?
me too
Same Here
Was same problem. I used 800 mA power source, thats too low for radio transmitter work. Now I'm using 1.5 A or 2 A power source, everything works.
Same for me with a 2.5Amp supply, anyone has fixed that?
Please check out issue #12, @ronlaws86 stated disabling w1-gpio and w1-therm mods could help.
Type in console:
sudo rmmod w1-gpio
sudo rmmod w1-therm
Thank you for your answer, works great ;)
Please check out issue #12, @ronlaws86 stated disabling w1-gpio and w1-therm mods could help.
Type in console:
sudo rmmod w1-gpio sudo rmmod w1-therm
Does this permanently disable the interface? If so, how would one re-enable it?