Search found 7 matches

by Sophi9999
Mon Sep 30, 2024 7:22 pm
Forum: ESP32 Arduino
Topic: ESP32-WROOM-32E stuck in watchdog (?) loop after uploading Arduino code
Replies: 2
Views: 391

Re: ESP32-WROOM-32E stuck in watchdog (?) loop after uploading Arduino code

Thanks, the issue was using GPIO10 as an output. Appreciate the response!
by Sophi9999
Fri Sep 27, 2024 4:07 pm
Forum: ESP32 Arduino
Topic: ESP32-WROOM-32E stuck in watchdog (?) loop after uploading Arduino code
Replies: 2
Views: 391

ESP32-WROOM-32E stuck in watchdog (?) loop after uploading Arduino code

Hi- I uploaded the same code as I'd been using to two ESP-WROOM-32E modules (Arduino version 2.3.3) (at the bottom of this post) I can still get the code to upload on each module, and can erase the flash with pytool. I have switches on GPIO and EN. esptool.py --chip esp32 --port /dev/tty.usbserial-D...
by Sophi9999
Wed Sep 18, 2024 3:24 am
Forum: Hardware
Topic: ESP32-C3-MINI-H4 USB to UART not working
Replies: 2
Views: 731

Re: ESP32-C3-MINI-H4 USB to UART not working

Turning over the cable worked!
Thanks @sprite and also for the USB spec info.
by Sophi9999
Tue Sep 17, 2024 5:25 pm
Forum: Hardware
Topic: ESP32-C3-MINI-H4 USB to UART not working
Replies: 2
Views: 731

ESP32-C3-MINI-H4 USB to UART not working

Hello! I designed a board with a ESP32-C3-MINI-1-H4 and a USB to UART connection to use Arduino. My board isn't recognized by USB and I wondered where things might be wrong. Screenshot 2024-09-17 at 1.07.30 PM.png I have switches to EN (pin 8) and to GPIO9 GPIO8 measures HIGH GPIO2 measures HIGH GPI...
by Sophi9999
Tue Aug 20, 2024 6:30 pm
Forum: Hardware
Topic: ESP32-C3-MINI-1-H4 SPI/ I2C
Replies: 2
Views: 702

Re: ESP32-C3-MINI-1-H4 SPI/ I2C

Many thanks!

I'm planing on using the Arduino framework, looks like you can change pin numbers for I2C and SPI there too.
by Sophi9999
Mon Aug 19, 2024 9:23 pm
Forum: Hardware
Topic: ESP32-C3-MINI-1-H4 D+/D-
Replies: 1
Views: 605

ESP32-C3-MINI-1-H4 D+/D-

Hello! I'm wondering why on the peripheral diagram for the C3 MINI the D+ and D- pins show 0R resistors.
Is this because they can be configured as GPIO pins?
If I want to use these pins for USB do I need to add resistors and if so, what value?
Thanks!
by Sophi9999
Mon Aug 19, 2024 7:18 pm
Forum: Hardware
Topic: ESP32-C3-MINI-1-H4 SPI/ I2C
Replies: 2
Views: 702

ESP32-C3-MINI-1-H4 SPI/ I2C

Hello!
I wondered if there are specific pins to use for I2C and SPI for the ESP32-C3-MINI?
I haven't been able to find this in a datasheet/ anywhere else.

Is there room for both I2C and SPI ? Thanks in advance!