Search found 3 matches

by takurot
Thu Aug 11, 2022 1:45 am
Forum: ESP-IDF
Topic: Camera and I2S audio simultaneously use
Replies: 4
Views: 3977

Re: Camera and I2S audio simultaneously use

I did't include the audio definition on the comment above(There is a definition on actual code)

I tried to change the I2C channel, but it did not work either way.

I2S channel 1

Code: Untitled.c Select all


Audio audio(false, 3, 1);
I2S channel 0

Code: Untitled.c Select all


Audio audio();
by takurot
Wed Aug 10, 2022 7:50 am
Forum: ESP-IDF
Topic: Camera and I2S audio simultaneously use
Replies: 4
Views: 3977

Re: Camera and I2S audio simultaneously use

Thanks for your reply. Camera Pin assigns are as bellow


#define PWDN_GPIO_NUM -1
#define RESET_GPIO_NUM -1
#define XCLK_GPIO_NUM 21
#define SIOD_GPIO_NUM 26
#define SIOC_GPIO_NUM 27

#define Y9_GPIO_NUM 35
#define Y8_GPIO_NUM 34
#define Y7_GPIO_NUM 39
#define Y6_GPIO_NUM 36
#define Y5_GPIO_NUM 19 ...
by takurot
Wed Aug 10, 2022 2:08 am
Forum: ESP-IDF
Topic: Camera and I2S audio simultaneously use
Replies: 4
Views: 3977

Camera and I2S audio simultaneously use

I could not find the solution in any where, so please let me ask here.

I use ESP32-WROOVER-DEV board and I want to implement both I2S audio and Camera function. But audio does not play at all when I start esp_camera_fb_get().

I use the library for audio as bellow, and I2S amp MAX98357A is ...

Go to advanced search