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
Solved! Go to Solution.
Hi Terry,
You can refer to the I2C to BLE bridge project in the following website.
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 Terry,
You can refer to the I2C to BLE bridge project in the following website.
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