Borrar filtros
Borrar filtros

Can BLE command be used in the external mode

2 visualizaciones (últimos 30 días)
RITAM BASU
RITAM BASU el 6 de Dic. de 2022
Respondida: Sourabh el 24 de Feb. de 2023
Hello,
I have a Microcontroller (with bluetooth) and a HR sensor (bluetooth based). I want the MCU to connect via bluetooth with the HR sensor whenever it is around.
Now, I simply use "BLE" function to connect the HR sensor to MATLAB. But, for the MCU, I have to use external mode and MATLAB should generate C/C++ code for the function.
I am not sure, if the BLE function (or the Bluetooth toolbox as a whole) has C/C++ code generation capability. Can someone please enlighten me here? and in case it can't, is there any other way i can make the connection?
Have a nice day ahead.

Respuestas (1)

Sourabh
Sourabh el 24 de Feb. de 2023
Hi Ritam,
As per my understanding, you want your MCU to communicate to the Heart Rate sensor via Simulink.
Assuming that your MCU is an Arduino, the following example project might be an interesting read:
As of now there is limited functionality while using External Mode over BLE and code generation.
If you need more help on that, you can go ahead and submit a Technical Support request.

Community Treasure Hunt

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

Start Hunting!

Translated by