strolf / teensy_audio_tft

Teensy 3.2 audio display projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teensy audio display projects (work in progress)

Electronics projects using the teensy 3.2 connected to an audio board [SGTL5000] (http://www.nxp.com/products/media-and-audio-processing/data-converters/audio-converters/audio-codec/ultra-low-power-audio-codec:SGTL5000) codec and a [2.2" tft display] (https://www.pjrc.com/store/display_ili9341.html)

  • Digital oscilliscope:

    • Display waveform captured from the teensy audio board on the 2.2" tft display
  • Digital audio processor and oscilliscope:

    • Process incomming audio while displaying incomming and/or outgoing audio on tft display

teensy lcd and audio circuit diagram

#define TFT_DC      20
#define TFT_CS      21
#define TFT_RST    255  // 255 = unused, connect to 3.3V
#define TFT_MOSI     7
#define TFT_SCLK    14
#define TFT_MISO    12
  • original arduino source code from this thread on pjrc forums...

About

Teensy 3.2 audio display projects


Languages

Language:C++ 100.0%