Skip to content

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

License

Notifications You must be signed in to change notification settings

pineli/nanoshield-load-cell.arduino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.6%
  • Python 7.4%