Difference between revisions of "GNURadio: UHD Identifikasi Device"
Onnowpurbo (talk | contribs) (New page: HD - Device Identification Notes Table of Contents * Identifying USRPs o Common device identifiers o Device discovery via command line o Device discover...) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | ==Identifikasi USRP== | |
− | + | Device menggunakan alamat / address yang berupa pasangan string key / value. Pasangan parameter ini digunakan untuk mempersempit pencarian untuk device spesifik atau kelompok device. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Identifying USRPs | Identifying USRPs | ||
Line 33: | Line 24: | ||
Device address arguments can be supplied to narrow the scope of the search. | Device address arguments can be supplied to narrow the scope of the search. | ||
− | uhd_find_devices --args="type=usrp1" | + | uhd_find_devices --args="type=usrp1" |
-- OR -- | -- OR -- | ||
− | uhd_find_devices --args="serial=12345678" | + | uhd_find_devices --args="serial=12345678" |
Device discovery through the API | Device discovery through the API | ||
Line 43: | Line 34: | ||
The device::find() API call searches for devices and returns a list of discovered devices. | The device::find() API call searches for devices and returns a list of discovered devices. | ||
− | uhd::device_addr_t hint; //an empty hint discovers all devices | + | uhd::device_addr_t hint; //an empty hint discovers all devices |
− | uhd::device_addrs_t dev_addrs = uhd::device::find(hint); | + | uhd::device_addrs_t dev_addrs = uhd::device::find(hint); |
The hint argument can be populated to narrow the scope of the search. | The hint argument can be populated to narrow the scope of the search. | ||
− | uhd::device_addr_t hint; | + | uhd::device_addr_t hint; |
− | hint["type"] = "usrp1"; | + | hint["type"] = "usrp1"; |
− | uhd::device_addrs_t dev_addrs = uhd::device::find(hint); | + | uhd::device_addrs_t dev_addrs = uhd::device::find(hint); |
-- OR -- | -- OR -- | ||
− | uhd::device_addr_t hint; | + | uhd::device_addr_t hint; |
− | hint["serial"] = "12345678"; | + | hint["serial"] = "12345678"; |
− | uhd::device_addrs_t dev_addrs = uhd::device::find(hint); | + | uhd::device_addrs_t dev_addrs = uhd::device::find(hint); |
Device properties | Device properties | ||
Line 64: | Line 55: | ||
Usage: | Usage: | ||
− | uhd_usrp_probe --args <device-specific-address-args> | + | uhd_usrp_probe --args <device-specific-address-args> |
Naming a USRP | Naming a USRP | ||
Line 80: | Line 71: | ||
Run the following commands: | Run the following commands: | ||
− | cd <install-path>/share/uhd/utils | + | cd <install-path>/share/uhd/utils |
− | ./usrp_burn_mb_eeprom --args=<optional device args> --key=name --val=lab1_xcvr | + | ./usrp_burn_mb_eeprom --args=<optional device args> --key=name --val=lab1_xcvr |
Discovery via name | Discovery via name | ||
Line 87: | Line 78: | ||
The keyword name can be used to narrow the scope of the search. Example with the find devices utility: | The keyword name can be used to narrow the scope of the search. Example with the find devices utility: | ||
− | uhd_find_devices --args="name=lab1_xcvr" | + | uhd_find_devices --args="name=lab1_xcvr" |
-- OR -- | -- OR -- | ||
− | uhd_find_devices --args="type=usrp1, name=lab1_xcvr" | + | uhd_find_devices --args="type=usrp1, name=lab1_xcvr" |
Revision as of 08:00, 26 April 2012
Identifikasi USRP
Device menggunakan alamat / address yang berupa pasangan string key / value. Pasangan parameter ini digunakan untuk mempersempit pencarian untuk device spesifik atau kelompok device.
Identifying USRPs
Devices are addressed through key/value string pairs. These string pairs can be used to narrow down the search for a specific device or group of devices. Most UHD utility applications and examples have an --args parameter that takes a device address, which is expressed as a delimited string.
See the documentation in types/device_addr.hpp for reference. Common device identifiers
Every device has several ways of identifying it on the host system: Identifier Key Notes Serial serial globally unique identifier Address addr unique identifier on a network Name name optional user-set identifier Type type hardware series identifier Device discovery via command line
Devices attached to your system can be discovered using the uhd_find_devices program. This program scans your system for supported devices and prints out an enumerated list of discovered devices and their addresses. The list of discovered devices can be narrowed down by specifying device address args.
uhd_find_devices
Device address arguments can be supplied to narrow the scope of the search.
uhd_find_devices --args="type=usrp1"
-- OR --
uhd_find_devices --args="serial=12345678"
Device discovery through the API
The device::find() API call searches for devices and returns a list of discovered devices.
uhd::device_addr_t hint; //an empty hint discovers all devices uhd::device_addrs_t dev_addrs = uhd::device::find(hint);
The hint argument can be populated to narrow the scope of the search.
uhd::device_addr_t hint; hint["type"] = "usrp1"; uhd::device_addrs_t dev_addrs = uhd::device::find(hint);
-- OR --
uhd::device_addr_t hint; hint["serial"] = "12345678"; uhd::device_addrs_t dev_addrs = uhd::device::find(hint);
Device properties
Properties of devices attached to your system can be probed with the uhd_usrp_probe program. This program constructs an instance of the device and prints out its properties, such as detected daughterboards, frequency range, gain ranges, etc...
Usage:
uhd_usrp_probe --args <device-specific-address-args>
Naming a USRP
For convenience purposes, users may assign a custom name to their USRPs. The USRP can then be identified via name, rather than a difficult to remember serial or address.
A name has the following properties:
* is composed of ASCII characters * is 0-20 characters * is not required to be unique
Set a custom name
Run the following commands:
cd <install-path>/share/uhd/utils ./usrp_burn_mb_eeprom --args=<optional device args> --key=name --val=lab1_xcvr
Discovery via name
The keyword name can be used to narrow the scope of the search. Example with the find devices utility:
uhd_find_devices --args="name=lab1_xcvr"
-- OR --
uhd_find_devices --args="type=usrp1, name=lab1_xcvr"
Referensi
Pranala Menarik
Persiapan
- USRP: High Precision Clock
- USRP: Menyambungkan ClockTamer ke USRP1
- USRP: Kalibrasi ClockTamer
- USRP: ClockTamer Control Protocol
- USRP: Instalasi Board
- OpenBTS: GIT Source Code
OpenBTS 2.6
- GNURadio
- GNURadio: Ubuntu Install
- GNURadio: Ubuntu Install GNURadio 3.4.2 *RECOMMENDED*
- GNURadio: Ubuntu Install GNURadio 3.4.2 Clock 52MHz *RECOMMENDED*
- GNURadio: Contoh Aplikasi
- GNURadio: Spectrum Analizer GSM
- GNURadio: Mengubah board RFX1800 menjadi RFX900
- GNURadio: Programming Untuk Pemula
- OpenBTS: Ubuntu Install
- OpenBTS: Ubuntu Install OpenBTS 2.6 Clock 52MHz
- OpenBTS: Konfigurasi
- OpenBTS: Kalibrasi
- OpenBTS: Konfigurasi Asterisk untuk OpenBTS
- OpenBTS: Menjalankan smqueue
- OpenBTS: Mengoperasikan BTS
- OpenBTS: Tampilan di Nokia saat pakai OpenBTS
- OpenBTS: Operasi 1800 MHz
- OpenBTS: Beberapa Tips
- OpenBTS: USRP2
- OpenBTS: Amplifier
- OpenBTS: SMS
- AirProbe
OpenBTS 2.8
- GNURadio: Ubuntu 11.10 Install NOT RECOMMENED
- GNURadio: Ubuntu 11.10 instalasi menggunakan Repo NOT RECOMMENDED
- GNURadio: Ubuntu 11.10 Instal GNURadio 3.3.0
- GNURadio: Ubuntu 11.10 Instal GNURadio 3.4.2
- GNURadio: Ubuntu 11.10 Install dari GIT GNURadio RECOMMENDED
- GNURadio: Ubuntu 11.10 cek USRP Daughter Board
- GNURadio: UHD Identifikasi Device
- OpenBTS: Ubuntu 11.10 Install
- OpenBTS: 2.8 dari SVN Install RECOMMENDED
- OpenBTS: 2.8 Instalasi Real Time Asterisk
- OpenBTS: 2.8 Konfigurasi
- OpenBTS: Database SQLite
Ettus E110
- OpenBTS: E110 Cara Login
- OpenBTS: E110 Install Image di MicroSD
- OpenBTS: E110 Cek Daughter Board
- OpenBTS: E110 Mengubah Master Clock
- OpenBTS: E110 Kalibrasi Clock
- OpenBTS: E110 Bekerja dengan opkg
- OpenBTS: E110 GNURadio
- OpenBTS: E110 Install UHD Image
- OpenBTS: E110 Instalasi OpenBTS
- OpenBTS: E110 Instalasi OpenBTS 2.6 *NOT RECOMMENDED*
Lain Lain
- OpenBTS: Materi Magang di ICTWATCH
- OpenBTS: Seminar Outline
- OpenBTS: Workshop Outline
- Membuat Base Station GSM Open Source
- Teknologi Selular
- GSM: Daftar Channel Frekuensi
- Wireless Internet
- OpenBSC
- AirProbe
- Base station subsystem
- GSM
- Asterisk
- Mobile phone
Catatan Legal dan Pendukung
- Siapa Bilang OpenBTS Ilegal?
- OpenBTS: Catatan MNC dan MCC Indonesia
- OpenBTS : Alokasi Frekuensi Operator GSM Indonesia