Hello,
I posted my question multiple times on the forum but I think I could find the answer here.
For my project I am using PmodBT2 bluetooth module to connect between NI myRIO and SHIMMER sensing device. After connecting them I want to stream data from the Shimmer to the myRIO, for that I used NI VISA with some commands. However, the data I am recieving is meaningless -as attached- and need to be organized. The Shimmer device is using firmwares that are documented as follows but I could not understand everything and get use of it.
The readme files below show the data format as well.
LogAndStream firmware: https://github.com/ShimmerResearch/shimmer3/tree/master/apps/LogAndStream
BtStream firmware: https://github.com/ShimmerResearch/shimmer3/tree/master/apps/BtStream
Please find attached the simple program I used to stream data.
Thanks.