generate-pressuremap

Demonstrates use of Arduino with capacitive sensors and plotting a 3D surface. Requires Arduino hardware support for MATLAB.
35 téléchargements
Mise à jour 22 août 2018

Afficher la licence

Analog data acquisition of capacitive force sensors. Sensors measure 45N of force across circle of 15 mm diameter. Voltage output corresponds linearly with force, and full-scale range is 1V, hence the equation:
pressure=45*(voltage-zero)/(pi*0.00005625)
Surface plotted is a generic stretched half-sphere but X, Y and Z dimensions can be assigned to variables.

Citation pour cette source

Cole Tofflemire (2024). generate-pressuremap (https://www.mathworks.com/matlabcentral/fileexchange/68590-generate-pressuremap), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2017b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Analog Input and Output dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.1

Fixed array sizes.

1.0.0