I found several threads with same questions. And also found source codes. But they are too old and require Legacy support for KEIL and old softdevice. Is there actual source code for NRF51822 which uses latest softdevice?
I found several threads with same questions. And also found source codes. But they are too old and require Legacy support for KEIL and old softdevice. Is there actual source code for NRF51822 which uses latest softdevice?
I am using china board BLE400. I work with it earlier. It works fine with nrf UART app and corespond firmware.
Now I customize buttons for ble_app_hts. I am able to connect from nRF Toolbox, but it doesn't shows temperature and battery level. In KEIL debugger I see that err_code = ble_hts_measurement_send(&m_hts, &simulated_meas); performs when I press button and it returns 0. What means everything is correct. Why app doesn't shows temp?
I am using china board BLE400. I work with it earlier. It works fine with nrf UART app and corespond firmware.
Now I customize buttons for ble_app_hts. I am able to connect from nRF Toolbox, but it doesn't shows temperature and battery level. In KEIL debugger I see that err_code = ble_hts_measurement_send(&m_hts, &simulated_meas); performs when I press button and it returns 0. What means everything is correct. Why app doesn't shows temp?