Hello I am using Esp32 s3 korvo2 dev kit, it has 2 mics embedded in it. I want to display the audio input which is given using one of the mic in the microcontroller using i2s in esp-idf and then bring ...Read more
Hello
I am using Esp32 s3 korvo2 dev kit, it has 2 mics embedded in it. I want to display the audio input which is given using one of the mic in the microcontroller using i2s in esp-idf and then bring the trained model to the microcontroller. Could anyone has worked on it or has idea, help me with it. Any inputs are highly appreciated.
Thank you
Read less
Hi, You can find this information in the ESP32- S3 datasheet, Table 4- 9" Current Consumption in Modem- sleep Mode".( Modem- sleep mode is the mode where the radios( modems) are turned off. That is your case.) The numbers range from 13mA to 107mA, depending on the CPU frequence, which peripherals arRead more
Hi,
You can find this information in the ESP32- S3 datasheet, Table 4- 9″ Current Consumption in Modem- sleep Mode”.( Modem- sleep mode is the mode where the radios( modems) are turned off. That is your case.)
See lessThe numbers range from 13mA to 107mA, depending on the CPU frequence, which peripherals are enabled, and what the CPUs are doing. For example, if the CPU frequency is 80 MHz and both cores are running, the current consumption would be in the range of 33 to 47 mA.