Search found 10 matches

by Magnetuz
Thu May 19, 2022 6:31 am
Forum: ESP-IDF
Topic: Get the 802.11 tx rate current configuration
Replies: 0
Views: 818

Get the 802.11 tx rate current configuration

Hi.

I am using the `esp_wifi_config_80211_tx_rate` function to set the desired tx rate, but I couldn't find any function to get the current value.

Is it possible to get the current 802.11 tx rate configuration?


Thanks
by Magnetuz
Thu Dec 09, 2021 8:16 am
Forum: ESP-IDF
Topic: ESP Now + ESP Wifi + ESP Mesh -> Is it possible?
Replies: 4
Views: 4745

Re: ESP Now + ESP Wifi + ESP Mesh -> Is it possible?

Sorry, but this issue is not related to this post. As a small help, your problem seems a wrong/incomplete initialization. You should check if you are properly enabling the softAP mode and initializing/configuring the softAP interface, including the wifi configuration and DHCP server. You could go fo...
by Magnetuz
Thu Dec 09, 2021 7:36 am
Forum: ESP-IDF
Topic: ESP Now + ESP Wifi + ESP Mesh -> Is it possible?
Replies: 4
Views: 4745

Re: ESP Now + ESP Wifi + ESP Mesh -> Is it possible?

Hi kalmesh_S.

I am using the STA to connect to the router. What is your issue?
by Magnetuz
Wed Dec 08, 2021 10:03 am
Forum: ESP-IDF
Topic: ESP Now + ESP Wifi + ESP Mesh -> Is it possible?
Replies: 4
Views: 4745

ESP Now + ESP Wifi + ESP Mesh -> Is it possible?

Hello everybody! I am trying the following setup: I have a mesh + wifi running in a group of ESP32 devices. It works properly. I want to debug and trace what is happening in the devices, so I setup up an esp-now configuration to send the logs to an outsider esp32 device that just prints them in a se...
by Magnetuz
Tue Nov 23, 2021 9:34 am
Forum: ESP-IDF
Topic: ESP32 receive broadcast UDP packets
Replies: 2
Views: 4192

Re: ESP32 receive broadcast UDP packets

Hello sensors,

I am having the same problem. Did you find a solution?

Regards.
by Magnetuz
Fri Nov 19, 2021 9:53 am
Forum: ESP-IDF
Topic: Minimum ap connections to mesh
Replies: 0
Views: 1533

Minimum ap connections to mesh

Hello everyone! I am using the function esp_mesh_set_config , passing as argument for the config parameter config.mesh_ap.max_connection = 0 . However I am getting ESP_ERR_MESH_ARGUMENT as the return to the call. When trying with max_connection = 1 it works. The API documentation describes the param...
by Magnetuz
Mon Oct 04, 2021 11:47 am
Forum: ESP-IDF
Topic: Increase UDP WiFi TX buffer count
Replies: 7
Views: 16532

Re: Increase UDP WiFi TX buffer count

Hi @rickard.eklof.

Did you find the solution for this problem? I am having the same issue with UDP packets loss/not been transmitted.
by Magnetuz
Mon Mar 15, 2021 7:21 pm
Forum: ESP-IDF
Topic: ESP-MESH without a router
Replies: 10
Views: 10947

Re: ESP-MESH without a router

Hi Snedig. Would you have some code example of how you did the wifi/mesh configuration and the finish scan function for the manual networking? I am also using the tree topology, but I get no scan results for the softAP (the AP from the mesh network). For the finish scan function, I am doing like thi...
by Magnetuz
Tue Jan 05, 2021 10:36 am
Forum: ESP-IDF
Topic: ESP-MESH without a router
Replies: 10
Views: 10947

Re: ESP-MESH without a router

Hi Snedig.

Did you use the manual networking or the auto networking? I am trying the same with the manual networking but the scanning returns me just the "normal wifis" and no mesh from the node. So the node cannot join the mesh.

Thanks
by Magnetuz
Thu Dec 31, 2020 9:29 am
Forum: ESP-IDF
Topic: ESP32 mesh with manual scanning and no Router
Replies: 0
Views: 1647

ESP32 mesh with manual scanning and no Router

Hello. I am trying to set up a manual scaning mesh network with no Router. The idea is the node will scan for a mesh network and in case none is found, it will set itself as the root node. And in case the node finds a mesh notwork, it will connect to it and become a normal node. I am using 2 Esp32 d...

Go to advanced search