Advertisement
mambrus

1:st session with external power (timeout)

Feb 15th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. ./calibrate.sh
  2. bladeRF-cli -e "set frequency tx 900.401MHz"
  3.  
  4. Set TX frequency: 900401000Hz
  5.  
  6. bladeRF-cli -e "set frequency rx 945.401MHz"
  7.  
  8. Set RX frequency: 945401000Hz
  9.  
  10. bladeRF-cli -e "print rxvga2"
  11.  
  12. RXVGA2 Gain: 6dB
  13.  
  14. bladeRF-cli -e "set rxvga2 8"
  15. bladeRF-cli -e "cal lms"
  16.  
  17. Calibrating LMS LPF tuning module...
  18. LPF tuning module: 23
  19.  
  20. Calibrating LMS TX LPF modules...
  21. TX LPF I filter: 35
  22. TX LPF Q filter: 33
  23.  
  24. Calibrating LMS RX LPF modules...
  25. RX LPF I filter: 25
  26. RX LPF Q filter: 43
  27.  
  28. Calibrating LMS RXVGA2 modules...
  29. RX VGA2 DC reference module: 27
  30. RX VGA2 stage 1, I channel: 33
  31. RX VGA2 stage 1, Q channel: 37
  32. RX VGA2 stage 2, I channel: 29
  33. RX VGA2 stage 2, Q channel: 33
  34.  
  35. bladeRF-cli -e "cal dc rx"
  36.  
  37. RX DC I Setting = 149, error ~= 0
  38. RX DC Q Setting = 43, error ~= 2
  39.  
  40. bladeRF-cli -e "cal table dc rx"
  41.  
  42. Calibrating @ 3800000000 Hz... I=417 (avg: 2 ), Q=-137 (avg: -1 )
  43. Done.
  44.  
  45. bladeRF-cli -e "cal dc tx"
  46.  
  47. TX DC I Setting = -1, error ~= 2.345915
  48. TX DC Q Setting = -237, error ~= 0.461699
  49.  
  50. bladeRF-cli -e "cal table dc tx"
  51.  
  52. ERROR: status != 0 failed in [rx_avg_magnitude] @ [calibrate_dc.c:481].525)
  53. ERROR: status != 0 failed in [calibrate_dc_tx] @ [calibrate_dc.c:566]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement