OK, after many hours spent with Claude on writing a driver for the TLV320DAC3100, we finally have it configured using our driver, and playing an MP3 stream on this ESP32. This I2S DAC has a particularly complex PLL and audio-routing system, so it’s not one where you can just pipe in I2S data and have it magically play. One nice thing we got working on is the MCLK, which is generated from the BCLK, so it’ll work great with anything from an Arduino-compatible to a single-board computer like Raspberry Pi. We’re hoping to get the headphone detection working next so that we can turn off the amp when the headphone is plugged in. Also, it should be able to control the volume from the headset buttons. Also, we want to get the internal beep generator going so we can make tones separate from the audio stream for UI notifications – video.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Join us every Wednesday night at 8pm ET for Ask an Engineer!
Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord
CircuitPython – The easiest way to program microcontrollers – CircuitPython.org
New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey
Adafruit IoT Monthly — The 2024 Recap Issue!
Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona
Electronics – Adafruit Daily — SMT Tip – Stop moving around!
No Comments
No comments yet.
Sorry, the comment form is closed at this time.
Tags: arduino, audioengineering, audiophile, audioprocessing, bclk, beepgenerator, Coding, DAC, dsp, electronics, embeddeddev, embeddedhardware, ESP32, firmware, hardwarehacking, headphonemod, headphones, i2s, IoT, makercommunity, mclk, Microcontrollers, mp3streaming, Opensource, opensourcehardware, PLL, raspberrypi, sounddesign, techinnovation, tlv320dac3100 — by phillip torrone
Comments Off on TLV320DAC3100 first bops