Skip to content

Commit

Permalink
some documentation and requirements.txt added
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliansCastro committed Oct 30, 2024
1 parent 436531b commit 2245ba9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 121 deletions.
2 changes: 1 addition & 1 deletion Logic/CalibrationAndTesting/BWMeasure.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# Route needed by python interpreter to read project's custom classes
sys.path.append('../5G_CHARACTERIZATION/Modules')

from time import sleep
from usrp import USRP
from time import sleep
from aiming import RAiming
from pytictoc import TicToc
from filewriter import FileCSV
Expand Down
2 changes: 1 addition & 1 deletion Modules/instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
and the R&S spectrum analyzer.
'''

import contextlib
import time
import contextlib
import numpy as np
from RsInstrument import *
from queue import LifoQueue, Full
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ The project is based on the following steps:
## Experimental setup

- Instruments
- USRP's B200, B200mini
- Transceivers (SIVERS Semiconductors) EVK 6002 (60 GHz)
- GPS RTK Modules (Ublox) C94-M8P
- Raspberry Pi Pico (RP2040)
- Accelerometer/Magnetometer (LSM303DLHC)
- Splitter 1x2 ZFSCJ-2-232-S+ (5-2300 MHz)
- DC-blocks $50\Omega$ BLK-89-S+ Type connector: SMA. (0 -8GHz)
- USRP's B200, B200mini ([Ettus](https://www.ettus.com/all-products/usrp-b200mini-i-2/))
- Kit Transceivers EVK 6002 (60 GHz) ([SIVERS Semiconductors](https://www.sivers-semiconductors.com/5g-millimeter-wave-mmwave-and-satcom/wireless-products/evaluation-kits/evaluation-kit-evk06002/))
- GPS RTK Modules C94-M8P-2 ([Ublox](https://www.u-blox.com/en/product/c94-m8p))
- Raspberry Pi Pico (RP2040) ([Raspberry](https://www.raspberrypi.com/products/raspberry-pi-pico/))
- Accelerometer/Magnetometer (LSM303DLHC) ([Adafruit](https://learn.adafruit.com/lsm303-accelerometer-slash-compass-breakout/coding))
- Splitter 1x2 ZFSCJ-2-232-S+ (5-2300 MHz) ([Minicircuits](https://www.minicircuits.com/WebStore/dashboard.html?model=ZFSCJ-2-232-S%2B))
- DC-blocks $50\Omega$ BLK-89-S+ Type connector: SMA. (0 -8GHz) ([Minicircuits](https://www.minicircuits.com/WebStore/dashboard.html?model=BLK-89-S%2B))

- Software (Windows OS)
- GNU Radio (Python 3.11)
- USRP UHD (Ettus Research) Version 4.6.0.0-release
- U-center (Ublox)
- SIVERS GUI for EVK 6002 (Python 3.9 based)
- GNU Radio for Windows (Python 3.11) ([GitHub](https://wiki.gnuradio.org/index.php/InstallingGR))
- USRP UHD Version: 4.6.0.0-release ([Ettus Research](https://files.ettus.com/binaries/uhd_stable/uhd_004.006.000.000-release/4.6.0.0/))
- U-center ([Ublox](https://www.u-blox.com/en/product/u-center))
- SIVERS GUI for EVK 6002 (Python 3.9 based) ([SIVERS Semiconductors](https://www.sivers-semiconductors.com/5g-millimeter-wave-mmwave-and-satcom/wireless-products/evaluation-kits/evaluation-kit-evk06002/))

- Configuration and install software and modules Python

Expand Down
Binary file added requirements.txt
Binary file not shown.
108 changes: 0 additions & 108 deletions tests/aiming_test.py

This file was deleted.

0 comments on commit 2245ba9

Please sign in to comment.