Dear friends:
I prepare to develop a ble mesh gateway. I have no idea how to develop it. Could you give me some advices. Thank you.
Dear friends:
I prepare to develop a ble mesh gateway. I have no idea how to develop it. Could you give me some advices. Thank you.
So you'll need an understanding of both BLE Mesh and whatever it is you're providing a gateway to.
See: devzone.nordicsemi.com/.../165014
Have you looked at the Nordic Mesh SDK?
infocenter.nordicsemi.com/.../sdk_mesh_latest.html
I have no idea how to develop it.
Do you have any experience with embedded microcontrollers & communications protocols?
Hi Oplinux,
The Python ACI library provide as a reference on how you can use the serial interface.
We currently don't have a C library that you can use. But what you can do is to study the serial interface and use the python ACI module as a reference design so that you can implement the same thing on C.