BLE Profile for Raw Data Transfer

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

cross mob
AsRa_264661
Level 4
Level 4
50 replies posted 25 replies posted 10 likes received

Hi all,

   

Which is the best way to send/receive raw data (array  ex: uint8 txBuffer[32];  ) from mobile to PSOC4 BLE board.? The data might be a commands.

   

Which profile i need to choose while creating project?

   

Thanks,

   

Ashok r

0 Likes
2 Replies
Anonymous
Not applicable

 Hi,

   

 

   

If you are going to send the user specific data (not related to any standard service) then better to use your customer profile and customer service.

   

If you want to send 32bytes of data over every transfer then set the MTU size to atleast 35 on both mobile app and PSOC4 BLE side.

   

give more details about your application.

   

 

   

Regards,

   

Vikas

0 Likes
AsRa_264661
Level 4
Level 4
50 replies posted 25 replies posted 10 likes received

Hi Vikas,

   

Thanks , even i found that just now.. let me try to write data using android application.

   

 

   

Thanks,

   

Ashok r

0 Likes