Search found 9 matches

by crgarcia
Sun Feb 11, 2024 9:30 pm
Forum: Hardware
Topic: what is the logic of GPIO numbers in the ESP32-S2?
Replies: 1
Views: 254

what is the logic of GPIO numbers in the ESP32-S2?

Looking at the datasheet I see that the GPIO numbers are not continuous.
Is there any logic for it?

For example there are no GPIO 22-34 or 43-44

That is not the same for other ESP32

Thanks!
by crgarcia
Sun Feb 11, 2024 9:04 pm
Forum: Hardware
Topic: ESP32-DevKitC-32UE Intermittent Boot Failure
Replies: 5
Views: 578

Re: ESP32-DevKitC-32UE Intermittent Boot Failure

Did you try adding some caps? I have a project with ESP32 and MCP23017, powered from an external 5v PS and it works well: https://github.com/crgarcia12/electronics-workbench-controller/tree/main I am not sure if this will solve your problems, but I added capacitors to the MCP in case it needs sudden...
by crgarcia
Mon May 01, 2023 11:31 am
Forum: ESP-IDF
Topic: Debugging TG1WDT_SYS_RESET
Replies: 8
Views: 25244

Re: Debugging TG1WDT_SYS_RESET

I had this issue, and in my case was that I was setting GPIO 8 as a Digital Input.
by crgarcia
Fri Feb 17, 2023 8:42 am
Forum: ESP32 Arduino
Topic: How to read serial messages from S3 integrated USB?
Replies: 0
Views: 2281

How to read serial messages from S3 integrated USB?

Hi, I am trying to get serial data from my custom build wroom s3 board (https://github.com/crgarcia12/electronics-homeassistant-lightscontroll) I have the simplest possible code: void setup() { Serial.begin(9600); Serial.println("Hello"); } void loop() { Serial.println("Loop"); digitalWrite(1, HIGH)...
by crgarcia
Mon Sep 19, 2022 5:39 pm
Forum: General Discussion
Topic: PCB assembly service for an ESP32 board
Replies: 2
Views: 1738

Re: PCB assembly service for an ESP32 board

I made all of these with jlcpcb.com:
https://github.com/crgarcia12/electroni ... tscontroll

I had no issues
by crgarcia
Sun Aug 07, 2022 7:37 pm
Forum: ESP-IDF
Topic: What does "Reset due to power-on event" means?
Replies: 1
Views: 1316

What does "Reset due to power-on event" means?

I have an ESP32 with ESPHome. From time to time, it resets by itself. I suspect a problem with power or spikes (since many times it happens exactly after energizing a relay. When I read the reset_reason, I get [21:20:13][D][debug:199]: Reset Reason: Power On Reset [21:20:13][D][debug:244]: Wakeup Re...
by crgarcia
Mon Jan 17, 2022 1:59 am
Forum: Hardware
Topic: Why does the ESP32 DevKit schematic has a green box?
Replies: 2
Views: 4816

Re: Why does the ESP32 DevKit schematic has a green box?

Thanks a lot for your answer ESP_Sprite!
by crgarcia
Mon Dec 27, 2021 12:14 pm
Forum: Hardware
Topic: Why does the ESP32 DevKit schematic has a green box?
Replies: 2
Views: 4816

Why does the ESP32 DevKit schematic has a green box?

I am trying to copy the ESP32 DevKit USB behavior in my own PCB ( my pcb project ). When the USB is plugged, ESP should be powered from USB. I will use this to program the board only When the USB is not plugged, the ESP should be powered from the PSU. This is how the board will be used in normal ope...
by crgarcia
Wed Sep 09, 2020 10:04 pm
Forum: IDEs for ESP-IDF
Topic: Cannot debug in VSCode
Replies: 1
Views: 4949

Cannot debug in VSCode

Hi, I am new with ESP32. I installed all the tools from the official website and then the VSCode extension following the wizard. I can build and flash the program into the WROOM ESP32, but I am unable to debug: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19) Licensed under GNU GPL v2...