Keyboard Shortcuts
Likes
Search
Re: RasPi+Direwolf hangs after 5 min
David Ranch
¿ªÔÆÌåÓýHello Tim,
A few thoughts here: 1. Direwolf is known to be somehwhat temperamental with some cheap USB sound cards.? I recommend to splurge and by a $7 Syba unit 2. Direwolf is known to not like having the USB sound card behind a USB hub.? Make sure yours is directly connected to the Rpi itself 3. RFI from your radio can cause all kinds of weird issues.? As an experiment, try unconfiguring PTT in the direwolf.conf file (makes Direwolf think your using VOX) and see if things work longer that 5minutes.? If it DOES work longer, you probably have an RFI issue.? You'll want to install various ferrite chokes, shielded cables, etc. to resolve this
Oh.. so no RF transmitter is involved in this test?? Even then, you could be getting voltage differentials across the grounds.? Btw, I assume you installed decoupling capacitors between the microphone jack on one sound card going into the speaker jack of the other sound card?? This is VERY important or you can potentially fry BOTH soundcards if they have a microphone bias voltage but don't include a decoupling cap.
You might want to read this thread which I found by simply Googling your error above: ? ? Is your Rpi running the newest version of Raspbian: ?? sudo apt-get update ?? sudo apt-get upgrade ?? sudo apt-get dist-upgrade ?? sudo apt-get install rpi-update ?? sudo rpi-update Once everything goes well, then do: ?? sudo reboot If those are new steps to you, I encourage you to read: ??
I don't know what the Arduino device is or how much power it consumes but I would encourage you have: ? - a quality 5.1v (not 5.0volt power supply) : yes, 5.1v supplies are available ? - put other USB devices behind a POWERED USB hub - don't assume the Rpi can properly power all USB devices (it can't) --David KI6ZHD |