ghettobuilder2027 / radio_internet

Webradio with esp32 and vs1503
2 stars 0 forks source link

aucun son ... mais pas de message d'erreur non plus #1

Open didiergm opened 3 years ago

didiergm commented 3 years ago

Trying to use with the view of building on it I do not get any sound

this is what I get in the monitor window

INFO: REG Contents bin hex INFO: ----------- ---------------- --- INFO: MODE 0100100000000000 4800 INFO: STATUS 0000000001000000 0040 INFO: BASS 0000000000000000 0000 INFO: CLOCKF 0110000000000000 6000 INFO: DECODE_TIME 0000000000000000 0000 INFO: AUDATA 1010110001000100 AC44 INFO: WRAM 0000000000000000 0000 INFO: WRAMADDR 0001111000000110 1E06 INFO: HDAT0 0000000000000000 0000 INFO: HDAT1 0000000000000000 0000 INFO: AIADDR 0000000000000000 0000 INFO: VOL 0000000000000000 0000 INFO: AICTRL0 0000000000000000 0000 INFO: AICTRL1 0000000000000000 0000 INFO: AICTRL2 0000000000000000 0000 INFO: AICTRL3 0000000000000000 0000 INFO: chipID = 528412410 INFO: version = 3 vs1053 connected INFO: Song stopped incorrectly! INFO: REG Contents bin hex INFO: ----------- ---------------- --- INFO: MODE 0000100000001000 0808 INFO: STATUS 0000000001000000 0040 INFO: BASS 0000000000000000 0000 INFO: CLOCKF 0110000000000000 6000 INFO: DECODE_TIME 0000000000000000 0000 INFO: AUDATA 1010110001000100 AC44 INFO: WRAM 0000000000000000 0000 INFO: WRAMADDR 0001111000000010 1E02 INFO: HDAT0 0000000000000000 0000 INFO: HDAT1 0000000000000000 0000 INFO: AIADDR 0000000000000000 0000 INFO: VOL 0000000000000000 0000 INFO: AICTRL0 0000000000000000 0000 INFO: AICTRL1 0000000000000000 0000 INFO: AICTRL2 0000000000000000 0000 INFO: AICTRL3 0000000000000000 0000 INFO: Connect to new host: icecast.radiofrance.fr//fip-lofi.aac?id=radiofrance INFO: Connect to icecast.radiofrance.fr on port 80, extension //fip-lofi.aac?id=radiofrance STREAMINFO: Connect to icecast.radiofrance.fr on port 80, extension //fip-lofi.aac?id=radiofrance INFO: Connected to server INFO: Server: nginx INFO: audio/aac seen. INFO: chunked data transfer INFO: Connection: close BITRATE: 32kBit/s INFO: ice-audio-info: channels=2;samplerate=48000;bitrate=32 BITRATE: 32kBit/s INFO: icy-name=fip-lofi.aac STATION: fip-lofi.aac INFO: icy-pub: 1 INFO: Cache-Control: no-cache, no-store INFO: Expires: Mon, 26 Jul 1997 05:00:00 GMT INFO: Access-Control-Allow-Origin: * INFO: Access-Control-Allow-Headers: Origin, Accept, X-Requested-With, Content-Type, Icy-MetaData INFO: Access-Control-Allow-Methods: GET, OPTIONS, SOURCE, PUT, HEAD, STATS INFO: Switch to DATA, bitrate is 32, metaint is 0 lastURL: icecast.radiofrance.fr//fip-lofi.aac

and the system stays there no music played and no message

Note I changed the message "DEBUG" to "INFO" and added several functions as seen here https://github.com/schreibfaul1/ESP32-vs1053_ext

didiergm commented 3 years ago

Found it! on an esp32 devkitC v4 pin 16 is not available (took me a while to figure out!) . I switched it to pin 27 and it worked

ghettobuilder2027 commented 3 years ago

cool I begin with github, you should use radio_internet8 to test