2017年5月9日火曜日

WeMos D1 CH340 ShoutCast



http://www.esp8266.com/viewtopic.php?f=8&t=12785
→https://github.com/adafruit/Adafruit_VS1053_Library


結線
http://www.instructables.com/id/Wifi-Webradio-With-ESP8266-and-VS1053/

https://learn.adafruit.com/adafruit-vs1053-mp3-aac-ogg-midi-wav-play-and-record-codec-tutorial/simple-audio-player-wiring
http://www.geeetech.com/wiki/index.php/Arduino_MP3_shield_board_with_TF_card

https://forum.arduino.cc/index.php?topic=326785.0
    while( client.connected())
       if( client.available()){
           client.read( mp3Buff0, VS1053_DATABUFFERLEN );
           MP3.playData( mp3Buff0, VS1053_DATABUFFERLEN );
           mp3Buff0[0] = '\0';}
         }

0 件のコメント:

コメントを投稿