Skip to main content
Visitor II
August 1, 2019
Question

Sensortile cant connect with bluetooth on Matlab for streaming live data.

  • August 1, 2019
  • 1 reply
  • 780 views

I have a Sensortile kit and i want to stream my live data in Matlab.But i can't connect with Bluetooth.Matlab's bluetooth see other devices but Sensortile does not seem in the list.Also i try with device ID but it also didn't work.I want to stream data on Matlab only with Bluetooth not UART or USB.What i need to do for connecting with bluetooth?

    This topic has been closed for replies.

    1 reply

    ST Employee
    August 1, 2019

    Hi,

    BLE (Bluetooth Low Energy) is needed instead of Bluetooth Classic.

    Please check if the Mablab package supports BLE or not.

    Thank you.

    Best Regards,

    Winfred

    AAltaAuthor
    Visitor II
    August 1, 2019

    Thanks.