Search found 3 matches

by VanKurt
Fri Aug 09, 2024 8:02 am
Forum: ESP-IDF
Topic: Beginner's issues with flashing via serial port
Replies: 2
Views: 612

Re: Beginner's issues with flashing via serial port

You're right!
The device name is different from all my other ESP32 that I have programmed so far. "/dev/ttyACM0" works!
by VanKurt
Wed Aug 07, 2024 8:17 am
Forum: ESP-IDF
Topic: Beginner's issues with flashing via serial port
Replies: 2
Views: 612

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...
by VanKurt
Wed Mar 01, 2023 2:29 pm
Forum: ESP-IDF
Topic: I2S - No audio output
Replies: 0
Views: 744

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...