feat: add TI ADS1015 12-bit I2C ADC package#443
Open
laurapiro17 wants to merge 2 commits intoatopile:mainfrom
Open
feat: add TI ADS1015 12-bit I2C ADC package#443laurapiro17 wants to merge 2 commits intoatopile:mainfrom
laurapiro17 wants to merge 2 commits intoatopile:mainfrom
Conversation
Adds driver for the Texas Instruments INA219BIDR — a popular 26V, 12-bit I2C current and power monitor used in battery management, solar chargers, and embedded power monitoring. - LCSC part C2155799 with auto-generated KiCad footprint/symbol - Configurable shunt resistor with parametric max_current assertion - Inline bridge trait for drop-in power path monitoring - 4 selectable I2C addresses (0x40–0x45 via A0/A1 pins) - Includes decoupling cap and I2C pull-ups Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ADS1015 driver — 12-bit, 4-channel, up to 3300 SPS. Same pinout as ADS1115 but faster and lower power. Includes pull-ups, decoupling cap, and ALERT/RDY handling. Part auto-generated from LCSC C193969.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a driver for the Texas Instruments ADS1015IDGSR — a 12-bit, 4-channel I2C ADC. It's the faster, lower-power sibling of the
ti-ads1115already in the registry (same pinout, same protocol, higher sample rate).ti-ads1115— 4 single-ended inputs, ALERT/RDY, pull-ups, decoupling capdefaultandusagetargetsTest plan
ato buildpasses ondefaulttarget (0 errors)ato buildpasses onusagetarget (0 errors)