-->
Page 2 of 27

Re: Demo: I2S sound output and MP3 decoding in an ESP8266

PostPosted: Fri Jun 05, 2015 1:37 pm
by danbicks
Sprite, Espressif got so much better already since you are there!

I can't wait to try this out. Have ordered the IC'S already, with an OLED strapped on connected to my sound system brilliant.

Well done mate.

Dans

Re: Demo: I2S sound output and MP3 decoding in an ESP8266

PostPosted: Fri Jun 05, 2015 9:46 pm
by Sprite_tm
martinayotte wrote:Congrat Sprite_tm !
Is that work was part of your new job ? ;)


Yep :)

Re: Demo: I2S sound output and MP3 decoding in an ESP8266

PostPosted: Sat Jun 06, 2015 5:21 pm
by alonewolfx2
Sprite_tm wrote:
martinayotte wrote:Congrat Sprite_tm !
Is that work was part of your new job ? ;)


Yep :)

finally :) great work. can we use this example on 512kb flash? if we can use what is firmware addresses?

Re: Demo: I2S sound output and MP3 decoding in an ESP8266

PostPosted: Sun Jun 07, 2015 12:17 am
by Sprite_tm
alonewolfx2 wrote:finally :) great work. can we use this example on 512kb flash? if we can use what is firmware addresses?


I think so. The default compile may seem to be for an 1024K flash device, but that's only because the standard 512K ld file seems to want to split the rom in two 256K segments, and that won't fit. You can try just compiling it as-is and flashing it to the addresses indicated in the README.md, I think that should work. I can't check, unfortunately, I don't have any 512K modules at hand; if you do try it, I'd love to hear if it works.