Search found 4 matches

by Bilalmalikuet
Wed Feb 08, 2023 11:58 am
Forum: General Discussion
Topic: Set MAC Address
Replies: 5
Views: 16754

Re: Set MAC Address

I know this is old but post it if maybe helpful for someone:
https://esp32tutorials.com/esp32-esp-id ... c-address/
by Bilalmalikuet
Fri Mar 26, 2021 10:19 am
Forum: ESP-IDF
Topic: NimBLE mesh on ESP32 ( Provisioning and configuration data Persistance storage issuse)
Replies: 2
Views: 4240

Re: NimBLE mesh on ESP32 ( Provisioning and configuration data Persistance storage issuse)

Can anyone help, please? I am using example available in this folder: esp-idf/examples/bluetooth/nimble/blemesh/ I have enabled the BLE_MESH_SETTINGS from C:\esp\esp-idf\components\bt\host\nimble\port\include\esp_nimble_cfg by making this change: #ifndef MYNEWT_VAL_BLE_MESH_SETTINGS #define MYNEWT_V...
by Bilalmalikuet
Thu Mar 25, 2021 1:37 pm
Forum: General Discussion
Topic: BLE mash - persistent provisioner
Replies: 6
Views: 6674

Re: BLE mash - persistent provisioner

Hi,

After enabling this CONFIG_BLE_MESH_SETTINGS, I got an error that the config.h file not found and I verify that this file is not available anywhere in NimBLE mesh. Can you please help me with this?
by Bilalmalikuet
Thu Mar 25, 2021 1:28 pm
Forum: ESP-IDF
Topic: NimBLE mesh on ESP32 ( Provisioning and configuration data Persistance storage issuse)
Replies: 2
Views: 4240

NimBLE mesh on ESP32 ( Provisioning and configuration data Persistance storage issuse)

m using NimBLE mesh on ESP32. But Provisioning and configuration data is not being stored on Persistance storage. I have enabled BLE_MESH_SETTINGS. But there is no config.h file.

I am getting an error of config.h file not found.