Search found 12 matches

by Magnetuz
Fri Jul 12, 2024 3:13 pm
Forum: ESP-IDF
Topic: Internal ip communication and mesh
Replies: 0
Views: 789

Internal ip communication and mesh

Hi all, I modified the [ip_internal_network](https://github.com/espressif/esp-idf/tree/v5.2.2/examples/mesh/ip_internal_network) example so the root and node broadcast an UDP message after the GOT_IP event. I am creating a non-blocking socket, int sockfd = socket(AF_INET, SOCK_DGRAM, IPPROTO_IP); if...
by Magnetuz
Fri Jul 12, 2024 2:39 pm
Forum: ESP-IDF
Topic: esp-mesh-lite internal nodes communication
Replies: 1
Views: 62830

Re: esp-mesh-lite internal nodes communication

Hey @Alec_D,

Did you find a solution for this problem? I didn't find a solution for mesh internal messaging on the esp-mesh-lite. I am not sure if it is even possible, but I hope it is.

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

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: 5470

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: 5470

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: 5470

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: 4495

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: 1677

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: 17559

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: 12
Views: 13508

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...