Moderator: igrr
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.
danbicks wrote:+1 Post code please
As I said, the code is already in this thread. It's posted by redflag2k and I only modified 1 line as stated above.
Apart from that I don't have the code with me and won't be home for several days.