Search found 7 matches

by jatkins2431
Thu Aug 28, 2025 3:23 am
Forum: ESP-IDF
Topic: Cannot deinitialize then reinitialize nimBLE HID without crashing
Replies: 2
Views: 334

Re: Cannot deinitialize then reinitialize nimBLE HID without crashing

For anyone:

I've applied this patch. Now, I can init and deinit like before, but when I reinit after, I get 'Write on Protocol Mode Failed: 5' instead of crashing and am unable to send Bluetooth commands.

Here is my log from deinit to reinit:

I (21052) ESP_HID_GAP: disconnect; reason=534
I ...
by jatkins2431
Tue Aug 26, 2025 2:54 am
Forum: ESP-IDF
Topic: Cannot deinitialize then reinitialize nimBLE HID without crashing
Replies: 2
Views: 334

Cannot deinitialize then reinitialize nimBLE HID without crashing

Hello! I am developing a product with ESP32-C5 on ESP-IDF v5.5. I'm having an issue where I am unable to deinitialize and then reinitialize Bluetooth nimBLE as a HID device without crashing with what is usually a Guru Meditation Error.

On first initialization everything works fine, then I can ...
by jatkins2431
Fri Aug 02, 2024 1:26 am
Forum: Hardware
Topic: Custom ESP32 PCB Not Recognized by PC
Replies: 4
Views: 2561

Re: Custom ESP32 PCB Not Recognized by PC

Possibly not in bootloader mode? It will recognize and unrecognize when not in bootloader. You can resolve by holding boot, clicking reset, then releasing boot button. A working minimalist schematic for a custom esp32c3 board can be found here if you want to compare your c6: https://www.roboticworx ...
by jatkins2431
Mon Jun 17, 2024 1:54 am
Forum: Hardware
Topic: Can not program ESP-S3 with Flash Download Tool
Replies: 6
Views: 9060

Re: Can not program ESP-S3 with Flash Download Tool


Possibly. If any, I seem to recall that for an S3 the bootloader starts at address 0. Not sure if PIO works that way as well, but for ESP-IDF, after flashing, you can find a file called 'flash_args' in the build folder that tells you where the binaries should be flashed.

This was correct and ...
by jatkins2431
Mon Jun 17, 2024 1:15 am
Forum: Hardware
Topic: ESP32-S3 Flash Download Tool Error: NO XMC flash detected!
Replies: 4
Views: 10823

Re: ESP32-S3 Flash Download Tool Error: NO XMC flash detected!

I'm having the same problem and am new to the flasher tool. I currently have the main.bin, partition_table.bin, and bootloader.bin selected. Are these correct? Thanks
by jatkins2431
Mon May 20, 2024 2:20 am
Forum: Hardware
Topic: ESP32S3 rebooting when connecting the USB cable
Replies: 1
Views: 7506

Re: ESP32S3 rebooting when connecting the USB cable

Had the same problem. Turns out, my serial terminal was open! Closing the terminal resolved the problem. You can also test this by using a USB cable with only power lines.

Go to advanced search