oxygen:oxygen_getting_started
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
oxygen:oxygen_getting_started [2022/08/24 19:16] – [Starting GNU Radio] gflynn | oxygen:oxygen_getting_started [2024/07/31 11:04] (current) – [What next] jbonior | ||
---|---|---|---|
Line 1: | Line 1: | ||
====Required Host Computer==== | ====Required Host Computer==== | ||
To work with the RWT Oxygen SDR, a computer running Linux or similar operating system is required. | To work with the RWT Oxygen SDR, a computer running Linux or similar operating system is required. | ||
- | |||
- | |||
- | {{oxygen: | ||
---- | ---- | ||
====What' | ====What' | ||
- | {{oxygen:oxygenincase.jpg? | + | |
+ | {{oxygen:oxygen_kit_closed_upright.jpg? | ||
+ | {{: | ||
A Hard case containing: | A Hard case containing: | ||
Line 16: | Line 15: | ||
- USB3-Type A to USB-C cable | - USB3-Type A to USB-C cable | ||
- USB-C to USB-C cable | - USB-C to USB-C cable | ||
- | - An microSDXC card which is pre-loaded with the latest release of software for the RWT Oxygen SDR | + | - A microSDXC card which is pre-loaded with the latest release of software for the RWT Oxygen SDR |
+ | - Console/ | ||
- | {{oxygen: | + | {{ :oxygen: |
Line 24: | Line 24: | ||
====First Time Startup==== | ====First Time Startup==== | ||
- | Remove the microSDXC card from the case and insert it in the sd card slot, which is under the rubber cover on the side of the case closest to the the labeled GPS SMA connector. Connect a USB-C cable to the port labeled " | + | Remove the microSDXC card from the case and insert it in the sd card slot, which is under the rubber cover on the side of the case closest to the the labeled GPS SMA connector. Connect a USB-C cable to the port labeled " |
- | {{:wiki:labeledsideoxygen.jpg? | + | |
+ | in a terminal window on the host computer. | ||
+ | {{ :oxygen:oxygenports.png? | ||
---- | ---- | ||
Line 31: | Line 33: | ||
====Starting GNU Radio==== | ====Starting GNU Radio==== | ||
The Linux image which is provided with the RWT Oxygen contains GNU Radio 3.10 plus multiple OOT modules to maximize the use of the software defined radio. | The Linux image which is provided with the RWT Oxygen contains GNU Radio 3.10 plus multiple OOT modules to maximize the use of the software defined radio. | ||
- | To start GNU Radio type "gnuradio-companion" | + | To start GNU Radio Companion |
+ | | ||
+ | on the command line in the terminal window which was used to log into the Oxygen SDR. The first time this command is run it may take a few minutes for GNU Radio Companion to start. | ||
- | =====What | + | ---- |
- | RWT has provided | + | |
+ | ====Controlling RX/TX==== | ||
+ | |||
+ | If you desire to directly control the enabled state of the RX and TX on the chip, this can be done through the command line. | ||
+ | |||
+ | First, you must run the following command after having loaded the FPGA. The FPGA may be loaded either via the '' | ||
+ | |||
+ | echo pinctrl_fdd_indep > / | ||
+ | |||
+ | After running this command you can control the RX and TX directly via GPIO pins. To turn on/off the RX, you will set GPIO pin 125 to 1/0 respectively. | ||
+ | |||
+ | gpioset 0 125=1 | ||
+ | |||
+ | Similarly, to turn on/off the TX, you will set GPIO pin 126 to 1/0 respectively. | ||
+ | |||
+ | gpioset 0 126=1 | ||
+ | |||
+ | ---- | ||
+ | |||
+ | =====What's Next==== | ||
+ | RWT has provided | ||
+ | |||
+ | The RWT Oxygen has more advanced capabilities, | ||
+ | |||
+ | * For information on starting to use the Oxygen SDR see: | ||
+ | ]] | ||
+ | |||
+ | * For advanced information on custom Linux distributions see: [[: | ||
+ | |||
+ | * For information on specifications see: [[oxygenspecs|Oxygen Specifications]] | ||
+ | |||
+ | * For information on creating a sdcard see: [[: | ||
+ | |||
+ | * For information on the console port see: [[oxygen: | ||
+ | |||
+ | * For information on GPIO see: [[oxygen: | ||
| | ||
- | The RWT Oxygen has more advanced capabilities including the ability to reload the FPGA while running, the ability to custom build a Linux OS, and the ability to operate in a netwrok attached mode using IIO controls. | + | * For information |
oxygen/oxygen_getting_started.1661386584.txt.gz · Last modified: 2022/08/24 19:16 by gflynn