Skip to content

m2608/ats_mini

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General info

This firmware is for use on the SI4732 (ESP32-S3) Mini/Pocket Receiver. Based on the following sources:

I also strongly recommend to take a look at this repository: https://github.com/esp32-si4732. It contains a lot of information about beforementioned pocket receiver and also an actively developed firmware with a lot of useful changes (which I may or may not port to my version).

This version mostly contains interface changes according to my taste.

  • Frequency scale from Volos interface is back! I like it so much.
  • S-meter is smaller and moved to the top.
  • Battery indicator was changed.
  • Brightness is now set accroding to gamma curve.
  • Suspend timeout added. After it reached, ESP32 is put to deep sleep mode. It only can be enabled by turning the device off and on again.
  • Cutoff voltage is set to 3.5V. After this voltage is reached, the device is put to deep sleep mode.

How to build

I'm using Arduino IDE.

  • Add board "esp32 2.0.14" in Board Manager (there are fresh versions, but I got problems when I was trying to make them work with TFT_eSPI library).
  • TFT_eSPI should be manually added to Arduino libraries.
  • Board settings I use:
    • Board: ESP32S3 Dev Module
    • CPU Frequency: 80MHz
    • Flash size: 8MB
    • Partition scheme: Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
    • PSRAM: Disabled

Interface view

interface

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 66.0%
  • C 34.0%