Skip to content

joansola/ESP32-A1S-Tayloe

 
 

Repository files navigation

ESP32-A1S-Tayloe

Unfortunately the build is a bit of a pain to set up and I don't have a build script. These are the following build steps to take

  1. I would first get the arduino audio tools built and running with some of the examples (i2s i2s for example). Until you get that set up nothing else will compile. Running the examples also confirms your I2S setup is correct. Instructions are here:
  1. Then you need to make sure the general library for Button processing is installed
  1. Then finally install the libraries from the repos/forks I have created
  1. Once you have done all that the main Radio code is here:

There are a selection of different coefficient files in there so you can play around with different taps/samplling frequencies. Make sure the sample rate in the Radio code matches the sample rate in the header file. You can generate new coefficients using this code:

I have a video on that here

You will need the python programming environment and the scipy libraries. I use Anaconda and Spyder

The kicad files are from kicad 5.x and the libraries I use are here:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.3%
  • C++ 5.7%