espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.53k stars 7.26k forks source link

many to one communication using esp-ble-mesh vendor model (IDFGH-9827) #11158

Open Ambika-Devi-shobha opened 1 year ago

Ambika-Devi-shobha commented 1 year ago

Is your feature request related to a problem?

I'm doing a project requiring 5 servers esp32(slave) to communicate with 1 client esp32(master) to send sensor data. I have done this set with the vendor model consisting of one server and one client. ble_mesh_vendor_model. https://github.com/espressif/esp-idf/tree/42261df71f12b0b995774d103ce68e40e8fba529/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model Now I need to increase the server count to 5 that's where I'm stuck!!

Describe the solution you'd like.

No response

Describe alternatives you've considered.

This is what I need to achieve image

Additional context.

Hey, developers I kindly request you to help me out, please!!! open to all suggestions and references.

ixtreme3 commented 1 year ago

@Ambika-Devi-shobha did you manage to solve the problem?

Ambika-Devi-shobha commented 1 year ago

@Ambika-Devi-shobha did you manage to solve the problem?

No I couldn't

Ambika-Devi-shobha commented 1 year ago

Are you facing same issue?

On Tue, 16 May 2023, 9:11 pm Ivan Nemtsev, @.***> wrote:

@Ambika-Devi-shobha https://github.com/Ambika-Devi-shobha did you manage to solve the problem?

— Reply to this email directly, view it on GitHub https://github.com/espressif/esp-idf/issues/11158#issuecomment-1549918452, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4W2VSLPSWFBBPNZALS2IQ3XGON2JANCNFSM6AAAAAAWXGWTCE . You are receiving this because you were mentioned.Message ID: @.***>

ixtreme3 commented 1 year ago

@Ambika-Devi-shobha Yes, still don't know how to solve this problem.

Here are the descriptions of what I want to achieve: https://esp32.com/viewtopic.php?f=13&t=33725 https://esp32.com/viewtopic.php?f=13&t=33624

Ambika-Devi-shobha commented 1 year ago

@ixtreme3 Same is the problem statement of my project too. I am still searching on this, if you could get solution please let me know. Here is the follow up discussion regarding this topic one has commented on how to achieve but wasn't successful. https://github.com/espressif/esp-idf/issues/9633