Hello, I have the same issue.
I've tried Coyote's solution but the outcome remains unchanged.
I'm unable to connect to a hidden network on channels 12 or 13.
My current configuration is:
// Set the region
wifi_country_t wifi_country = {
.cc = "EU",
.schan = 1,
.nchan = 13,
.max_tx_power = 20 ...
Search found 24 matches
- Mon Jun 17, 2024 11:07 am
- Forum: General Discussion
- Topic: Can't connect to hidden network
- Replies: 4
- Views: 11437
- Fri May 24, 2024 11:14 am
- Forum: Hardware
- Topic: ESP32-C6 not recognised
- Replies: 6
- Views: 8273
Re: ESP32-C6 not recognised
Yes, I can provide you with a schematic:
- Fri May 24, 2024 9:22 am
- Forum: ESP-IDF
- Topic: Callback on packets received over ethernet on ESP32C6
- Replies: 3
- Views: 2262
Re: Callback on packets received over ethernet on ESP32C6
Nobody knows how to help me to solve the problem? I'm really stuck 
- Thu May 23, 2024 8:05 am
- Forum: Hardware
- Topic: ESP32-C6 not recognised
- Replies: 6
- Views: 8273
Re: ESP32-C6 not recognised
We use ESP32-C6-WROOM-1
We produced 10 boards, seven out of ten are recognized properly by the PC as COM port. The other three are not. So D+ and D- are not swapped.
However, those three faulty boards can be flashed by UART, and the rest of peripherals (WIFI, SPI,..) works properly.
It seems that ...
We produced 10 boards, seven out of ten are recognized properly by the PC as COM port. The other three are not. So D+ and D- are not swapped.
However, those three faulty boards can be flashed by UART, and the rest of peripherals (WIFI, SPI,..) works properly.
It seems that ...
- Tue May 21, 2024 11:20 am
- Forum: ESP-IDF
- Topic: Callback on packets received over ethernet on ESP32C6
- Replies: 3
- Views: 2262
Re: Callback on packets received over ethernet on ESP32C6
At the moment, I have not found a solution, so I have opted to change my strategy when it comes to sending packets.
I have created a socket on the Tester and another socket on the DUT. Through the sockets, I am able to send a packet from the Tester to the DUT and from the DUT see that it has ...
I have created a socket on the Tester and another socket on the DUT. Through the sockets, I am able to send a packet from the Tester to the DUT and from the DUT see that it has ...
- Fri May 17, 2024 11:00 am
- Forum: Hardware
- Topic: ESP32-C6 not recognised
- Replies: 6
- Views: 8273
ESP32-C6 not recognised
I'm having an issue with my ESP32-C6 module when connecting it to my Windows 10 PC. The device is not being recognized, and I keep getting the error message "USB Device Not Recognized." Here's a summary of my setup and the steps I've taken so far:
Setup:
ESP32-C6 module
Windows 10 Pro (version ...
Setup:
ESP32-C6 module
Windows 10 Pro (version ...
- Fri May 17, 2024 9:41 am
- Forum: ESP-IDF
- Topic: Callback on packets received over ethernet on ESP32C6
- Replies: 3
- Views: 2262
Callback on packets received over ethernet on ESP32C6
I am working on a project with the aim of testing that the ESP32C6 devices that are manufactured can send and receive packets both by wifi and by ethernet. For this, I am going to have a fixed device that will be the Tester and the other device will be the DUT (Device Under Test), one of the devices ...
- Wed Apr 24, 2024 6:39 am
- Forum: ESP-IDF
- Topic: Failure to load firmware on ESP32C6
- Replies: 5
- Views: 3848
Re: Failure to load firmware on ESP32C6
Thank you very much for your response! I have managed to load everything necessary and in the appropriate flash memory position thanks to your help!
In case anyone is in the same situation, these have been the 4 commands that I have used for the ESP32C6 to load everything correctly:
esptool ...
In case anyone is in the same situation, these have been the 4 commands that I have used for the ESP32C6 to load everything correctly:
esptool ...
- Tue Apr 23, 2024 12:09 pm
- Forum: ESP-IDF
- Topic: Failure to load firmware on ESP32C6
- Replies: 5
- Views: 3848
Failure to load firmware on ESP32C6
I have an ESP32C6 connected to COM15 port that doesn’t have a loaded firmware (FW), and I want to load a .bin FW in a non-development environment. I am using this command which seems to execute correctly, but the device remains in a state that does not start:
esptool --port COM15 write_flash ...
esptool --port COM15 write_flash ...
- Mon Mar 25, 2024 3:02 pm
- Forum: ESP-IDF
- Topic: Calculating the checksum of a UDP packet
- Replies: 3
- Views: 2212
Re: Calculating the checksum of a UDP packet
Thanks to your comment I managed to solve the problem!