Search found 5 matches

by dhari99
Wed Nov 09, 2022 2:11 pm
Forum: ESP-IDF
Topic: Not able to pick periodic publishing event for a sensor server model
Replies: 0
Views: 476

Not able to pick periodic publishing event for a sensor server model

Hi, I am using the esp-idf version 4.4.0 and we are building our application on top of the sensor server model example. I need to publish data periodically from the sensor server model comprising of a couple of sensor data. I cannot pick up the event in sensor server callbacks to update the sensor d...
by dhari99
Mon Oct 10, 2022 10:26 am
Forum: General Discussion
Topic: GPIO 7 not working in ESP32C3-mini1-h4 when integrated with bluetooth mesh
Replies: 0
Views: 487

GPIO 7 not working in ESP32C3-mini1-h4 when integrated with bluetooth mesh

Hi, We have developed a custom board with single relay control using esp32c3-mini1-h4. Relay is connected to the GPIO 7. When I run a simple gpio example by just simply toggling the GPIO 7, its working. But, when I integrate it with the onoff server bluetooth mesh example, I am not able to toggle th...
by dhari99
Mon Sep 12, 2022 7:50 am
Forum: General Discussion
Topic: BLE MESH - Sensor server model cadence
Replies: 0
Views: 740

BLE MESH - Sensor server model cadence

Hi, esp-idf version used - 4.4.0 I am currently working on developing sensor server application in esp-ble-mesh. When I am using the "esp_ble_mesh_model_publish()" API, I am able to update the sensor values for the three sensors configured in a single server model. However, if I set the model public...
by dhari99
Wed Aug 24, 2022 1:00 pm
Forum: ESP-IDF
Topic: INVALID NETKEY INDEX - 0x0000 (ESP BLE MESH)
Replies: 0
Views: 663

INVALID NETKEY INDEX - 0x0000 (ESP BLE MESH)

Hi, I am trying to control an LED on/off with ESP BLE MESH. I have implemented and tested our setup before and it worked fine. But when i try to implement it now, I am getting "Invalid netkey index - 0x0000" while using the API - "esp_ble_mesh_generic_client_set_state()". The msg opcode I am using t...
by dhari99
Fri Aug 12, 2022 7:09 am
Forum: General Discussion
Topic: ESP BLE MESH Provisioner assigning same unicast address to multiple nodes
Replies: 0
Views: 1043

ESP BLE MESH Provisioner assigning same unicast address to multiple nodes

ESP-IDF version using - 4.4.0 Microcontroller - ESP32 development board I am customising the sensor client example in the esp-ble-mesh directory. I am provisioning the device of interest using esp_ble_mesh_provisioner_set_dev_uuid_match() api. The provisioner provisions the device which advertises t...