fix biastee

master
Sebastien Bourdeauducq 2020-08-12 13:06:38 +08:00
parent c12a0cd27a
commit ec700a111b
3 changed files with 2 additions and 1 deletions

1
bladerf.conf Normal file
View File

@ -0,0 +1 @@
biastee_rx on

1
dmi.py
View File

@ -30,6 +30,7 @@ def main():
for channel in range(2):
sdr.setSampleRate(SoapySDR.SOAPY_SDR_RX, channel, freq_sample)
sdr.setFrequency(SoapySDR.SOAPY_SDR_RX, channel, freq_base)
sdr.setGain(SoapySDR.SOAPY_SDR_RX, channel, 57.0)
buf_sdr = BufferedSDR(sdr, [0, 1], block_size, 32)
buf_sdr.start()

View File

@ -40,7 +40,6 @@ in
'';
shellHook = ''
${pkgs.libbladeRF}/bin/bladeRF-cli -l ${bitstream}
${pkgs.libbladeRF}/bin/bladeRF-cli -e "set biastee rx on"
'';
QT_QPA_PLATFORM = "wayland";
}