Is there a BLE mesh SDK for nRF52840, and if yes is there anybody tested it? I'm going to switch to the nRF52840 from nRF52832 and it is very important for me to know it is working or not?
Thank you !!!
Is there a BLE mesh SDK for nRF52840, and if yes is there anybody tested it? I'm going to switch to the nRF52840 from nRF52832 and it is very important for me to know it is working or not?
Thank you !!!
I believe there is a BLE mesh SDK for nRF52840 (https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF5-SDK-for-Mesh), but if you want an alternative you can also look at NimBLE from Apache Mynewt (https://github.com/apache/mynewt-nimble/tree/master/nimble). It is supported on the nRF52840, including Bluetooth 5 features.
The Nordic mesh SDK supports the nrf52840 & works perfectly with it.
Thank you!!!
And I have an another question. Is there ability to run tasks in BLE stack for instance to acquire sensor data or we need to do it interrupt based ?
This devzone case recommends using an application timer.