Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By Tolipwen
#33255
zajaklis wrote:Tolipwen, can you provide code?
im also willing to test it out


Just modify reflag2ks code. In "void sdi_send_buffer" uncomment "Serial.println("await_data_request");". That should do the trick.

My summary so far is this:
- 64kbit audio works fine
- 128kbit is not stable in playback (stutters/reconnects)
- mqtt won't work during playback as the client.loop() function takes to long to complete...bummer!

I'm sort of disappointed. 64kbit just isn't enough. Seems like I wasted 7 bucks on the vs1053...
BTW: I tried increasing the SPI speed but that did not help. Also delays instead of the Serial.println() didn't work....so the whole console is flooded with garbage.

PS: In case you didn't know, the vs1053 will run fine on 3.3V.