Search found 12 matches
- Fri Jul 12, 2024 3:13 pm
- Forum: ESP-IDF
- Topic: Internal ip communication and mesh
- Replies: 0
- Views: 932
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...
- Fri Jul 12, 2024 2:39 pm
- Forum: ESP-IDF
- Topic: esp-mesh-lite internal nodes communication
- Replies: 1
- Views: 63009
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
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
- Thu May 19, 2022 6:31 am
- Forum: ESP-IDF
- Topic: Get the 802.11 tx rate current configuration
- Replies: 0
- Views: 1187
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
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
- Thu Dec 09, 2021 8:16 am
- Forum: ESP-IDF
- Topic: ESP Now + ESP Wifi + ESP Mesh -> Is it possible?
- Replies: 4
- Views: 5790
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...
- Thu Dec 09, 2021 7:36 am
- Forum: ESP-IDF
- Topic: ESP Now + ESP Wifi + ESP Mesh -> Is it possible?
- Replies: 4
- Views: 5790
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?
I am using the STA to connect to the router. What is your issue?
- Wed Dec 08, 2021 10:03 am
- Forum: ESP-IDF
- Topic: ESP Now + ESP Wifi + ESP Mesh -> Is it possible?
- Replies: 4
- Views: 5790
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...
- Tue Nov 23, 2021 9:34 am
- Forum: ESP-IDF
- Topic: ESP32 receive broadcast UDP packets
- Replies: 2
- Views: 4642
Re: ESP32 receive broadcast UDP packets
Hello sensors,
I am having the same problem. Did you find a solution?
Regards.
I am having the same problem. Did you find a solution?
Regards.
- Fri Nov 19, 2021 9:53 am
- Forum: ESP-IDF
- Topic: Minimum ap connections to mesh
- Replies: 0
- Views: 1754
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...
- Mon Oct 04, 2021 11:47 am
- Forum: ESP-IDF
- Topic: Increase UDP WiFi TX buffer count
- Replies: 7
- Views: 18047
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.
Did you find the solution for this problem? I am having the same issue with UDP packets loss/not been transmitted.
- Mon Mar 15, 2021 7:21 pm
- Forum: ESP-IDF
- Topic: ESP-MESH without a router
- Replies: 12
- Views: 14156
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...