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:17] – [What next] 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 | + | ---- |
+ | |||
+ | ====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 examples of GNU Radio Companion files to demonstrate some capabilities of the RWT Oxygen hardware. More details are on the [[Example GRC|examples page]]. | RWT has provided examples of GNU Radio Companion files to demonstrate some capabilities of the RWT Oxygen hardware. More details are on the [[Example GRC|examples page]]. | ||
| | ||
- | The RWT Oxygen has more advanced capabilities, | + | 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: | ||
+ | |||
+ | * For information on FPGA images see: [[: |
oxygen/oxygen_getting_started.1661386666.txt.gz · Last modified: 2022/08/24 19:17 by gflynn