PiotrSperka / ESP8266-WebRadio

SHOUTcast (webradio) player based on ESP8266, VS1053 and AVR (for UI)
49 stars 21 forks source link

PDF Schematics #8

Open pickeld opened 8 years ago

pickeld commented 8 years ago

can you please provide pdf or fritzing schematics for this project?

karawin commented 8 years ago

To help you: From ESP8266_ESP12 to VS1053 REST ADC CH_PD to 3.3v GPIO16 (a 1KHz output) GPIO14 to SCK GPIO12 to MISO GPIO13 to MOSI

TXD to uart RXD from UART GPIO05 to XDCS GPIO04 to DREQ GPIO00 to XRST GPIO02 GPIO15 to XCS

I made some upgrades to the software at https://github.com/karawin/ESP8266-WebRadio Can play .m3u and .pls links can follow moved links Added a pause (stop) button on the server etc...

todo: I am adding a small keyboard with vol+ vol- next and prev station on the adc port.

A cool feature would be to save and restore the links database.

basti79 commented 8 years ago

I build it according to this pinout and I've got a little addition: For me it was important to add a pull-down resistor from GPIO15 to GND to make the ESP boot correctly.

Apart from that it works like a charm. Many thinks.