Search found 9 matches
- Mon Apr 04, 2022 6:41 am
- Forum: ESP32 Arduino
- Topic: ESP32 Wrover not booting
- Replies: 7
- Views: 6925
Re: ESP32 Wrover not booting
Hello again, If I may, I'd like to ask one more question for clarification. According to the most helpful reply from elcrcp there are some pins that should not be connected which are GPIO 6 - 11. A push-button with a pull-up resistor is recommended for the enable and the IO0 pin. The datasheet for t...
- Mon Apr 04, 2022 5:32 am
- Forum: ESP32 Arduino
- Topic: ESP32 Wrover not booting
- Replies: 7
- Views: 6925
Re: ESP32 Wrover not booting
Good morning, Thank you very much for this eloborate reply but most of all for this helpful analysis! I've added a push-button for I0 and pressed it. And voila, the module enters programming mode. A reset button was not needed probably because the module kept resetting itself. However, I will add a ...
- Sat Apr 02, 2022 11:46 am
- Forum: ESP32 Arduino
- Topic: ESP32 Wrover not booting
- Replies: 7
- Views: 6925
Re: ESP32 Wrover not booting
Some posts in this forum say that GPIO12 (MTDI) must be pulled up. The schematic of my breakout board shows that this pin is left floating. When measuring it the voltage is 0V. The pdf datasheet of this module (https://www.espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_en.pdf...
- Sat Apr 02, 2022 11:23 am
- Forum: ESP32 Arduino
- Topic: ESP32 Wrover not booting
- Replies: 7
- Views: 6925
ESP32 Wrover not booting
Hello, I've got a brand new ESP32 Wrover IB that's soldered on a breakout board that has a 3.3V regulator and some capacitors. I use a USB-Adapter to connect it to the PC. When opening the serial monitor of the Arduino IDE I repeatedly (~ every 400ms) get this message: rst:0x10 (RTCWDT_RTC_RESET),bo...
- Fri Mar 25, 2022 9:47 am
- Forum: ESP32 Arduino
- Topic: ESP32 module / dev board selection
- Replies: 3
- Views: 2568
Re: ESP32 module / dev board selection
Thank you very much for this suggestion. This module looks quite promising indeed. However it is not available on ebay as far as I can tell. Would the ESP32 cam board work as well? To access the pins needed for DAC and I2S I would ask a friend to solder some wires to the board. But would the ESP32 c...
- Fri Mar 25, 2022 7:16 am
- Forum: ESP32 Arduino
- Topic: ESP32 module / dev board selection
- Replies: 3
- Views: 2568
ESP32 module / dev board selection
Hello, there seems to be a large number of different ESP32 modules available. There are are web sites that show some specs for modules like here: https://www.espressif.com/en/products/modules Still, I'm not sure which one I could use for my project to stream internet radio. My requirements are as fo...
- Fri Mar 25, 2022 6:58 am
- Forum: ESP32 Arduino
- Topic: ESP32-S2 Compilation Error
- Replies: 4
- Views: 3164
Re: ESP32-S2 Compilation Error
Thank you very much for the link. I hat no idea that this was available on github.
- Wed Mar 23, 2022 6:14 pm
- Forum: ESP32 Arduino
- Topic: ESP32-S2 Compilation Error
- Replies: 4
- Views: 3164
Re: ESP32-S2 Compilation Error
Thank you very much for this helpful insight. Looks like I need to order a regular ESP32 for my project.
Where did you find this macro? I'd like to have a look at it to better understand and learn.
Thanks again for your support!
Where did you find this macro? I'd like to have a look at it to better understand and learn.
Thanks again for your support!
- Wed Mar 23, 2022 9:11 am
- Forum: ESP32 Arduino
- Topic: ESP32-S2 Compilation Error
- Replies: 4
- Views: 3164
ESP32-S2 Compilation Error
Hello, I'm trying to get a simple audio project to work using the Arduino IDE. Hardware: ESP32-S2-Saola-1 Wrover Arduino-IDE 1.8.15 Installed Boards: esp32 version 2.0.2 Board-Setting: ESP32S2 Dev Module Libraries: https://github.com/schreibfaul1/ESP32-audioI2S The basic toolchain works: Compilation...