-->
Page 4 of 6

Re: MP3, FLAC, MOD, & WAV with SW or HW DAC in Arduino IDE

PostPosted: Sat Aug 19, 2017 3:39 am
by reaper7
yes, now everything is OK :) tnx

Re: MP3, FLAC, MOD, & WAV with SW or HW DAC in Arduino IDE

PostPosted: Tue Jan 30, 2018 6:41 pm
by renegade
I am trying out the Software N DAC option based on the NPN 2N 3904 transistor.

When doing it according to the github page instructions, the esp8266 crashes with a stacktrace - see details at this github issue : https://github.com/earlephilhower/ESP82 ... /issues/42

Any ideas why this is not working? There is a second issue reporting the same problem also!

Re: MP3, FLAC, MOD, & WAV with SW or HW DAC in Arduino IDE

PostPosted: Wed Jan 31, 2018 8:37 am
by jankop
It's a very bad connection. There is no resistor at the base of the transistor (around 270ohms) and the speaker should have a higher impedance.
The esp8266 output is essentially shorted to ground and the speaker may also overload the USB source.

Re: MP3, FLAC, MOD, & WAV with SW or HW DAC in Arduino IDE

PostPosted: Wed Jan 31, 2018 9:24 am
by renegade
Hi,

Are you saying I need a 270 ohm resistor on base?
I am powering the speaker from an external 5v supply, not usb.