Hello everyone,
I am trying to control my Lego EV3 motors over bluetooth. I had some problems with the connection first but I solved the problem by using the ID instead of the serial port.
But the response time of the motors via bluetooth has an average delay of 15 seconds. With usb it works fine and immediatly. My Laptop uses the bluetooth version 4.096
Essentials of my program:
myev3 = legoev3('bt','001653449ef7');
mymotor = motor(myev3,'A');
mymotor.Speed = 20;
start(mymotor);
pause(5);
stop(mymotor);
clear;
I suspect it needs a specific bluetooth dongle but I am not sure. I would be very happy if I could get a little help.
Thanks in advance
DB
1 Comment
Direct link to this comment
https://ch.mathworks.com/matlabcentral/answers/676443-ev3-bluetooth-connection-with-lag#comment_1278013
Direct link to this comment
https://ch.mathworks.com/matlabcentral/answers/676443-ev3-bluetooth-connection-with-lag#comment_1278013
Sign in to comment.