ESP32-SI4732 Radio Receiver

Hint

For a quick start, check out the User Manual and the Flashing Instructions

The receiver was designed by a Chinese engineer. His nickname is Sunnygold and he open sourced both hardware (board, 3d-printed and cnc-machined cases) and software. Initially, he didn’t knew that the receiver was sold on AliExpress and became popular on YouTube and other communities. Then another Chinese developer Zooc joined him to help improve the firmware.

This documentation and the corresponding GitHub org was created by Max Arnold (R9UCL) and is not official in any way. It is just a collection of notes, source code, plus the excellent docs made by Dave (G8PTN). It also documents my own fork that is heavily based on the alernative G8PTN firmware (see the full changelog here).

Hardware and software

The receiver uses ESP32-S3 and SI4732 and is based on the following projects:

An alternative firmware called ATS Mini was developed by Dave (G8PTN) based on Ralph Xavier’s work and firmware for ATS-20 by Goshante. He also documented a lot of things.