Are there any limitations that will not allow me to make the ble_app_hids_keyboard example with FreeRTOS?
If no, is there any examples that will help me easier to migrate provided sample code to include FreeRTOS?
Thanks
Are there any limitations that will not allow me to make the ble_app_hids_keyboard example with FreeRTOS?
If no, is there any examples that will help me easier to migrate provided sample code to include FreeRTOS?
Thanks
Hi
I'm sorry, but we do not have an example already featuring ble_app_hids_keyboard and FreeRTOS. However, it shouldn't be a problem adding the HID keyboard service to the ble_app_hrs_freertos example, which is a FreeRTOS project already, where adding services from other examples shouldn't be an issue.
Best regards,
Simon
Hi
I'm sorry, but we do not have an example already featuring ble_app_hids_keyboard and FreeRTOS. However, it shouldn't be a problem adding the HID keyboard service to the ble_app_hrs_freertos example, which is a FreeRTOS project already, where adding services from other examples shouldn't be an issue.
Best regards,
Simon
Hi Simon, thank you for the quick response. Unfortunately ble_app_hrs_freertos example is not quite a good starting point - see here: https://devzone.nordicsemi.com/f/nordic-q-a/56390/bugs-in-ble_app_hrs_freertos-example/230271#230271 so either myself or your colleague who is working on the reported issues need first to fix the hrs_freertos example, then eventually will try to migrate HID services there.
BTW I'll use s112, hrs freertos example is provided with s132 - any known issues or limitations if I migrate the code to s112?
Thanks