Search found 3 matches

by SmnTech
Fri Jun 11, 2021 5:16 am
Forum: ESP-IDF
Topic: BLE MESH - Communication between BLE MESH nodes and nRF Mesh App
Replies: 0
Views: 1454

BLE MESH - Communication between BLE MESH nodes and nRF Mesh App

Hi, I had referred the ESP-BLE-MESH document to test BLE MESH using examples onoff_client, onoff_server and "nRF Mesh" app. https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/esp-ble-mesh/ble-mesh-index.html#esp-ble-mesh-examples The nRF Mesh app's onoff_client model does communi...
by SmnTech
Wed Jul 04, 2018 4:06 am
Forum: ESP-MDF
Topic: Issue with Android MESH app when adding a device
Replies: 1
Views: 4953

Issue with Android MESH app when adding a device

I could build ESP-MDF's light_bulb app and flash the same on ESP32 devices. I could then scan these devices through Android "MESH" app runnng on my Phone. Before adding the light_bulb device through the MESH app, it requires Router Wifi credentials. But after entering the credentials (SSID/Password)...
by SmnTech
Wed Apr 11, 2018 10:08 am
Forum: General Discussion
Topic: Testing ESP32 IoTivity 'server' against IoTivity 'simpleclient'
Replies: 0
Views: 2675

Testing ESP32 IoTivity 'server' against IoTivity 'simpleclient'

Hi, I had built esp32-iotivity 'server' app from the source available at https://github.com/espressif/esp32-iotivity and flashed it on ESP32 devkitC. As per the guidelines mentioned in the aforementioned link, this server (which uses IoTivity framework) can be tested against an esp32-iotivity client...