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

Connection problem GATT_ERROR 133 (0x85)

Hello,

I am using Samsung Galaxy Tab A (2016) with android version 5.1.1 build LMY47V and I can not connect to the bluetooth module at all. In the log of the nrf Connect I see that Error 133 (0x85): GATT ERROR happen immediately after I press the connect button.

The softdevice is 2.0.1 nRF52832_xxaa_s132 board pca10040 and the example that i used is based on ble_app_multirole_lesc.

I also tried to connect to the bootloader in order to upload the app but with no success.

The restart of the phone do not help or even the erasing the flash of the chip.

Any solutions how to solved this, thanks in advance.

Parents
  • Hi , I have the same problem with my NRF51 (PCA10028) with my samsung galaxy TAB A6.

    Is It possible to have the softdevice V3.1.0 for nrf51 ?

  • Does this mean I have to change the union to /@brief Option structure for GAP options. / typedef union { ble_gap_opt_ch_map_t ch_map; /< Parameters for the Channel Map option. */ ble_gap_opt_local_conn_latency_t local_conn_latency; /< Parameters for the Local connection latency option */ ble_gap_opt_passkey_t passkey; /< Parameters for the Passkey option./ ble_gap_opt_scan_req_report_t scan_req_report; /< Parameters for the scan request report option./ ble_gap_opt_compat_mode_1_t compat_mode_1; /< Parameters for the compatibility mode 1 option./ ble_gap_opt_compat_mode_2_t compat_mode_2; /< Parameters for the compatibility mode 2 option./ ble_gap_opt_auth_payload_timeout_t auth_payload_timeout; /< Parameters for the authenticated payload timeout option./ ble_gap_opt_preferred_phys_t preferred_phys; /< Parameters for the preferred PHYs option. / ble_gap_opt_slave_latency_disable_t slave_latency_disable; /< Parameters for the Disable slave latency option / } ble_gap_opt_t; /@} */ and add menu option and i will be ok ?

Reply
  • Does this mean I have to change the union to /@brief Option structure for GAP options. / typedef union { ble_gap_opt_ch_map_t ch_map; /< Parameters for the Channel Map option. */ ble_gap_opt_local_conn_latency_t local_conn_latency; /< Parameters for the Local connection latency option */ ble_gap_opt_passkey_t passkey; /< Parameters for the Passkey option./ ble_gap_opt_scan_req_report_t scan_req_report; /< Parameters for the scan request report option./ ble_gap_opt_compat_mode_1_t compat_mode_1; /< Parameters for the compatibility mode 1 option./ ble_gap_opt_compat_mode_2_t compat_mode_2; /< Parameters for the compatibility mode 2 option./ ble_gap_opt_auth_payload_timeout_t auth_payload_timeout; /< Parameters for the authenticated payload timeout option./ ble_gap_opt_preferred_phys_t preferred_phys; /< Parameters for the preferred PHYs option. / ble_gap_opt_slave_latency_disable_t slave_latency_disable; /< Parameters for the Disable slave latency option / } ble_gap_opt_t; /@} */ and add menu option and i will be ok ?

Children
No Data
Related