Sphero Connectivity Package
Note de l’éditeur : This file was selected as MATLAB Central Pick of the Week
Sphero is an inexpensive differential-drive robotic ball that can be controlled from a Bluetooth enabled device. It features a number of sensors (accelerometers, gyros, back-emf encoders) which allows it to measure its position and velocity with a fair degree of accuracy. The Sphero's RGB LEDs allow it to glow in any color of choice, while the blue back LED indicates its current orientation. Two wheels allow the Sphero to roll on the ground and to rotate along its vertical axis.
This package (which works with MATLAB releases 2014b and newer) allows us to communicate with a Sphero from within MATLAB (and Simulink), on a computer running either Windows or 64-bit version of Mac OS 10.7 or earlier.
The package is mainly based upon a "sphero" class, which in turn relies on the MATLAB Bluetooth class. The class methods and properties allow you to perform (within MATLAB) many operations available with the underlying Sphero API, such as connecting, disconnecting, sleeping, changing LED colors, reading (and/or streaming back) the Sphero's position and velocity, and commanding each of the 2 motors independently. An higher-level roll command can also be used to move the Sphero with a certain speed and direction. The Simulink library contained in the package also features Simulink blocks for setup, timing, and basic sensing and actuation.
The readme.txt file explains how to pair up the Sphero to your computer, install the package, and create Sphero objects in MATLAB, while several examples are also included to illustrate the use of the available commands and Simulink blocks.
NOTE that the 'readLocator' capability was temporarily removed in version 3.71 of the Sphero firmware, so if you need this functionality you need to use either an older or newer version of the firmware.
Citation pour cette source
Danvir Sethi (2024). Sphero Connectivity Package (https://www.mathworks.com/matlabcentral/fileexchange/52481-sphero-connectivity-package), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Remerciements
Inspiré par : Legacy MATLAB and Simulink Support for Arduino, Real-Time Pacer for Simulink
A inspiré : Sphero Multi-Agent Robotic Testbed for Matlab (SMART_matlab), Sphero Simulation in Simscape Multibody, Dynamixel Simulink Library
Communautés
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
+sphero
+sphero/private
examples
simulink
examples
simulink
examples
Version | Publié le | Notes de version | |
---|---|---|---|
2.8.0.0 | Minor fixes:
|
||
2.6.0.0 | * Raw motor block updated to expect a single input with 2 elements for left and right motor. This makes the block inline with the other blocks in the library
|
||
2.1.0.1 | Updated license |
||
2.1.0.0 | Bug fix & extending support for MATLAB R2013a-R2014b
|
||
1.8.0.0 |