This is an Arduino library to measure weight using load cells and the ADS1230 IC from Texas Instruments.
LoadCell Nanoshield
from CircuitarLibrary features include:
Note: this library uses Timer 2 on the ATmega microcontroller, or Timer 5 on ATmega2560 and ATmega1280.
On ATmega168 and ATmega328 (i.e. Arduino UNO or similar), usage of this library will interfere with the tone()
function.
To install, just click Download ZIP and install it using Sketch > Include Library... > Add .ZIP Library in the Arduino IDE.
The following examples_ are provided:
.. _LoadCell Nanoshield
: https://www.circuitar.com.br/nanoshields/modulos/load-cell/
.. _Circuitar: https://www.circuitar.com.br/
.. _examples: https://github.com/circuitar/Nanoshield_LoadCell/blob/master/examples/
.. _ReadWeight: https://github.com/circuitar/Nanoshield_LoadCell/blob/master/examples/ReadWeight/ReadWeight.ino
.. _LcdDigitalWeightScale: https://github.com/circuitar/Nanoshield_LoadCell/blob/master/examples/LcdDigitalWeightScale/LcdDigitalWeightScale.ino
.. _MultiWeight: https://github.com/circuitar/Nanoshield_LoadCell/blob/master/examples/MultiWeight/MultiWeight.ino
.. _ReadRawValue: https://github.com/circuitar/Nanoshield_LoadCell/blob/master/examples/ReadRawValue/ReadRawValue.ino
.. _ReadWeightNoAveraging: https://github.com/circuitar/Nanoshield_LoadCell/blob/master/examples/ReadWeightNoAveraging/ReadWeightNoAveraging.ino
.. _ReadWeightLowGain: https://github.com/circuitar/Nanoshield_LoadCell/blob/master/examples/ReadWeightLowGain/ReadWeightLowGain.ino
.. _OffsetCalibration: https://github.com/circuitar/Nanoshield_LoadCell/blob/master/examples/OffsetCalibration/OffsetCalibration.ino
Copyright (c) 2015 Circuitar All rights reserved.
This software is released under an MIT license. See the attached LICENSE file for details.