×

注意!页面内容来自https://github.com/hiveeyes/aerowind-ads1231,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Skip to content
<> /* Override primer focus outline color for marketing header dropdown links for better contrast */ [data-color-mode="light"] .HeaderMenu-dropdown-link:focus-visible, [data-color-mode="light"] .HeaderMenu-trailing-link a:focus-visible { outline-color: var(--color-accent-fg); }

hiveeyes/aerowind-ads1231

Repository files navigation

ADS1231 library by aerowind

About

An Arduino library to interface the Texas Instruments ADS1231 24-Bit ADCan analog-to-digital converter for weight scales. The ADS1231 is a 24-Bit80SPS, 1-channel delta-sigma ADC for resistive bridge sensors & weight scales.

Usage

git clone https://github.com/hiveeyes/aerowind-ads1231
cd aerowind-ads1231
make build

Hardware support

  • Atmel AVR
  • Atmel SAM
  • Espressif ESP8266

Caveat

You probably do not want to use this library. Have a look at the ThomasRyanDavies/ADS1231 Arduino library by Thomas Ryan Davies and other libraries for the ADS1231 instead.

Acknowledgements

This library has been sourced from the Arduino Forum.

Thank you!

Appendix

Fixes

For compatibility with ESP8266those compile-time errors have been fixed.

Considerations about real world effects caused by physics

You should consider getting into the details of strain-gauge load cell sensors when expecting reasonable results from your measurements. The range of topics is broad, starting with a sufficient and stable power supplyover using the proper excitation voltageto the Seebeck effectand temperature compensation woes.

See also:

About

An Arduino library to interface the Texas Instruments ADS1231 24-Bit ADCan analog-to-digital converter for weight scales.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors