Hello,
I have impelemented a communication ble between two boards nrf52dk. This is correctly working and communication is very fast.
I want to implement a communication between board and Pc, in which board acts as a peripheral and pc as a central device so that the board sends data and pc receives them.
I have implemented something like that using Matlab ble functions:
Connect to Bluetooth Low Energy peripheral device - MATLAB - MathWorks Italia
However, even if the communication works it is really slow. Probably because I'm not able using Matlab to set the same parameters as in the connection board-board such as connection interval, phy etc.
Is there any other language which allows me to make the communication board-pc? Is anyone else using Matlab like me? If yes, how is it possible to optimize the parameters for the central in Matlab?
I'm not able to find any application like the one intended from me except the ones which uses serial port.