srinivasa rao pedada

Results 32 comments of srinivasa rao pedada

Hi, @forx157 @chegewara @jtmullen Is there any detailed documentaion or example of how to relay messages with the given vendor client & server examples? Struggling for a week , My...

Sorry for the late reply. Yes im using config server with relay enabled. Provisioner is esp32s3 with st7789 display and loaded vendor client model, other two are vendor server models...

[sdkconfig.zip](https://github.com/user-attachments/files/18340587/sdkconfig.zip) uploaded all three zipped sdk config. models in client are ``` static esp_ble_mesh_cfg_srv_t config_server = { /* 3 transmissions with 20ms interval */ .net_transmit = ESP_BLE_MESH_TRANSMIT(2, 20), .relay =...

I see certain macros and functions in API regarding relay like > * ESP_BLE_MESH_ADDR_RELAYS > * ESP_BLE_MESH_NET_PRIMARY > * ESP_BLE_MESH_RELAY_ENABLED > * ESP_BLE_MESH_RELAY_NOT_SUPPORTED > * ESP_BLE_MESH_FEATURE_RELAY > * ESP_BLE_MESH_TAG_RELAY >...

Thanks for the reply. That is a message is received from the server when it is near the client. But later I moved the server more than 10 metrs then...

I zipped all the codes of provisioner and nodes. Kindly have a look

@chegewara thank you for the reply . This is the part I'm missing sir. Can you guide me to a document or an example. And I think with out a...

yeah it is provisioned like a normal node and I can communicate with the unicast address like 0x0006 both from the client and to the relay node. only relay functionality...

These are the relay node logs. ### Relay node > I (60) boot: compile time Jan 6 2025 19:02:49 > I (60) boot: Multicore bootloader > I (65) boot: chip...

I found one mistake that I was publishing to unicast address of provisioner 0x0001, Relaying not yet working after publishing to group address 0xC000