Logging (again!)

2018-07-05 Thread Christopher Collins
Hello all, My logging obsession continues. I have submitted a giant PR (https://github.com/apache/mynewt-core/pull/1249) which changes all existing packages to use the modlog facility rather than directly call into the `sys/log` API. I think this is the right direction, but it is a somewhat

Minimising power consumption on the nRF52

2018-07-05 Thread Amr Bekhit
Hello all, I've been experimenting with mynewt and the nRF52DK board trying to create a low power application. I've been working off the hello_world app since it is simple. By default, when running the hello_world app, the nRF52 consumes around 1.5mA. Disabling the UART (by settings UART_0: 0 and