2023-04-20 12:01:12 +08:00
|
|
|
# Sinara 4624 AWG Phaser (Upconverter/Baseband)
|
2023-02-06 15:38:48 +08:00
|
|
|
|
2023-02-07 17:08:04 +08:00
|
|
|
[Wiki](https://github.com/sinara-hw/Phaser/wiki)
|
|
|
|
|
|
|
|
## JSON
|
2023-02-06 15:38:48 +08:00
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
2023-02-07 17:08:04 +08:00
|
|
|
"type": "phaser",
|
|
|
|
"hw_rev": "vX.Y", // optional
|
|
|
|
"ports": [<port num>]
|
2023-02-06 15:38:48 +08:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## Testing
|
|
|
|
|
2023-02-07 17:08:04 +08:00
|
|
|
After running `artiq_sinara_test`:
|
|
|
|
|
2023-02-06 15:38:48 +08:00
|
|
|
```text
|
|
|
|
*** Testing Phaser DACs and 6 USER LEDs.
|
|
|
|
Frequencies:
|
|
|
|
phaser0 10+0 10+1 10+2 10+3 10+4 MHz
|
|
|
|
```
|
|
|
|
|
2023-04-20 12:01:12 +08:00
|
|
|
### Upconverter
|
|
|
|
|
2023-02-06 15:38:48 +08:00
|
|
|
1. Install gqrx `nix-shell -p gqrx`
|
|
|
|
2. Connect bladeRF via USB cable only
|
2023-06-26 15:43:11 +08:00
|
|
|
3. Run gqrx and choose `Nuand bladeRF SN <number>...`
|
|
|
|
4. Input rate 20000000, other settings are default
|
|
|
|
5. Lower the gain in `Input options`
|
2023-07-04 17:33:03 +08:00
|
|
|
6. When gqrx loaded, start DSP processing with frequency near 2.875 GHz +- DUC frequencies from `artiq_sinara_test`
|
2023-02-07 17:08:04 +08:00
|
|
|
in `Receiver Options`
|
2023-07-04 17:33:03 +08:00
|
|
|
7. Connect the probe through attenuator to the Phaser's RF ports
|
|
|
|
8. You should see 5 tones on `artiq_sinara_test`'s frequencies, like on the pictures below for RF0 and RF1 respectively:
|
|
|
|
![](../img/phaser_upconverter_gqrx_rf0.png)
|
|
|
|
![](../img/phaser_upconverter_gqrx_rf1.png)
|
2023-04-20 12:01:12 +08:00
|
|
|
|
|
|
|
|
|
|
|
### Baseband
|
|
|
|
|
|
|
|
1. Install gqrx `nix-shell -p gqrx`
|
|
|
|
2. Connect bladeRF via USB cable only
|
|
|
|
3. Run gqrx and choose `Nuand bladeRF SN <number>...`
|
|
|
|
4. Input rate 15000000, other settings are default
|
2023-06-12 12:34:21 +08:00
|
|
|
5. When gqrx loaded, start DSP processing with frequency near 2.875 GHz (???)
|
2023-04-20 12:01:12 +08:00
|
|
|
6. Connect the probe through attenuator to the Phaser's ports RF0 or RF1 (not the ADC)
|
2023-06-12 12:34:21 +08:00
|
|
|
7. You should see 5 tones on `artiq_sinara_test`'s frequencies (???):
|
2023-06-12 12:42:32 +08:00
|
|
|
![phaser_baseband.png](../img/phaser_baseband.png)
|