필터 지우기
필터 지우기

Communicate with Bluetooth Low Energy (BLE) with Matlab

조회 수: 6 (최근 30일)
Jeanne P
Jeanne P 2016년 10월 20일
댓글: Joris Brouwer 2019년 9월 19일
Hi everybody !
I am wondering if it is possible to "communicate" with BLE devices with Matlab (moreover with the Instrument Control Toolbox).
In facts, I would like to get raw data from sensors such as wireless heart rate sensor (typically Polar H7), IMU, accelerometers, temperature sensors ... which often includes filters or fusion algorithm.
Oh and I use R2012b !
Thanks in advance,
Jeanne

답변 (2개)

Walter Roberson
Walter Roberson 2016년 10월 20일
  댓글 수: 4
Xiaoxuan Hu
Xiaoxuan Hu 2017년 6월 12일
could you please tell me how you connect Windows 10 computers to the BLE device? I'm current working on this problem, but not succeed.Thanks in advance.

댓글을 달려면 로그인하십시오.


Joris Brouwer
Joris Brouwer 2019년 9월 19일
Hi, I have been struggling with similar questions as well. My general solution nowadays is to find a hardware developer kit for Bluetooth chips with integrated antennas that support the right Bluetooth profiles and the use of AT commands over a serial USB connections. This way I have found A2DP and GATT suppporting dev kits (different kit for each profile though). Not sure about the performance of this solution speed wise, but with the GATT profile I have been able to connect to typical sportswear gadgets on my Windows 10 PC using U-Blox dev kits and do a bit of back and forth communicating. Do certify that the dev kit has support for the AT commands, only a few dev kits have this feature.
  댓글 수: 2
Joris Brouwer
Joris Brouwer 2019년 9월 19일
I literally found that out an hour later, seems to work like a charm. Tested it with a dongel I had laying around and got it working directly, nice job.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Bluetooth Low Energy Communication에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by