espressif / ESP8266_MP3_DECODER

A demo that should be run with ESP8266 Non-OS SDK
Other
745 stars 190 forks source link

FreeRTOS #6

Closed steffimueller closed 8 years ago

steffimueller commented 8 years ago

Do I have to upload the FreeRTOS firmware first and then upload the ESP8266_MP3_DECODER code?

Spritetm commented 8 years ago

Nope, both FreeRTOS and the MP3 decoder are integrated in this project and will be linked into a single binary.

confile commented 8 years ago

Is it possible to add additional functionality?

Spritetm commented 8 years ago

To what? The software? Sure it is; that's why it's open-source. Keep in mind the system is fairly low on RAM, though.

confile commented 8 years ago

I just need to add an external button to start the stream and reconnect the wifi after connection lost. Is this extension possible?

Spritetm commented 8 years ago

I see no reason why that would not be possible.