BLE MESH Arduino Library

From the datasheet, it is evident that the ESP32C3 has BLE Mesh support. However, I am currently encountering challenges in locating a suitable Arduino library to facilitate this functionality. Can anyone help me with this. Thank you in advance for your support.

Hi,shebinjosejacob

I used to do network related development on esp32c3 (what I did was to get network time and weather through esp32c3), I don’t know if I can help you, but you can refer to the following libraries:
1.U8glib
2.U2g2
3.PubSubClient

Thank you for the reply. But I don’t understand how it is related to the question. Can you please enlighten me on that.

Hi,shebinjosejacob,
I see that you want to use ESP32C3 in the use of the network for development, so I give some tips about my previous development methods, I use the libraries U8glib, U2g2, PubSubClient. If you want to develop, you can consider starting from these three libraries

Jostar