atomic14 / atomic14/esp32_wireless_microphone

Error compiling communication_format

Open
#4 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
108
Forks
18
PR merge metrics
No merged PRs in 30d

Description

Compiling .pio\build\esp32dev\src\config.cpp.o
src/config.cpp:9:29: warning: 'I2S_COMM_FORMAT_I2S' is deprecated [-Wdeprecated-declarations]
.communication_format = I2S_COMM_FORMAT_I2S,

Microphone no work. I try I2S_COMM_FORMAT_STAND_I2S. No sound.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with src/config.cpp at line 9 and the PlatformIO compilation output, then inspect how the I2S communication format is used for microphone input. Reproduce the build warning and the lack of sound after trying I2S_COMM_FORMAT_STAND_I2S. Done means the project builds without the relevant incompatibility and microphone audio is confirmed working.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
embedded-iot
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.