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

FREE RTOS Mesh with proxy

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.

Parents
  • 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.

Reply
  • 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.

Children
No Data
Related