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

How to run mouse example?

Hello, i ported example of mouse by HID for nRF51822 to nRF51422. The device is detected as mouse by Bluetooth in Windows 7 but I cannot to connect it. Any ideas whats wrong?

Parents
  • Yes, I can. The main.c file is the same like nRF51822 keyboard example.

    This fault occurs exeption(from assert function): ll_lm.s0.c line: 868 error: 3735928559

    But previously this cause issue(during enabling services):

    
                    err_code = ble_bondmngr_sys_attr_store();
                    if (err_code != NRF_ERROR_INVALID_STATE)
                    {
                       // APP_ERROR_CHECK(err_code);
                    }
    
    

    I have solved this problem. I had to change: #define BLE_BONDMNGR_CCCD_COUNT

    Nordic.rar

Reply
  • Yes, I can. The main.c file is the same like nRF51822 keyboard example.

    This fault occurs exeption(from assert function): ll_lm.s0.c line: 868 error: 3735928559

    But previously this cause issue(during enabling services):

    
                    err_code = ble_bondmngr_sys_attr_store();
                    if (err_code != NRF_ERROR_INVALID_STATE)
                    {
                       // APP_ERROR_CHECK(err_code);
                    }
    
    

    I have solved this problem. I had to change: #define BLE_BONDMNGR_CCCD_COUNT

    Nordic.rar

Children
No Data
Related