Code Monkey home page Code Monkey logo

esp32_wireless_microphone's People

Contributors

cgreening avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

esp32_wireless_microphone's Issues

Compiling errors with ESP32S3

Hi, thank you for this project.

I'm new to ESP32-programming and I have tried your project with an ESP32S3. I'm getting some compilation errors regarding ADC and I2S like "I2S_MODE_ADC_BUILT_IN was not declared in this scope". When I change the board to am ESP32S2 version the code is getting compiled without any errors. I'm I right, that the ADC I2S-mode ist no longer supported by an ESP32S3?

Is there another posibility to use an analog microphone with the ESP32S3 and your code?

Thanks

File system is not mounted

[E][vfs_api.cpp:22] open(): File system is not mounted

partitions_custom_spiffs.csv:
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x300000,
spiffs, data, spiffs, 0x310000, 0xF0000,

platformio.ini:
[env:esp32dev]
platform = [email protected]
board = esp32dev
framework = arduino
upload_port = COM6
monitor_port = COM6
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
lib_deps = ESP Async WebServer
board_build.partitions = partitions_custom_spiffs.csv

I watched the youtube video ,it seems that ws needs spiffs,how to deal with it

Error compiling communication_format

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.

To run normally

First, apply these two issues. #1 , #2
In addition to this, change the definitions of ssid and password from define.

#define WIFI_SSID (config.h) -> const char* ssid = "ssid" (main.cpp)
#define WIFI_PASSWORD (config.h) -> const char* password = "password" (main.cpp)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.