Welcome to arduino-esp32 Discussions! #6195
Replies: 7 comments 4 replies
-
Hello Sir, |
Beta Was this translation helpful? Give feedback.
-
hello, the above error not present if i use esp32 package below 2.0.0 kindly help |
Beta Was this translation helpful? Give feedback.
-
hi, im using your usb-cdc client example with my esp32-s3-otg-usb connected to my win10 laptop. it works fine with a windows terminal program connected to it. but hangs when using a win program that requires hardware handshaking. is there a way to enable hardware handshaking on my esp32-s3? if so how? thanks |
Beta Was this translation helpful? Give feedback.
-
Hi Everyone, I'm currently working on a project where I want to read 4-channel 32-bit PCM audio data through the I2S interface on an ESP32-S3 MCU in Arduino IDE environment. I have an ADAU7118 evaluation board (https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/eval-adau7118.html) that converts data from 4 PDM mics into PCM and feeds it through I2S. // Define input buffer length void i2s_install() { void i2s_setpin() { void setup() { void loop() { Has anyone encountered a similar challenge? I'm curious if: |
Beta Was this translation helpful? Give feedback.
-
We aim to simultaneously sample (32K) the accelerometer and microphone values using UDP. |
Beta Was this translation helpful? Give feedback.
-
Driver loaded; shows up in USB Tree; MacBook Air; won't mount the LilyGo T Display. Any Help gratefully received. |
Beta Was this translation helpful? Give feedback.
-
I am using a ESP32-S3 in my project. It's the simplest variant with only 4MB flash. MPN: ESP32-S3-WROOM-1U-N4 I am programming using native USB with: USB CDC On Boot: "Enabled" Using 2.0.15/16 there seems to be a reset missing. If I leave the Serial Monitor open, it cannot find the USB port and gives the message: A fatal error occurred: Could not open COM17, the port doesn't exist If I first close the Serial Monitor there is no response from the chip and I get the following message: This has been verified with the exact same setup several times swithing between the versions. A clue might be this yellow WARNING I get in PlatformIO when enabling verbose upload: After the warning it autodetects COM17 and continues the upload. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community.
As a Main Communication channel is still used Gitter. ⭐
The purpose for this Discussion page is for now collect and track testing feedback for ESP32-S3 Support. 💥
We will be glad if you help us with your contribution . ✌️
Beta Was this translation helpful? Give feedback.
All reactions