This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2650 Movement Service Unknow

Other Parts Discussed in Thread: CC2650

Hi,

set the MPU9250 accelerometer with my custom board and the communications works fine.

I copy all movement files from the latest sensortag project 2.2 and i am trying to use the movement service with sensortag ios app.

My based project is the latest simple_peripheral project stack 2.2 on a 5x5 size chip.

I can read and write to the accelerometer fine but my issue is to connect to it.

On the service explorer inside the app i see all my services and the movement its set to "Unkown".

The UUID is AA80 the same as described here 

Inside this service i see 3 characteristics AA81, AA82 and AA83 like the ones described on the wiki page.

The problem is that when i connect to the device, the movementservice wont show up on the app.

Why isnt the App recognizing the service?