Page 1 of 1

Bluetooth Mesh Connection Code in Visual Studio Code

Posted: Sat Apr 08, 2023 5:53 am
by Ishwari K

Im trying to establish connection between Node to Node via BLE using "ESP32-Wroom-1 DevKit C"
Unable to send & recevie data via bluetooth.

Kindly suggest a code in Visual Studio Code

Re: Bluetooth Mesh Connection Code in Visual Studio Code

Posted: Thu Apr 13, 2023 8:05 am
by Yuvaraj1867
Hi,

You have to install ESP-IDF extension in Visual Studio Code to use bluetooth mesh examples.
Installation Guide: https://github.com/espressif/vscode-esp ... install.md

Examples codes for BLE MESH: https://github.com/espressif/esp-idf/tr ... p_ble_mesh

Node Example for client and server: https://github.com/espressif/esp-idf/tr ... _mesh_node