(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/6
Description
I2C ADS1115 16-bit ADC+PGA 4 Channel Ultra-small Precision Analog to Digital Converter ADC Development Board for RPI
Product Description
The ADS1115 4-chanel breakout board is perfect for adding high-resolution analong to digital conversion to any microprocessor-based project. This board can run with power and logic signals between 2v to 5v, so it is compatible with all common 3.3v and 5v processors. As many of 4 of this board can be controlled from the same 2-wire I2C bus, giving you up to 16 single-ended or 8 differential channels. A programmable gain amplifier provides up to x16 gain for small signals.
Function
Wide supply voltage range
2.0V to 5.5V
Low current consumption
continuous mode: only 150μA
One-shot mode
automatic shutdown
Programmable data rate
8SPS to 860SPS
Low drift internal voltage reference
Internal Oscillator / Internal PGA
Four single-ended or two differential inputs (ADS1115)
Programmable comparators (ADS1114 and ADS1115)
Operating temperature
-40 ℃ to +140 ℃
PCB size
16MM * 28MM
Application
-Portable instrumentation -Consumer goods -Battery mointoring -Temperature measurement -Factory automation and process controls