Board Stopped Talking

One of my boards suddenly stopped communicating yesterday. It connects but doesn't respond to any commands. The battery is charged and I've tried rebooting by powering on with the button pressed. Below is the log from the metawear example android program when I connect to it. I don't know what status codes 129 and 133 mean. I assume status code 0 means no error.


07-25 10:04:53.885    6031-6031/com.mbientlab.metawear.app D/BluetoothAdapter﹕ startLeScan(): null
07-25 10:04:53.885    6031-6602/com.mbientlab.metawear.app D/BluetoothAdapter﹕ onClientRegistered() - status=0 clientIf=6
07-25 10:04:54.015    6031-6602/com.mbientlab.metawear.app D/BluetoothAdapter﹕ onScanResult() - Device=FF:85:B1:CE:F5:9E RSSI=-65
07-25 10:04:54.035    6031-6047/com.mbientlab.metawear.app D/BluetoothAdapter﹕ onScanResult() - Device=FE:52:10:A3:44:77 RSSI=-55
07-25 10:04:58.905    6031-6031/com.mbientlab.metawear.app D/BluetoothAdapter﹕ stopLeScan()
07-25 10:04:59.195    6031-6031/com.mbientlab.metawear.app D/BluetoothGatt﹕ connect() - device: FE:52:10:A3:44:77, auto: false
07-25 10:04:59.195    6031-6031/com.mbientlab.metawear.app D/BluetoothGatt﹕ registerApp()
07-25 10:04:59.195    6031-6031/com.mbientlab.metawear.app D/BluetoothGatt﹕ registerApp() - UUID=9d6efeb1-17b7-44f3-aeff-4e4f99a993b6
07-25 10:04:59.205    6031-6602/com.mbientlab.metawear.app D/BluetoothGatt﹕ onClientRegistered() - status=0 clientIf=6
07-25 10:04:59.215    6031-6031/com.mbientlab.metawear.app W/InputEventReceiver﹕ Attempted to finish an input event but the input event receiver has already been disposed.
07-25 10:04:59.515    6031-6047/com.mbientlab.metawear.app D/BluetoothGatt﹕ onClientConnectionState() - status=0 clientIf=6 device=FE:52:10:A3:44:77
07-25 10:04:59.515    6031-6047/com.mbientlab.metawear.app D/BluetoothGatt﹕ discoverServices() - device: FE:52:10:A3:44:77
07-25 10:05:06.805    6031-6048/com.mbientlab.metawear.app D/BluetoothGatt﹕ onSearchComplete() = Device=FE:52:10:A3:44:77 Status=129
07-25 10:05:06.825   6031-10682/com.mbientlab.metawear.app D/BluetoothGatt﹕ onClientConnectionState() - status=133 clientIf=6 device=FE:52:10:A3:44:77

Comments

  • Try resetting the Bluetooth adapter.
  • I connected with the metawear app and pressed reset on the device information screen. I got a "reset issued" toast message but no device info. I disconnected and reconnected to the board but still no device info. The log of the whole session is below.I'm still getting the same status numbers in the log.

    07-26 12:37:36.425    6031-6048/com.mbientlab.metawear.app D/BluetoothGatt﹕ onClientConnectionState() - status=0 clientIf=6 device=FE:52:10:A3:44:77
    07-26 12:37:36.425    6031-6048/com.mbientlab.metawear.app D/BluetoothGatt﹕ discoverServices() - device: FE:52:10:A3:44:77
    07-26 12:37:42.675    6031-6047/com.mbientlab.metawear.app D/BluetoothGatt﹕ onSearchComplete() = Device=FE:52:10:A3:44:77 Status=129
    07-26 12:37:42.715   6031-10682/com.mbientlab.metawear.app D/BluetoothGatt﹕ onClientConnectionState() - status=133 clientIf=6 device=FE:52:10:A3:44:77

  • Sorry, I meant reset the Bluetooth adapter on your phone.
  • The phone is fine. I have 3 boards and it can talk to 2 of them. I was just trying to troubleshoot the board.
  • Do other Bluetooth LE apps work with the board?  For example, the Nordic Master Control Panel app:
This discussion has been closed.