I was using RAK4630 for a BLE based application. In which i have to implement BLE mesh in RAK4630. Im using arduino IDE. with Bluefruit library for BLE functionality. I didnt find enough info on setting up BLE mesh in RAK4630 and no samples found in Bluefruit library. Please guide me to setup BLE mesh in RAK4630 with arduino IDE.
Hi Adhil,
I tried looking for quick BLE Mesh that can be implemented to RAK4630 with minimal effort but it seems there is none. You have to build this BLE Mesh implementation in Arduino. Nordic semiconductor seems to have BLE Mesh SDK though - nRF5 SDK for Mesh - nordicsemi.com
As for Arduino, if you can consider RAK11200 (based on ESP32) has BLE Mesh that has many resources and implementation onlline - How to Configure an ESP Mesh Network using Arduino IDE – Communicate among and between ESP32, ESP8266, and NodeMCU