F5OEO / rpitx

RF transmitter for Raspberry Pi
GNU General Public License v3.0
4.05k stars 538 forks source link

Raspberry v1.2 B+ SSB and NFM problem #297

Open ZetkaTV opened 1 year ago

ZetkaTV commented 1 year ago

Hello, when i am installing rpitx, im getting warning: "Rpitx should be instable and stop from transmitting" and using easytest, SSB doesnt work and NFM too.

Can someone help me? Thanks.

micsthepick commented 1 year ago

try compiling csdr after modifying the line in detect_params.sh to grep -q " 2" /proc/device-tree/model; then instead of grep -q 2 .... It detects the wrong params, because of the presence of 2 in the model no 1.2, and order of detection.