BLE router with FreeRTOS
Hey guys,
I am going to start a project which required to have the BLE router.
I prefer to stick to the FreeRTOS as my O.S due to regulations and standards this project needs to pass.
I know there is no such example who combined router with freeRTOS, so I guess I will need to merge between the heartrate with FreeRTOS and the router examples.
as far as I am aware there are 2 main issues I need to consider. the first is the low power handling and the second and obvious is scheduler vs O.S.
I would really appreciate it if someone can give some guidelines on how to approach this kind of task and if it is better to merge the router capability into the freeRTOS example or vice versa.
Thank u.