Search found 6 matches

by Mia Barn
Sat Sep 28, 2024 7:30 pm
Forum: ESP-IDF
Topic: How to use ESP32C3's USB Serial/JTAG Controller for bidirectional communication
Replies: 2
Views: 256

Re: How to use ESP32C3's USB Serial/JTAG Controller for bidirectional communication

I would suggest you to use the USB CDC-ACM (Communication Device Class - Abstract Control Model) feature. The USB Serial/JTAG Controller allows serial communication directly through the USB port without the need for external USB-to-UART chips, and you can handle this in your ESP-IDF application usin...
by Mia Barn
Sat Sep 28, 2024 7:24 pm
Forum: ESP-IDF
Topic: BLE requires another pairing process after ESP reboots? esp-idf, BLE
Replies: 4
Views: 4196

Re: BLE requires another pairing process after ESP reboots? esp-idf, BLE

your project is cool but you must know the difference between pairing and bonding. I would suggest you use the "bonding" process so that you don't need to re-pairing every time. Moreover, search the code to store the information in the non-volatile storage (NVS). I hope you will get your solution.
by Mia Barn
Sat Sep 28, 2024 7:10 pm
Forum: General Discussion
Topic: Which esp32 module is most actively supported on the Forum?
Replies: 1
Views: 363

Re: Which esp32 module is most actively supported on the Forum?

the whole series of ESP32-WROOM-32 is the most popular and I've seen many people using it here. But I don't think nominating any singular module or series is right.
by Mia Barn
Sat Sep 28, 2024 7:00 pm
Forum: General Discussion
Topic: Where can I find default compiled boot loader and partition table .bin files
Replies: 1
Views: 133

Re: Where can I find default compiled boot loader and partition table .bin files

The information you provided is insufficient to understand the problem but based on the current problem, I would say If you're using ESP32 with the Arduino IDE, the default compiled bootloader and partition table .bin files are located within the ESP32 core installation directory. If you using somet...
by Mia Barn
Fri Sep 20, 2024 9:19 am
Forum: ESP32 Arduino
Topic: computer not detecting ESP32C3(com and USB)
Replies: 8
Views: 1203

Re: computer not detecting ESP32C3(com and USB)

Hey, I think the board or port is not fully installed on your PC. Have you checked the drivers?
by Mia Barn
Thu Sep 19, 2024 1:36 pm
Forum: General Discussion
Topic: Failed to connect to ESP32. No serial data recieved
Replies: 0
Views: 314

Failed to connect to ESP32. No serial data recieved

Hi, I need some help. My ESP32 was working fine yesterday but today, it's showing an error. I changed USBs, and ports, updated the driver, and done everything but it does not recognize my ESP32. The board and ports seem connected, and the laptop has a connecting sound when I connect ESP32.