Search found 4 matches

by jxlmane
Tue Oct 10, 2023 9:33 am
Forum: Hardware
Topic: ESP32-C6 vs ESP32-C3 ESP-NOW speed
Replies: 1
Views: 5806

ESP32-C6 vs ESP32-C3 ESP-NOW speed

Hi, guys!
Sorry for stupid questions, but is having Wi-Fi 6 and Bluetooth 5 LE on ESP32-C6 chip also improves speed (or other parameters) of ESP-NOW communication protocol?
Is there any difference in ESP-NOW performance between ESP32-C6 and ESP32-C3?
Thanks in advance.
by jxlmane
Wed Oct 04, 2023 6:30 am
Forum: Hardware
Topic: ESP32-C6FH4 SPI pins selection
Replies: 2
Views: 1175

Re: ESP32-C6FH4 SPI pins selection

- Generally, the JTAG pins would only be reserved if you use an external JTAG adapter. If you don't use JTAG, or only use it via the internal USB-serial-JTAG adapter, you can use them. - MTMS and MTDI are used for SDIO boot; given that you have a chip with internal flash I doubt you use that, so no...
by jxlmane
Tue Oct 03, 2023 2:38 pm
Forum: Hardware
Topic: ESP32-C6FH4 SPI pins selection
Replies: 2
Views: 1175

ESP32-C6FH4 SPI pins selection

Hi everyone! I am developing ESP32-C6FH4 based board for my project in university. I have external inertial measurement unit (ICM-20948) which can use SPI for communication There are a couple of pins left available, (SDIO_DATA0-3, SDIO_CLK, SDIO_CMD, MTMS, MTDI, MTCK, MTDO) I am wondering which of t...
by jxlmane
Wed Sep 20, 2023 1:30 pm
Forum: ESP-IDF
Topic: ESP-IDF can't change CONFIG_ESP_CONSOLE_UART_BAUDRATE
Replies: 2
Views: 737

ESP-IDF can't change CONFIG_ESP_CONSOLE_UART_BAUDRATE

Hi! I have multiple esp32 boards, one of them - ESP-WROOM-32 DEVKIT, another one is custom ESP32-S3 board with MICRO-USB connected directly to D+ and D- pins of the uC. In first case there is, I believe, USB to UART IC CP2102. Right now I have a software which uses printf() function very frequently ...