Go to file
M0WID 7fe1a17a2d OTA Update Mode
Console commands still to do
Wifi tidied - commented stuff needs deleting
2020-10-18 22:51:31 +01:00
data OTA Update Mode 2020-10-18 22:51:31 +01:00
.gitattributes Add files via upload 2020-08-15 19:03:43 +01:00
Bandscope.ino OTA Update Mode 2020-10-18 22:51:31 +01:00
cmd.cpp RBW Cal 2020-10-15 22:37:01 +01:00
cmd.h Iterate through RBW 2020-10-08 23:08:59 +01:00
IFsweep.ino OTA Update Mode 2020-10-18 22:51:31 +01:00
LICENSE Add files via upload 2020-08-15 19:03:43 +01:00
marker.cpp Bandscope Grid working 2020-08-16 22:24:08 +01:00
marker.h Rename to simpleSA 2020-08-15 19:50:26 +01:00
menu.cpp Bandscope Grid working 2020-08-16 22:24:08 +01:00
menu.h Add files via upload 2020-08-15 19:03:43 +01:00
my_SA.h SigGen and track gen fixed 2020-10-12 23:35:14 +01:00
pE4302.cpp Bandscope Grid working 2020-08-16 22:24:08 +01:00
pE4302.h Rename to simpleSA 2020-08-15 19:50:26 +01:00
preferences.cpp SigGen and track gen fixed 2020-10-12 23:35:14 +01:00
preferences.h SigGen and track gen fixed 2020-10-12 23:35:14 +01:00
README.md Add files via upload 2020-08-15 19:03:43 +01:00
RXsweep.ino OTA Update Mode 2020-10-18 22:51:31 +01:00
si4432.cpp RBW Cal 2020-10-15 22:37:01 +01:00
si4432.h RBW Cal 2020-10-15 22:37:01 +01:00
SigLo.ino SigGen and track gen fixed 2020-10-12 23:35:14 +01:00
simpleSA_wifi.cpp OTA Update Mode 2020-10-18 22:51:31 +01:00
simpleSA_wifi.h OTA Update Mode 2020-10-18 22:51:31 +01:00
simpleSA.h OTA Update Mode 2020-10-18 22:51:31 +01:00
simpleSA.ino OTA Update Mode 2020-10-18 22:51:31 +01:00
SweepLo.ino OTA Update Mode 2020-10-18 22:51:31 +01:00
ui.cpp OTA Update Mode 2020-10-18 22:51:31 +01:00
ui.h Rename to simpleSA 2020-08-15 19:50:26 +01:00

simpleSA

Simple Spectrum Analyser, based on 2 off SI4432 modules, an ADE25 mixer, a programmable attenuator and some filters. This version is intended for homebrew by those experienced in amateur radio or similar techniques, or those wishing to explore these and learn the hard way! No support is available for the code or the hardware.

The code was initially based on Arduino code for STM "Blue Pill" developed by Erik PD0EK and ported to run on an ESP32 by Dave M0WID.

Subsequently the code has been extensively reorganised, modified and developed, with much of the work done by John WA2FZW. Additional features have been added, including the ability to view the trace and change settings from web clients, and later additional modes such as signal generator, IFSweep and the ability to control a tracking generator.

Glenn VK3PE has developed some boards for this version - see his website.

Erik has since gone on to produce a commercial version called TinySA. The commercial version has quite a lot of additional features, but does not include the wifi features of this version, or the integrated tracking generator.

Dave M0WID