Hi there,
I was comparing the power consumption of ble_app_hrs_freertos and ble_app_hrs examples on nRF52840 DK. The average VDD current is 7.4 mA for the example running FreeRTOS and less than 200 uA for the one without.
Is there a solution for reducing the current consumption when using FreeRTOS? I know that the scheduler is more complex, but still this is very huge difference. Are you considering adding and example with FreeRTOS and NUS, as this looks like quite popular thing that people are doing - for me such an example would be essential.
I know that I could use Zephyr, but as it's written in your documentation, nRF5 SDK is mature and production ready, and the nRF Connect SDK is still developed rapidly and is not ready for production.
Thank you!