Search found 9 matches
- Tue May 17, 2022 6:32 am
- Forum: General Discussion
- Topic: Using DAC2 on ESP32-S2-Mini-1U
- Replies: 2
- Views: 2085
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...
- Tue Oct 05, 2021 6:47 am
- Forum: Sample Code
- Topic: esp32-s2 ota update sample code?
- Replies: 2
- Views: 14106
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...
- Sun Aug 22, 2021 1:30 pm
- Forum: ESP-IDF
- Topic: ESP32-S2 ADC DMA Audio
- Replies: 2
- Views: 2467
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.
ok got everything sorted out. some formula is a bit difficult to understand and not well documented it seems.
- Sun Aug 22, 2021 8:29 am
- Forum: ESP-IDF
- Topic: ESP32-S2 ADC DMA Audio
- Replies: 2
- Views: 2467
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).
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).
- Mon Mar 01, 2021 2:09 pm
- Forum: ESP-IDF
- Topic: ESP32-S2 USB
- Replies: 2
- Views: 2450
Re: ESP32-S2 USB
Thanks for the answer!
- Mon Mar 01, 2021 10:34 am
- Forum: ESP-IDF
- Topic: ESP32-S2 USB
- Replies: 2
- Views: 2450
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)?
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)?
- Wed Feb 17, 2021 6:47 pm
- Forum: ESP-IDF
- Topic: Blink example // Too large number of threads
- Replies: 0
- Views: 1828
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...
- Fri Dec 11, 2020 3:42 am
- Forum: ESP-IDF
- Topic: ESP32-S2 build problems
- Replies: 2
- Views: 3460
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!
thanks for your quick reply!
- Fri Dec 11, 2020 2:51 am
- Forum: ESP-IDF
- Topic: ESP32-S2 build problems
- Replies: 2
- Views: 3460
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...