BLE communication between Dongle and PSoC

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi everyone, 
I'm working with a CY8CKIT-042BLE. I'm trying to send data from a BNO055 shutle board (I2C connected) to a Dongle. As you can see from the project attached, there are a I2C module for IMU communication and a UART module for BLE transmission. After many attempts, serial communications between Peripheral (EVAL module) and Dongle becomes extremely low, and in some cases doesn't communicate any char value. The systems start slowing down when I start to add components (eg UART_PutString etc..). It is possible to optimize communication in both directions? 
Once I've created the uint32 values to send via BLE, what is the best command to implement the sending to the Dongle? 
I've attached both the Kit project and the Dongle one, hope will be helpful. 
With sincere thanks for your time, 
kind regards 
Giovanni

0 Likes
1 Solution
Anonymous
Not applicable

Hello Hima,

   

luckily I've solved the BLE problem. Thank you anyway!

   

Giovanni

View solution in original post

0 Likes
2 Replies
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

Hello Giovanni,

   

Can you please tell if the following functions are blocking or will take huge amount of time? 

   

Setfreq();
 Control();
  IMUplot();

   

Ble designs needs CyBle_ProcessEvents() needs to be called regularly to update the BLE stack.

   

Thanks,

   

Hima

0 Likes
Anonymous
Not applicable

Hello Hima,

   

luckily I've solved the BLE problem. Thank you anyway!

   

Giovanni

0 Likes