Driving continuous servo through arduino with MATLAB?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is it possible to drive a continuous servo connected to an Arduino with MATLAB? The servo library does not seem to have any functions able to drive a servo beyond 360 degrees, and I wonder if there is a workaround. I'm aware of a simulink block that can do this, but I'm working with a MATLAB code base. I'm working with this snippet here:
a = arduino('COM15', 'nano', 'Libraries', 'Servo');
pin = 'D10';
s = servo(a, pin);
writePosition(s, .2)
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Support Package for Arduino Hardware dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!