How many byte I can send

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

cross mob
urchc_1533771
Level 5
Level 5
5 likes given First like received First like given

I want to send some table with data to PSOC device from smartphone with custom profile. How many byte I can send ? 

0 Likes
5 Replies
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

You are talking about a BLE connection (because this is the non-BLE forum)? It depends on your profile - I have sucessfully used 512 byte arrays for an attribute in one of my projects.

0 Likes
urchc_1533771
Level 5
Level 5
5 likes given First like received First like given

They splitted  BLE to 2 groups PSOC and PROC and my question was generally about BLE.

   

Thanks !

0 Likes
urchc_1533771
Level 5
Level 5
5 likes given First like received First like given

I can`t find any example of sending array. Can you help ?

0 Likes

There is nothin special about it. Just define your own custom service, and add an attribute of type array-of-uint8 to it. The BLE stack will take care of transferring it properly.

0 Likes
urchc_1533771
Level 5
Level 5
5 likes given First like received First like given

Ok, I`l try

0 Likes