fm_transmitter icon indicating copy to clipboard operation
fm_transmitter copied to clipboard

Just play 5 seconds or less.

Open vettorazi opened this issue 8 years ago • 7 comments

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?

vettorazi avatar Sep 02 '17 14:09 vettorazi

me too

ghost avatar Dec 16 '17 05:12 ghost

Same Here

MonsterDeveloper avatar Feb 12 '18 13:02 MonsterDeveloper

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.

TheMakaf avatar May 05 '18 18:05 TheMakaf

Same for me with a 2.5Amp supply, anyone has fixed that?

thibaultferrier avatar Feb 03 '19 19:02 thibaultferrier

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

markondej avatar Feb 04 '19 02:02 markondej

Thank you for your answer, works great ;)

thibaultferrier avatar Feb 04 '19 10:02 thibaultferrier

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?

metadiablo-glyph avatar Apr 12 '20 19:04 metadiablo-glyph