Go to file
2025-02-23 15:46:36 +08:00
data first commit 2025-02-22 18:13:51 +08:00
TFT_eSPI Setup Files first commit 2025-02-22 18:13:51 +08:00
.gitattributes first commit 2025-02-22 18:13:51 +08:00
Bandscope.ino first commit 2025-02-22 18:13:51 +08:00
cmd.cpp first commit 2025-02-22 18:13:51 +08:00
cmd.h first commit 2025-02-22 18:13:51 +08:00
IFsweep.ino first commit 2025-02-22 18:13:51 +08:00
LICENSE first commit 2025-02-22 18:13:51 +08:00
marker.cpp first commit 2025-02-22 18:13:51 +08:00
marker.h first commit 2025-02-22 18:13:51 +08:00
menu.cpp first commit 2025-02-22 18:13:51 +08:00
menu.h first commit 2025-02-22 18:13:51 +08:00
my_SA.h first commit 2025-02-22 18:13:51 +08:00
ns2009.h first commit 2025-02-22 18:13:51 +08:00
NS2009.cpp 触摸屏调试通过 2025-02-23 15:46:36 +08:00
pE4302.cpp first commit 2025-02-22 18:13:51 +08:00
pE4302.h first commit 2025-02-22 18:13:51 +08:00
preferencesd.cpp first commit 2025-02-22 18:13:51 +08:00
preferencesd.h first commit 2025-02-22 18:13:51 +08:00
README.md first commit 2025-02-22 18:13:51 +08:00
RXsweep.ino first commit 2025-02-22 18:13:51 +08:00
si4432.cpp first commit 2025-02-22 18:13:51 +08:00
si4432.h first commit 2025-02-22 18:13:51 +08:00
SigLo.ino first commit 2025-02-22 18:13:51 +08:00
simpleSA.h first commit 2025-02-22 18:13:51 +08:00
sketch_jan8a.ino 触摸屏调试通过 2025-02-23 15:46:36 +08:00
SweepHi.ino first commit 2025-02-22 18:13:51 +08:00
SweepLo.ino 触摸屏调试通过 2025-02-23 15:46:36 +08:00
ui.cpp 触摸屏调试通过 2025-02-23 15:46:36 +08:00
ui.h 触摸屏调试通过 2025-02-23 15:46:36 +08: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