How to make nRF52832 communicate with Movesense device?

I would like to create a project that my custom board of nRF52832 will communicate with Movesense device (which also is nRf52832) over BLE, to collect data from the sensors of this device. 

I have downloaded the custom_gattsvc_app with DFU in Movesense, which creates a custom Thermometer Service (uuid 0x1809). It is a sample code the company provides to get familiar with developing a custom gatt service. 

The problem is that when I connect with my phone with nRF Connect App, in the scanning page it says that the Movesense device has "incomplete list of 16-bit UUID: 0xFDF3 and 0x1809" 
What does this mean?

Then, after connection, the 0xFDF3 Service appears, but the 0x1809 the Thermometer one doesn't. 

Any ideas what does that mean and why the app cannot recognise this service? My goal is to test it first with app and then develop code with my custom board as a central that it will connect with Movesense.. 
Any ideas will be very much appreciated. (I have also asked question in stackoverflow, hoping I will get an answer from Movesense too, however I thought I should give it a try here too). 

Thank you

Parents Reply Children
No Data
Related