Skip to content

djspawnbrest/ESP32AY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZxPod - multiformat Turbo Sound player

ESP32 based AY Turbo Sound multiformat player

Fast flash firmware avaliable on Alex Spawn OTA web page

IMPORTANT:

Firmwares from version 3.4 supports only PCB revision C! But you can soldering upgrade revision A and B to C:

Cut JP1 jumper on revisions A and B first!

From rev.A to B and C:

You need to cut the input track on the resistor R33(see Pic.2) and solder the wire from the ESP32 (see Pic.1) to the cut contact of the resistor. See the images below. Fig. 1 Fig. 2 Fig. 3 Fig. 4

From rev. A and B to C:

You need to cut the tracks as shown in Figure 5 (red cut lines), then carefully strip the tracks from the solder mask and solder the wires (green lines) to the ESP32. Fig. 5

Features

Supported formats:

  • .ayl - Ay_Emul by Sergey Bulba own playlist format
  • .pt1 - Pro Tracker v1 file format
  • .pt2 - Pro Tracker v2 file format
  • .pt3 - Pro Tracker v3 (include Turbo Sound on two AY chips) file format
  • .stc - Sound Tracker file format
  • .stp - Sound Tracker Pro file format
  • .asc - Sound Master file format
  • .psc - Pro Sound Creator file format
  • .sqt - SQ Tracker file format
  • .ay - AY file format
  • .psg - Programmable Sound Generator file format
  • .rsf - Registers Stream Flow file format
  • .yrg - Custom AVR-AY format
  • .mod - Amiga MOD tracker format designed for creating, storing and playing music on an Amiga PC
  • .s3m - (Scream Tracker 3 Module) is a module file format, based on the original MOD format used on the Amiga computer.
  • UART mode (available in player settings menu as Player source)

Controls

  • Encoder Hold - change mode player/file browser
  • Encoder Click - in player mode - play/pause; in file browser mode select track/playlist/directory; select - in config mode
  • Encoder Double click - in player mode - open settings
  • Encoder Push and turn right - fast forward (for ay format change next subsong)
  • Encoder Push and turn left - slow down (for ay format change previous subsong)
  • Left button click/hold - volume - (in player mode); cancel - in config mode
  • Right button click/hold - volume + (in player mode)
  • Left button double click - change AY clock (in player mode) for PSG formats or change stereo panning for formats over DAC (mod,s3m etc.)
  • Right button double click - change play mode: all/shuffle/once (in player mode)

Playing modes:

  • Playing all tracks (in folder/playlist)
  • Playing random track (in folder/playlist)
  • Playing once track (loop)

Supports fully realtime file browser

Supports realtime AY layers change:

  • ABC
  • ACB
  • BAC
  • BCA
  • CAB
  • CBA

Supports realtime AY clock change:

  • ZX SPECTRUM - 1773400 Hz
  • PENTAGON - 1750000 Hz
  • MSX - 1789772 Hz
  • CPC - 1000000 Hz
  • ATARI ST - 2000000 Hz

Built-in battery

Built-in charger and indication on LED and TFT

Built-in headphones stereo amplifier controlled by I2C bus

Demo video with digital sound record:

Watch the video

UPD 22.10.2024

  • Add new feature: "UART mode" with AVR-AY player through UART.

UPD 04.03.2025

  • Add new formats: .mod and .s3m tracker module formats
  • Change PCB to revision C