An open API service indexing awesome lists of open source software.

https://github.com/drom/spectro

Spectrum Analyzer Web UI
https://github.com/drom/spectro

Last synced: 2 months ago
JSON representation

Spectrum Analyzer Web UI

Awesome Lists containing this project

README

        

Spectrum Analyzer Web UI

![](screenshot.gif)

## Supported HW

NWTxxxx style USB-Serial FTDI connected spectrum analyzers.

|tested| name | frequency range | | |
|-|-|-|-|-|
|+| NWT6000A | 25..6000M |
|+| NWT4000-2 | 35..4400M |
|+| NWT4000-1 | 138..4400M |
| | NWT??? | |

## Usage

* Go to https://spectro.drom.io
* Open Browser console (F12)
* Press CONNECT! button
* Open browser console F12
* run commands to control spectrum analyzer

## Commands

`center(freq)` - set center frequency [Hz]

`span(freq)` - set sweep span [Hz]

`points(num)` - set number pf points in each sweep

`fmin(freq)` - set start frequency for a sweep

`fmax(freq)` - set stop frequency for a sweep

`getcalibr()` - read current calibration parameters

`setcalibr(m, b)` - set new level calibration parameters. `y = x * m + b`