Skip to content

Instantly share code, notes, and snippets.

@CodeZombie
Created December 12, 2023 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodeZombie/e6acf55fddf1b247f9fdc8a0465097a1 to your computer and use it in GitHub Desktop.
Save CodeZombie/e6acf55fddf1b247f9fdc8a0465097a1 to your computer and use it in GitHub Desktop.
M8 headless GPIO Audio Out
The M8 Headless is so cool!
Except that it wants to send audio over USB! That shit sucks! Especially on android where it doesn't work at all!
Solution: Hook a PCM5102 up to the Teensy 4.1 running m8 headless! It actually works!
Pins:
PCM5012 -> TEENSY
SCK -> 23
BCK -> 21
DIN -> 7
LCK -> 20
GND -> GND
VIN -> 3V
Line-in audio also _probably_ works, but I dont know the pin hookups :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment