We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Studio Code : 1.74.0 Platform IO : 3.0.0 Platform: Espressif 32 version 6.0.0 Windows 10 pro Dev Kit : LILYGO Controller : ESP32 WROVER B
[env:esp-wrover-kit] framework = arduino platform = espressif32 board = esp-wrover-kit upload_port = COM10 ; monitor_port = /dev/cu.SLAB_USBtoUART monitor_speed = 115200 monitor_filters = esp32_exception_decoder build_flags = -Ofast -D `CORE_DEBUG_LEVEL=5
In this program that uses the I2S from-ADC , I can only call i2s_adc_enable() once, second time in blocks in i2s_adc_enable and it never returns.
I am generating a sine wave from another board to GPIO35, Connected a button to GPIO 23.
Code Compiled successfully and attached screenshot below.
.
I have referred this similar issue link #espressif/esp-idf#2964 but I couldn't get the exact solution.
Full Code link below.
esp32-walkie-talkie-main.zip
The adc code worked well with this author's another similar project #https://github.com/atomic14/esp32_audio/tree/master/i2s_sampling. This project executed well and raw audio file is stored in the respective location.
I compared both the project's adc read code, everything looks same, but the I couldn't get the code running.
The text was updated successfully, but these errors were encountered:
Fix ADC crash error (#34)
a18f50f
Fixes crash bug on ESP32 when using ADC input See #27
It should be fixed now
Sorry, something went wrong.
Thanks @FedericoBusero, I will check and let you know the feedback.
No branches or pull requests
Environment:
Visual Studio Code : 1.74.0
Platform IO : 3.0.0
Platform: Espressif 32 version 6.0.0
Windows 10 pro
Dev Kit : LILYGO
Controller : ESP32 WROVER B
platform.ini file
Problem Description:
In this program that uses the I2S from-ADC , I can only call i2s_adc_enable() once, second time in blocks in i2s_adc_enable and it never returns.
I am generating a sine wave from another board to GPIO35, Connected a button to GPIO 23.
Code Compiled successfully and attached screenshot below.
.
I have referred this similar issue link #espressif/esp-idf#2964 but I couldn't get the exact solution.
Full Code link below.
esp32-walkie-talkie-main.zip
The adc code worked well with this author's another similar project #https://github.com/atomic14/esp32_audio/tree/master/i2s_sampling. This project executed well and raw audio file is stored in the respective location.
I compared both the project's adc read code, everything looks same, but the I couldn't get the code running.
The text was updated successfully, but these errors were encountered: