This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

can someone helpme to understand bluetooth mesh ?

i don't understand the programming examples as light switchs

Parents
  • When I started working on this, I was also in same state.

    Playing with Nordic Mesh SDK light_switch demo will not help you to understand big picture.

    You can use nRF52840-PDK Board + Zephyr Sample for BLE Mesh + Silicon Labs #BluetoothMesh Android App to take hands-on experience.

    For details,

    devzone.nordicsemi.com/.../
    

    First of all go through it, try to turn LED on/off using Silicon Labs App.

    Unfortunately, Nordic Mesh SDK only support PB-ADV & hence we can't use Silicon Labs App with it.

    Zephyr support both i.e, PB-GATT & PB-ADV. But in Zephyr case, we can't save provisioning & configuration on flash of nrf52840. In upcoming days or months, Zephyr may release support for it.

    As per my sources, Nordic Semiconductor is going to release support for PB-GATT in Feb2018.

Reply
  • When I started working on this, I was also in same state.

    Playing with Nordic Mesh SDK light_switch demo will not help you to understand big picture.

    You can use nRF52840-PDK Board + Zephyr Sample for BLE Mesh + Silicon Labs #BluetoothMesh Android App to take hands-on experience.

    For details,

    devzone.nordicsemi.com/.../
    

    First of all go through it, try to turn LED on/off using Silicon Labs App.

    Unfortunately, Nordic Mesh SDK only support PB-ADV & hence we can't use Silicon Labs App with it.

    Zephyr support both i.e, PB-GATT & PB-ADV. But in Zephyr case, we can't save provisioning & configuration on flash of nrf52840. In upcoming days or months, Zephyr may release support for it.

    As per my sources, Nordic Semiconductor is going to release support for PB-GATT in Feb2018.

Children
No Data
Related