Hello,
nRF52811, SDK16.0, Softdevice7.0.1
We had developed our application based on nRF Blinky Android sample app for nRF52840. Now we want to port same app for nRF52811. Does it make any difference on mobile app side if we change the chip?
We can connect our custom made nRF52811 hardware with PC as well as Android based nRF Connect app. But our custom Android app throws error message when trying to connect. The device does connect for a very short period of time and then disconnects.
We tried to debug our Android app and debugger points towards this code:
@Override public void onDeviceNotSupported(@NonNull final BluetoothDevice device) { mConnectionState.postValue(null); mIsSupported.postValue(false); }
Any pointer why this is happening?