Basic Custom Arduino Library for HX711

Get data from the HX711 load cell amplifier and import in MATLAB workspace.
3.7K 次下载
更新时间 2019/12/15

查看许可证

The HX711 add-on library develops the two wire comunication protocol between Matlab workspace and HX711 itself through ARDUINO and also a specific class provides some built in function to calibrate your loadcell. In the folder you'll also find a Matlab App which can be used to calibrate the loadcell and plot data in real time by a basic Graphical User Interface. This library has been tested with ARDUINO UNO and MEGA2560 under windows environment. Thanks to the User's Manual you can easily learn how to use this library. If you are looking for something more sophisticated download this one: https://it.mathworks.com/matlabcentral/fileexchange/73692-advanced-custom-arduino-library-for-hx711. If you are using Arduino DUE use the following one: https://it.mathworks.com/matlabcentral/fileexchange/73693-custom-arduino-due-library-for-hx711.

引用格式

NICHOLAS GIACOBONI (2024). Basic Custom Arduino Library for HX711 (https://www.mathworks.com/matlabcentral/fileexchange/66641-basic-custom-arduino-library-for-hx711), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2019b
兼容 R2017b 到 R2019b 的版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Develop Apps Using App Designer 的更多信息

Community Treasure Hunt

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

Start Hunting!

HX711 v3.0

HX711 v3.0/+arduinoioaddons/+basicHX711

版本 已发布 发行说明
3.0.0.1

Updated.

3.0.0.0

matlabshared.addon.LibraryBase class

2.0.0.0

1- You don't have to configure pin manually anymore because DATA and CLOCK pins are configured when you create the HX711 object; 2- It's available a new class which allows users to calibrate the loadcell easily and a Graphical User Interface.
Updated.

1.0.0.0

An improved version will be available soon.