/Nanoshield_LoadCell

Arduino library to measure weight using load cells with the ADS1230 IC from Texas Instruments.

Primary LanguageC++MIT LicenseMIT

Nanoshield_LoadCell

This is an Arduino library to measure weight using load cells and the ADS1230 IC from Texas Instruments.

Library features include:

  • Conversion to weight units, based on load cell capacity and sensitivity
  • Moving average filter, with configurable number of samples
  • Set zero weight point (tare)
  • Get measurement in weight units or raw 20-bit value
  • Continuous sampling using hardware timer (Timer 2)
  • ADS1230 offset calibration

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:


Copyright (c) 2015 Circuitar All rights reserved.

This software is released under an MIT license. See the attached LICENSE file for details.