DisasterRadio
This page attempt to document the low-bandwidth disaster recovery mesh (DisasterRadio).
GNU Radio UHD device selection
For a USRP 1 this should be in the form: serial=<hex_serial>. E.g:
serial=24e6b31a
To find device serial run:
sudo uhd_find_devices
You're looking for output that looks like:
| _____________________________________________________ | / | | Mboard: USRP1 | | serial: 24e6b31a
For command line scripts this is often specified with the -a option, e.g:
my_script.py -a serial=24e6b31a
To set the sub-device (the daughterboard and channel) use the format:
<slot_name>:<daughterboard_frontend_id>
E.g:
B:0
This slot_name and daughterboard_frontend_id are also findable with the command:
sudo uhd_find_devices
The output you're looking for looks like:
| | _____________________________________________________ | | / | | | RX Dboard: B | | | ID: WBX, WBX + Simple GDB (0x0053) | | | _____________________________________________________ | | | / | | | | RX Frontend: 0 | | | | Name: WBXv2 RX+GDB | | | | Antennas: TX/RX, RX2, CAL | | | | Sensors: lo_locked | | | | Freq range: 68.750 to 2200.000 Mhz | | | | Gain range PGA0: 0.0 to 31.5 step 0.5 dB | | | | Connection Type: IQ | | | | Uses LO offset: No
Specifically the lines:
| | | RX Dboard: B
and:
| | | | RX Frontend: 0
Together making up the B:0.