Search found 10618 matches

by Sprite
Mon Jul 20, 2026 1:07 am
Forum: ESP-IDF
Topic: Replacement for gpio_iomux_out function
Replies: 3
Views: 38

Re: Replacement for gpio_iomux_out function

Does gpio_reset_pin() not work?
by Sprite
Sun Jul 19, 2026 1:11 am
Forum: ESP-IDF
Topic: GDBStub not Working
Replies: 3
Views: 63

Re: GDBStub not Working

Weird issue, no idea what the cause is (and I'm not really familiar with pio and what they do). I'd expect a breakpoint to have some effect - either hitting gdbstub or panicing. Can you see what happens if you put a 'asm volatile("break 1,15");' somewhere in your code; does it panic or hit the ...
by Sprite
Thu Jul 16, 2026 6:19 am
Forum: General Discussion
Topic: esp32-c6 rom function to download mode.
Replies: 3
Views: 35

Re: esp32-c6 rom function to download mode.

No ROM function exists, but you can get into download mode from firmware by setting the LP_AON_FORCE_DOWNLOAD_BOOT reglster, then restarting the ESP.
by Sprite
Wed Jul 15, 2026 7:17 am
Forum: ESP-IDF
Topic: Feature request — keyless field re-flashing with mandatory erase-first, and reads fully disabled
Replies: 6
Views: 47

Re: Feature request — keyless field re-flashing with mandatory erase-first, and reads fully disabled

Well, the thing is that an ESP32 does not have internal flash (even the ones with the flash in-package still have it as a separate die), so reading out the flash is always an option; that is why flash encryption (and secureboot) is so important. The thing with mandatory erase with the encrypted ...
by Sprite
Wed Jul 15, 2026 12:14 am
Forum: Hardware
Topic: ESP32-S3 UART RX receives nothing despite pin confirmed electrically alive and radar confirmed transmitting - GPIO42 (JT
Replies: 1
Views: 23

Re: ESP32-S3 UART RX receives nothing despite pin confirmed electrically alive and radar confirmed transmitting - GPIO42

Odd. I see no obvious issues in what you describe. Perhaps it's a connectivity issue - can you try a different GPIO or devboard?
by Sprite
Wed Jul 15, 2026 12:05 am
Forum: General Discussion
Topic: ESP32-CAM-MB Upload Error: "Failed to write to target RAM (Checksum error)"
Replies: 4
Views: 71

Re: ESP32-CAM-MB Upload Error: "Failed to write to target RAM (Checksum error)"

Seemingly Tools -> Upload speed in the Arduino environment.
by Sprite
Tue Jul 14, 2026 1:19 am
Forum: ESP32 Arduino
Topic: Beginner here - Need advice on powering an ESP32 water level monitoring project on a rooftop
Replies: 2
Views: 38

Re: Beginner here - Need advice on powering an ESP32 water level monitoring project on a rooftop

On your immediate problem - does the ESP32 boot after you manually reset it by pressing the reset button?

On the larger problem So the issue is that if you want to run on batteries without having to charge or replace your batteries every day, you need something that on average uses very little ...
by Sprite
Tue Jul 14, 2026 12:26 am
Forum: ESP-IDF
Topic: Feature request — keyless field re-flashing with mandatory erase-first, and reads fully disabled
Replies: 6
Views: 47

Re: Feature request — keyless field re-flashing with mandatory erase-first, and reads fully disabled

Can you tell us a bit more on what you want to use this for? I'm having a very hard time imagining a scenario where this would make sense.
by Sprite
Tue Jul 14, 2026 12:23 am
Forum: General Discussion
Topic: ESP32-CAM-MB Upload Error: "Failed to write to target RAM (Checksum error)"
Replies: 4
Views: 71

Re: ESP32-CAM-MB Upload Error: "Failed to write to target RAM (Checksum error)"

That is quaint, I've never seen it stop at that point. Perhaps use a lower baud rate, or a different USB-serial device.
by Sprite
Mon Jul 13, 2026 1:12 am
Forum: Hardware
Topic: ESP32 Multi-Feature Handheld Device - Multiple Issues
Replies: 1
Views: 37

Re: ESP32 Multi-Feature Handheld Device - Multiple Issues

Moved ESP32-S31 -> Hardware

Reverse VCC/GND can certainly mess a module up permanently. If you had that and the module still gets uncomfortably hot even when you connect power properly, I'd assume it died.

No idea about your TFT. If you have an oscilloscope, you could try probing the pins, see if ...

Go to advanced search