Streaming data from the BCM20737_LE_KIT

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

cross mob
Anonymous
Not applicable

Hello,

I am looking to stream data from the bcm20737 evaluation.

I am not sure exactly what is the best way about doing it.

Each sample of data i read from my sensor will return 25 bits of data (will have to be declared as 32 bits, so i will be sending 32bits instead of 25 bits?).

At the moment my sensor is sampling at 500hz (fatching data every 2ms).

Will i stream each sample of data on its own or will i store the 500 samples (at 32bits each, 500*32=16000bits) and stream altogether?

Is there an example code that i could easily modify to send my data (an array) to an app on my phone (Light Blue app)?

I have been using the Hello_sensor example a bit, could this be made to do what i want?

Regards,

Luke.

0 Likes
2 Replies
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

Let me know if this helps:

Hello_Sensor modification

0 Likes
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

Is this still an issue?

llynch

0 Likes