Are there any ways to implemente Bluetooth Mesh and BLE on the same device?
Is there any guide for implementing proxy node?
Are there any ways to implemente Bluetooth Mesh and BLE on the same device?
Is there any guide for implementing proxy node?
I'm not familiar with Nordic Mesh SDK, but our company successfully implement complete mesh stack on the top of regular Nordic BLE SDK. For that we are using Timeslot mechanism ( devzone.nordicsemi.com/.../ ). I think the best guide for that is Nordic's documentation + Mesh specification: www.bluetooth.com/.../mesh-specifications
Marcelo,
I believe the following post written by Nordic should provide you with some insight on integrating Bluetooth Mesh with a non-mesh BLE application.
On the Proxy node front, the latest Nordic Mesh SDK v1.0.1 currently doesn't support the Proxy feature. This is expected to be added at a later date based upon Nordic's internal timelines (which obviously I'm not privy to).
Regards,
This link might also be helpful regarding the proxy node.