Search found 6 matches

by busadhruv
Wed Dec 27, 2023 12:05 pm
Forum: ESP-IDF
Topic: ble mesh: combine node and provisioner
Replies: 3
Views: 2620

Re: ble mesh: combine node and provisioner

anyone having a solution then let me know
by busadhruv
Fri Nov 24, 2023 10:56 am
Forum: General Discussion
Topic: BLE MESH ELEMENT ADDRESS custom model
Replies: 1
Views: 5872

BLE MESH ELEMENT ADDRESS custom model

I have esp32sdk version 5.1 in this i explore and design my custom model using example of ble mesh. i already add dual functionality like node behave as a client/server publisher/subscriber. suppose i have 3 node in 3 of them 2 are behave as a client&subscriber node at unicast address and node 1 is ...
by busadhruv
Fri Sep 29, 2023 12:51 pm
Forum: General Discussion
Topic: Vendor Client/Server Model with Low power node and Friend Node
Replies: 0
Views: 837

Vendor Client/Server Model with Low power node and Friend Node

Currently I am exploring Vendor Client/Server model in this module i can see that module can send string data or message ,but i want that communication using through low power node and friend node functionality so, basically one master node send message to low power node but when lpn poll friend nod...
by busadhruv
Wed Sep 27, 2023 1:20 pm
Forum: ESP-IDF
Topic: Multi client ble mesh
Replies: 13
Views: 8272

Vendor Client/Server Model with Low power node

Is it possible to use vendor client/server model from esp example and also wanted to make low power node functionality if yes then how because when i enable macro for low power in client model then this below error introduce and code continuous crash assert failed: bt_mesh_prov_init prov.c:1780 (pro...
by busadhruv
Tue Sep 05, 2023 12:55 pm
Forum: ESP-IDF
Topic: BLE Mesh Low Power Node example
Replies: 2
Views: 1330

Re: BLE Mesh Low Power Node example

i am also trying but also can't find any perfect example there is only way to use menuconfig and those parameter and polling and enable api.
by busadhruv
Tue Sep 05, 2023 12:13 pm
Forum: ESP-IDF
Topic: How can use functionality of low power node and friend node in esp32 wroom
Replies: 0
Views: 655

How can use functionality of low power node and friend node in esp32 wroom

I'm studying low power node and friend node functionality in esp32 using sdk version 4.4.2 and an example is on_off server there is menuconfig for feature enable but what are the processes or steps for understanding actual functionality means how can we configure how we can use lpn and friend node a...