Search found 55 matches

by Vineethad
Wed Aug 14, 2024 4:17 am
Forum: General Discussion
Topic: How to start GDB Server in Esp32c6?
Replies: 2
Views: 772

Re: How to start GDB Server in Esp32c6?

Thanks for the reply,

How to start the GDB Server remote debugging in Esp32c6?




Regards,
D. vineetha.
by Vineethad
Mon Aug 12, 2024 7:41 am
Forum: General Discussion
Topic: How to start GDB Server in Esp32c6?
Replies: 2
Views: 772

How to start GDB Server in Esp32c6?

Hello Everyone,


I am working with Esp32c6 module.
how to start GDB server in esp32c6 and then how to connect it with IP in Segger Embedded Studio?.

Is this possible ?
Please help me.

Regards,
D. Vineetha.
by Vineethad
Mon May 27, 2024 5:42 am
Forum: General Discussion
Topic: Increase Spi clock speed
Replies: 0
Views: 814

Increase Spi clock speed

Hello Everyone, I am working on Esp32c6 module and the tool is Espressif ide(v5.1.2). In my application ESP32C6 configured as a SPI slave and stm32 configured as a SPI master. I have tested using this example receiver<https://github.com/espressif/esp-idf/tree/v5.2/examples/peripherals/spi_slave/rece...
by Vineethad
Fri May 24, 2024 7:20 am
Forum: General Discussion
Topic: How to increase WiFi speed ?
Replies: 5
Views: 3704

Re: How to increase WiFi speed ?

No. I am checking the speed by using gpio pin as high and low between udp_sento(); function as below gpio_set_level(GPIO_HS, 1); // Set high udp_sendto(pcb1, response_pbuf, &dest_addr1, port1); //Send data to wifi gpio_set_level(GPIO_HS, 0); // Set low calculating the time between gpio high and low ...
by Vineethad
Thu May 23, 2024 11:31 am
Forum: General Discussion
Topic: How to increase WiFi speed ?
Replies: 5
Views: 3704

How to increase WiFi speed ?

Hello Everyone, I am working on Esp32c6 module and the tool is Espressif ide(V 5.1.2). In my application ESP32C6 configured as a SPI slave and stm32 configured as a SPI master. My application is to receive the data from master(stm32) through spi protocol and send the received data to Wi-Fi through a...
by Vineethad
Mon Mar 11, 2024 4:11 am
Forum: General Discussion
Topic: No such file or directory.
Replies: 4
Views: 1422

Re: No such file or directory.

Thanks for the response,

Actually I am following the below process to create a new component as right click on the project->new->espressif ide component.
Please let me know what is the mistake in creating of a new component.
by Vineethad
Mon Mar 11, 2024 4:09 am
Forum: General Discussion
Topic: No such file or directory.
Replies: 4
Views: 1422

Re: No such file or directory.

Thanks for the response,

Actually I am following the below process to create a new component as right click on the project->new->espressif ide component.
Please let me know what is the mistake in creating of a new component.
by Vineethad
Thu Mar 07, 2024 4:34 am
Forum: General Discussion
Topic: No such file or directory.
Replies: 4
Views: 1422

No such file or directory.

Hello, I am working with an Esp32c6 module and the tool is Espressif IDE(v5.1.2). I am created a new project and added the components when I included the spi.h into main file. while compiling the project I am getting error like "No such file or directory". How to solve this problem ?. Thanks & Regar...
by Vineethad
Mon Feb 19, 2024 9:06 am
Forum: General Discussion
Topic: COM port not showing in device manager
Replies: 1
Views: 654

Re: COM port not showing in device manager

Please find below the attached file.
by Vineethad
Mon Feb 19, 2024 9:03 am
Forum: General Discussion
Topic: COM port not showing in device manager
Replies: 1
Views: 654

COM port not showing in device manager

Hello Everyone, I am working with an Esp32c6 module and the tool is Espressif ide(v5.1.2). Actually till now Esp32c6 module detected in device manager (COM(port&lpt) and in Espressif ide(com5) but after I replaced the driver using Zadig tool esp32c6 not showing in device manager and Espressif ide. P...