Search found 9 matches

by MarkusR
Tue May 17, 2022 6:32 am
Forum: General Discussion
Topic: Using DAC2 on ESP32-S2-Mini-1U
Replies: 2
Views: 1649

Using DAC2 on ESP32-S2-Mini-1U

Hi, the documentation says that this pin is pulled up to 3v3 via 10K resistor, if I want to use this DAC output does that mean I have to remove the shield and remove R11 first? Hic6or.png gs1eAO.png https://www.espressif.com/sites/default/files/documentation/esp32-s2-mini-1_esp32-s2-mini-1u_datashee...
by MarkusR
Tue Oct 05, 2021 6:47 am
Forum: Sample Code
Topic: esp32-s2 ota update sample code?
Replies: 2
Views: 13246

esp32-s2 ota update sample code?

Hi, I'm getting following error message when trying to use the ota update functionality (or basically when starting the server for the firmware): python simple_ota_example/example_test.py ['ESP32'] Traceback (most recent call last): File "simple_ota_example/example_test.py", line 118, in <module> de...
by MarkusR
Sun Aug 22, 2021 1:30 pm
Forum: ESP-IDF
Topic: ESP32-S2 ADC DMA Audio
Replies: 2
Views: 2039

Re: ESP32-S2 ADC DMA Audio

The processing itself is not the problem, how to acquire audio via ADC/DMA(DIG) is the question.

ok got everything sorted out. some formula is a bit difficult to understand and not well documented it seems.
by MarkusR
Sun Aug 22, 2021 8:29 am
Forum: ESP-IDF
Topic: ESP32-S2 ADC DMA Audio
Replies: 2
Views: 2039

ESP32-S2 ADC DMA Audio

Hi,

does anyone have an example how to sample audio with the esp32-s2 via ADC?
As far as I've seen the i2s api doesn't work or isn't fully implemented to work via DIG on the esp32-s2 with the current esp-idf package.

I want to sample 44100hz/1 channel/8bit (so 12bit is ok).
by MarkusR
Mon Mar 01, 2021 2:09 pm
Forum: ESP-IDF
Topic: ESP32-S2 USB
Replies: 2
Views: 2140

Re: ESP32-S2 USB

Thanks for the answer!
by MarkusR
Mon Mar 01, 2021 10:34 am
Forum: ESP-IDF
Topic: ESP32-S2 USB
Replies: 2
Views: 2140

ESP32-S2 USB

Hi,

is it possible to use the ESP32-S2 als a USB Gadget with custom descriptors and isochronous/bulk support?
Does it support 12mbit (or more) via USB 1.1 (or higher)?
by MarkusR
Wed Feb 17, 2021 6:47 pm
Forum: ESP-IDF
Topic: Blink example // Too large number of threads
Replies: 0
Views: 1558

Blink example // Too large number of threads

Hi, I'm trying to flash the blink example but it doesn't seem to go well. I'm using a raspberry PI for the JTAG connection. My board is an ESP32-WROOM-S2 breakout board. openocd -f interface/raspberrypi-native.cfg -f board/esp32s2-kaluga-1.cfg Open On-Chip Debugger v0.10.0-esp32-20201202 (2020-12-10...
by MarkusR
Fri Dec 11, 2020 3:42 am
Forum: ESP-IDF
Topic: ESP32-S2 build problems
Replies: 2
Views: 3080

Re: ESP32-S2 build problems

I just figured that out 10 minutes ago .. yes it needs idf.py build it fixed the problem

thanks for your quick reply!
by MarkusR
Fri Dec 11, 2020 2:51 am
Forum: ESP-IDF
Topic: ESP32-S2 build problems
Replies: 2
Views: 3080

ESP32-S2 build problems

Hi, I tried to follow the steps for setting up the esp32-s2 toolchain for the esp32-s2-wroom module however it doesn't really work. I'm following those steps: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/#get-started-configure $ cd /Users/markus/devel/esp32/esp-idf/example...