Hi,
I am using a Proteus-e module from Wurth Elektronik for a project. This module contains a nRF52805 chip. I am using the nRF Connect app to send commands to configure GPIO pins. I get my module connected but not bonded (I don't know if that's an issue), then go to Unknown Service where it has the following UUID: 6E400001-C352-11E5-953D-0002A5D5C51B and the Unknown Characteristic 6E400002-C352-11E5-953D-0002A5D5C51B for writing and 6E400003-C352-11E5-953D-0002A5D5C51B for notifying. I have tried first with 02 10 0100 01 12 which is for FS_FWVersion request (or command, I don't really know the difference). I have set both options when sending it with byte array. I have tried with and without 12 which is the checksum.
I always receive in Smart Commander tool from Wurth the same response (02 41 0200 0101 41) and later the module disconnects from the app. In the log in the app what I see is "Error 133 (0x85): GATT ERROR and just after it Error 8 (0x8): GATT CONN TIMEOUT.
I don't know what's going on but I get similar issues with third-parties app. Fortunately, it doesn't happen for WE Bluetooth LE Terminal but I want to try it with another app.
Thanks in advance.
Carlos