eren-terzioglu commented on issue #16636: URL: https://github.com/apache/nuttx/issues/16636#issuecomment-3023314905
[According to ESP-BOX-3 documents](https://github.com/espressif/esp-box/blob/master/hardware/SCH_ESP32-S3-BOX-3_V1.0/SCH_ESP32-S3-BOX-3-MB_V1.1_20230808.pdf), 2nd version of your connections seems fine. Unfortunetely pins does not exposed to dock side but you can try to check is there any output on other pins with a logic analyzer. My suggestions are: - Try to follow [esp32s3 nxplayer example docs](https://github.com/apache/nuttx/blob/master/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst#audio). Seems something is missing to test device on `nxplayer` example (at least from the output). Additionally, [nxlooper](https://github.com/apache/nuttx/blob/master/Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst#nxlooper) example does worth to test it. - I would suggest you to test it with custom pins that are not connected to the ES8311 codec while ES8311 option is disabled. If you don't have any esp32s3-devkit or similar device you can use exposed pins of [esp32s3-box here](https://github.com/espressif/esp-box/blob/master/docs/_static/box_3_hardware_overview/pinlayout_box_3_bread.png) or [here](https://github.com/espressif/esp-box/blob/master/docs/_static/box_3_hardware_overview/pinlayout_box_3_dock.png). Firstly, we should know is there any output on device either on raw I2S or with ES8311 codec. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
