├── Circle-WM8960 ├── wm8960soundcontroller.cpp └── wm8960soundcontroller.h ├── Infineon-Arduino-wm8960 ├── InfineonCY8CKIT.pdf ├── Infineonmtb_wm8960.c ├── Infineonmtb_wm8960.h ├── Pins Connections · pschatzmann_arduino-wm8960 Wiki.png ├── mtb_wm8960.cpp └── mtb_wm8960.h ├── LICENSE ├── README.md ├── STM32-Open103Z ├── WM8960.c ├── WM8960.h └── license.txt ├── SparkFun-WM8960 ├── Hardware Overview.pdf ├── SparkFun_Audio_Codec_Breakout.jpg ├── SparkFun_WM8960_Arduino_Library.cpp └── SparkFun_WM8960_Arduino_Library.h ├── WM8960-ALSA-driver ├── wm8960.c └── wm8960.h ├── WM8960_v4.4.pdf ├── WM8962B_Rev4.3.pdf ├── block-diagram.jpg ├── images ├── Block-Diagram.jpg ├── Circle-wm8960.jpg ├── SeedWM8960.png ├── WM8960HatSchematic.jpg ├── WM8960Schematic.jpg ├── module1.jpg ├── module2.jpg ├── respeaker1.png ├── respeaker2.png ├── rpi1.jpg ├── rpi2.jpg ├── rpihat2.jpg ├── rpimodule.jpg ├── rpirpi1.jpg ├── teensy40-wm8960.jpg └── wm8960.jpg ├── wm8960-AudioDac.ino ├── wm8960-PiHatDac.ino ├── wm8960-PiHatDac.png ├── wm8960-PiHatDacVolume.ino └── wm8960-PiHatDacVolume.png /Circle-WM8960/wm8960soundcontroller.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/Circle-WM8960/wm8960soundcontroller.cpp -------------------------------------------------------------------------------- /Circle-WM8960/wm8960soundcontroller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/Circle-WM8960/wm8960soundcontroller.h -------------------------------------------------------------------------------- /Infineon-Arduino-wm8960/InfineonCY8CKIT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/Infineon-Arduino-wm8960/InfineonCY8CKIT.pdf -------------------------------------------------------------------------------- /Infineon-Arduino-wm8960/Infineonmtb_wm8960.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/Infineon-Arduino-wm8960/Infineonmtb_wm8960.c -------------------------------------------------------------------------------- /Infineon-Arduino-wm8960/Infineonmtb_wm8960.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/Infineon-Arduino-wm8960/Infineonmtb_wm8960.h -------------------------------------------------------------------------------- /Infineon-Arduino-wm8960/Pins Connections · pschatzmann_arduino-wm8960 Wiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/Infineon-Arduino-wm8960/Pins Connections · pschatzmann_arduino-wm8960 Wiki.png -------------------------------------------------------------------------------- /Infineon-Arduino-wm8960/mtb_wm8960.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/Infineon-Arduino-wm8960/mtb_wm8960.cpp -------------------------------------------------------------------------------- /Infineon-Arduino-wm8960/mtb_wm8960.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/Infineon-Arduino-wm8960/mtb_wm8960.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/README.md -------------------------------------------------------------------------------- /STM32-Open103Z/WM8960.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/STM32-Open103Z/WM8960.c -------------------------------------------------------------------------------- /STM32-Open103Z/WM8960.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/STM32-Open103Z/WM8960.h -------------------------------------------------------------------------------- /STM32-Open103Z/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/STM32-Open103Z/license.txt -------------------------------------------------------------------------------- /SparkFun-WM8960/Hardware Overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/SparkFun-WM8960/Hardware Overview.pdf -------------------------------------------------------------------------------- /SparkFun-WM8960/SparkFun_Audio_Codec_Breakout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/SparkFun-WM8960/SparkFun_Audio_Codec_Breakout.jpg -------------------------------------------------------------------------------- /SparkFun-WM8960/SparkFun_WM8960_Arduino_Library.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/SparkFun-WM8960/SparkFun_WM8960_Arduino_Library.cpp -------------------------------------------------------------------------------- /SparkFun-WM8960/SparkFun_WM8960_Arduino_Library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/SparkFun-WM8960/SparkFun_WM8960_Arduino_Library.h -------------------------------------------------------------------------------- /WM8960-ALSA-driver/wm8960.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/WM8960-ALSA-driver/wm8960.c -------------------------------------------------------------------------------- /WM8960-ALSA-driver/wm8960.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/WM8960-ALSA-driver/wm8960.h -------------------------------------------------------------------------------- /WM8960_v4.4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/WM8960_v4.4.pdf -------------------------------------------------------------------------------- /WM8962B_Rev4.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/WM8962B_Rev4.3.pdf -------------------------------------------------------------------------------- /block-diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/block-diagram.jpg -------------------------------------------------------------------------------- /images/Block-Diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/Block-Diagram.jpg -------------------------------------------------------------------------------- /images/Circle-wm8960.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/Circle-wm8960.jpg -------------------------------------------------------------------------------- /images/SeedWM8960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/SeedWM8960.png -------------------------------------------------------------------------------- /images/WM8960HatSchematic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/WM8960HatSchematic.jpg -------------------------------------------------------------------------------- /images/WM8960Schematic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/WM8960Schematic.jpg -------------------------------------------------------------------------------- /images/module1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/module1.jpg -------------------------------------------------------------------------------- /images/module2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/module2.jpg -------------------------------------------------------------------------------- /images/respeaker1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/respeaker1.png -------------------------------------------------------------------------------- /images/respeaker2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/respeaker2.png -------------------------------------------------------------------------------- /images/rpi1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/rpi1.jpg -------------------------------------------------------------------------------- /images/rpi2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/rpi2.jpg -------------------------------------------------------------------------------- /images/rpihat2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/rpihat2.jpg -------------------------------------------------------------------------------- /images/rpimodule.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/rpimodule.jpg -------------------------------------------------------------------------------- /images/rpirpi1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/rpirpi1.jpg -------------------------------------------------------------------------------- /images/teensy40-wm8960.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/teensy40-wm8960.jpg -------------------------------------------------------------------------------- /images/wm8960.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/images/wm8960.jpg -------------------------------------------------------------------------------- /wm8960-AudioDac.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/wm8960-AudioDac.ino -------------------------------------------------------------------------------- /wm8960-PiHatDac.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/wm8960-PiHatDac.ino -------------------------------------------------------------------------------- /wm8960-PiHatDac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/wm8960-PiHatDac.png -------------------------------------------------------------------------------- /wm8960-PiHatDacVolume.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/wm8960-PiHatDacVolume.ino -------------------------------------------------------------------------------- /wm8960-PiHatDacVolume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasVanDyk/Wolfson-WM8960-Arduino-Teensy-Driver/HEAD/wm8960-PiHatDacVolume.png --------------------------------------------------------------------------------