How to continue with matlab?

Hi,
I'm using matlab 2020 and can connect to a device and get all services and charecaristics from the device.

Here is and example of what I see:

I don't see in the list above anything that can imply it contains streaming data from the accelometer.

What I'm looking for is the process flow from here to get streaming data from the accelometer. I not looking for a matlab tutorial but a general guidance of how to set up the device and start streaming data.
I would figure out alone how to do it with matlab.

Would appreciate any help on that.

Thanks,
Omri

Comments

  • Hi Omri,
    We do not support streaming into matlab. You can import our CSV files into matlab for post processing.

  • I guess that if I can connect to the device with matlab through standard BLE connection, I would be able to pull the streaming data.
    I just need to figure out how to configure the settings and pull the data.
    Again, I'm not asking for matlab support.
    What I'm asking is a reference that could be a starting point from which I can undestand alone the process flow of setting the device and streaming data through standad BLE connectino (with services and charecaristics of the BLE).
    Would appreciate if you can guide me to the starting point.
    Omri

  • You need to use our APIs for that.

  • Which file in the api phrase the messages to the device?

  • It is up to you to decide based on what matlab will accept.

  • Hi,

    based on the discussion above, does anyone already works with Matlabs BLE communication and the MetaMotion sensors? I'm searching for an easy plug and play solution for live streaming of datas to matlab for live signal processing without programming the BLE communication. Are all sensor parameteres readable and writable through matlabs BLE connection? Are really all services and characteristics reachable? I can only see two UUIDs (the last two, called "custom") in the image above which could be interessting and one is pretty hidden. Can anyone tell me what I can find behind them? I think they should be notification types. Has anyone even determined the tree structures and the UUIDs?

    Many thanks in advance for responses.
    Tim

  • Hi Tim,
    You would be able to do anything directly with Bluetooth into Matlab. The best you can do is use some backend scripts to put data into Matlab. You can do it with Python. I don't recommend it.
    It's better to just stay out of Matlab entirely and use the wonderful libraries available in Python for data processing.

Sign In or Register to comment.