You're right!
The device name is different from all my other ESP32 that I have programmed so far. "/dev/ttyACM0" works!
Search found 3 matches
- Fri Aug 09, 2024 8:02 am
- Forum: ESP-IDF
- Topic: Beginner's issues with flashing via serial port
- Replies: 2
- Views: 838
- Wed Aug 07, 2024 8:17 am
- Forum: ESP-IDF
- Topic: Beginner's issues with flashing via serial port
- Replies: 2
- Views: 838
Beginner's issues with flashing via serial port
Hello, I have installed the following: latest esp-idf vscode with espressif esp-idf extension on my arch linux system. Then I created new project based on the empty template. It compiles fine, just as I expected. But now the hard part: I connected a Seeed Studio XIAO ESP32C6 vio USB to my PC. Runnin...
- Wed Mar 01, 2023 2:29 pm
- Forum: ESP-IDF
- Topic: I2S - No audio output
- Replies: 1
- Views: 1123
I2S - No audio output
I'm trying to send I2S data from my ESP32 DevKit 1 to a MAX98357A I2S audio amplifier. The data is read from the SPIFFS file system and sent to the I2S memory. The problem is, that there is no audio output at all, the speaker is totally silent. (I already tested my hardware setup with some library I...