Search found 2 matches

by XTronical
Sun Jun 14, 2020 7:31 am
Forum: ESP32 Arduino
Topic: ESP32 - Can't connect to microSD card
Replies: 3
Views: 5432

Re: ESP32 - Can't connect to microSD card

The SD Card board probably has a 3.3v regulator on it. Bypass it as it will not function correctly when supplied with 3.3v only something above that like the Arduino's 5V. See this video I did showing the "bodge" I made when I came across this problem recently, the link takes you right to the correc...
by XTronical
Mon Aug 20, 2018 5:17 pm
Forum: ESP32 Arduino
Topic: Simple audio with DAC
Replies: 7
Views: 28747

Re: Simple audio with DAC

Bit of a late reply but I've written a high level library for producing sound via the DAC. Key points : Samples can be any rate up to 44100Bps and the library will auto find this information from the sample supplied. Multiple samples can be played at once (the library will mix the waves together to ...