Hello, i would to know if is possible use Free rtos and Bt Mesh with proxy features together, if this is, how can i begin with this?
Thanks.
Hello, i would to know if is possible use Free rtos and Bt Mesh with proxy features together, if this is, how can i begin with this?
Thanks.
We did not look into the technicality of making Mesh examples work with FreeRTOS.
When we were working with BLE examples, we encountered few problems and saw the need of some libraries that need to be ported (for example, app_timers and sdh library).
Since, i never tried it out myself, i am not sure on the efforts, but looking at the examples it looks like constructing the project would be your first challenge to add all FreeRTOS related files and then edit the main() function to configure and start the FreeRTOS task. This freertos task can contain all the contents of the current main() function.
We did not look into the technicality of making Mesh examples work with FreeRTOS.
When we were working with BLE examples, we encountered few problems and saw the need of some libraries that need to be ported (for example, app_timers and sdh library).
Since, i never tried it out myself, i am not sure on the efforts, but looking at the examples it looks like constructing the project would be your first challenge to add all FreeRTOS related files and then edit the main() function to configure and start the FreeRTOS task. This freertos task can contain all the contents of the current main() function.