Search found 24 matches

by endi83
Wed Nov 29, 2023 3:07 pm
Forum: ESP-IDF
Topic: STA Mode: Sending packets with other MAC source
Replies: 6
Views: 4069

Re: STA Mode: Sending packets with other MAC source

Hi,

I have the same problem, in STA mode can send only packets with the exactly same source MAC, as it was assigned in esp_wifi_set_mac().

With other source MAC I can´t send packets
by endi83
Tue Nov 28, 2023 3:02 pm
Forum: General Discussion
Topic: ESP32 STA mode latency problems
Replies: 2
Views: 3498

Re: ESP32 STA mode latency problems

I could see that the problem was in the ethernet speed. In the device I had it at 10 Mbps and in ESP32 at 100 Mbps. I've been looking for a parameter in sdkconfig to change the ethernet speed. I haven't found it, does it exist?
Is there any function to change the value by software?
by endi83
Mon Nov 27, 2023 3:50 pm
Forum: General Discussion
Topic: ESP32 STA mode latency problems
Replies: 2
Views: 3498

ESP32 STA mode latency problems

Hi, I have made a program so that the ESP32 module connects in STA mode to form a wireless “lan cable”. I see that the device that is connected to the module via Ethernet responds to the ping when the PC is connected to the same Wi-Fi network as said module. But although the connection is stable, th...
by endi83
Wed Nov 22, 2023 3:13 pm
Forum: General Discussion
Topic: ESP32 C6 IDF V.5.1.1 eth2wifi example
Replies: 0
Views: 4818

ESP32 C6 IDF V.5.1.1 eth2wifi example

I have latest ESP-IDF version (5.1.1). I was looking for an example on how to use the ESP32 as a transparent wifi bridge. The eth2ap example works great, but I would like to connect a eth2sta to this, to form a wireless “lan cable”. I see in previous releases of the IDF (3.1) there was a eth2wifi ex...