Difference between revisions of "5G: Ettus B210 Compatible"

From OnnoWiki
Jump to navigation Jump to search
Line 48: Line 48:
  
 
  sudo ./usrp_burn_mb_eeprom --args="type=b200" --values="product=1"
 
  sudo ./usrp_burn_mb_eeprom --args="type=b200" --values="product=1"
 +
 +
 +
==Referensi==
 +
 +
* https://www.aliexpress.com/item/4000618537307.html?spm=a2g0o.detail.1000023.13.31131acfyuzXRd

Revision as of 17:08, 24 December 2022

https://www.aliexpress.com/item/4000618537307.html?spm=a2g0o.detail.1000023.13.31131acfyuzXRd


TZT B200 Advance Version 70-6000MHz SDR Radio Software Defined Radio USB3.0 SDR Transceiver with Shell

Specifications:

Data interface: usb3.0
FPGA: for Spartan 6 XC6SLX75
Transceiver: AD9361 dual channel rf transceiver
IIP3 (at typical NF): -20dBm
Power Output: > 10dBm
Receive Noise Figure: < 8dB
ADC Sample Rate (Max.): 61.44MS/s
ADC Resolution: 12 bits
DAC Sample Rate (Max.): 61.44MS/s
DAC Resolution: 12 bits
Host Sample Rate (16b): 61.44MS/s
Frequency Accuracy(without reference clock): ±2.0ppm
Frequency Accuracy(with reference clock): ±1PPB (0.001PPM)
Size: 150 x 100mm/5.9 x 3.9"
Frequency range: 70-6000Mhz
TX port count: 2
RX port count: 2

Package Included:

1 x SDR Radio
1 x USB Cable
1 x Pin Cable

More Information: You can run B200 advance as original USRP B200 or run B200 advance to support 2RX or 2TX using our fpga firmware. But it can not support 2tx2rx at the same time.

To use our fpga firmware you need to modify B200 advance to B210. using below command to modify B200 to B210:

sudo ./usrp_burn_mb_eeprom --args="type=b200" --values="product=2"

After this you need to unplug b200 advance and replug it. If you don't know where usrp_burn_mb_eeprom is you can find it:

cd /
sudo find -name usrp_burn_mb_eeprom

Then copy our fpga firmware to original B210 fpga firmware path. But you may need to save original B210 fpga firmware first.

sudo cp /usr/share/uhd/images/usrp_b210_fpga.bin /usr/share/uhd/images/usrp_b210_fpga_back.bin
sudo cp ./b200_fpga_2tx.bin /usr/share/uhd/images/usrp_b210_fpga.bin

The original fpga firmware path is depend on uhd version. You can find it using find command. To modify B210 to B200 you can run this command:

sudo ./usrp_burn_mb_eeprom --args="type=b200" --values="product=1"


Referensi