This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf Temp App 2.0. What firmware for chip?

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?

Parents
  • 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?

Reply
  • 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?

Children
No Data
Related