Implement with MPU-9250

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
TeCh_3034126
Level 3
Level 3
First like received First like given

Hi,

I am using CYBLE-014008-EVAL for my development.

I want to implement the motion sensor MPU-9250 and send data back to mobile phones through BT.

However, I cannot find a suitable BT profile for this application in CYBLE module.

Do I need to make my custom BT profile or do I miss something since I am newbie on the PSoC platform?

Thank,

Terry

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Hi Terry,

You can refer to the I2C to BLE bridge project in the following website.

EZ-BLE_PRoC_Module/Example_projects/I2C_BLE_Peripheral at master · cypresssemiconductorco/EZ-BLE_PRo...

The MPU-9250 sends data to the module through I2C. The module then send the motion data to a center device through BLE.

Regards,

Owen

View solution in original post

2 Replies
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Hi Terry,

You can refer to the I2C to BLE bridge project in the following website.

EZ-BLE_PRoC_Module/Example_projects/I2C_BLE_Peripheral at master · cypresssemiconductorco/EZ-BLE_PRo...

The MPU-9250 sends data to the module through I2C. The module then send the motion data to a center device through BLE.

Regards,

Owen

Hi Owen,

Thanks for your information.

I will study on it.

Thanks!

Terry

0 Likes