Analog to digital converter module, ADC, ADS1115, 16 bits, 2-5V
zoom_out_map
chevron_left chevron_right

Product images are for informational purposes only and may vary slightly depending on the batch and supplier. Product specifications and prices may be subject to change without notice. We do our best to provide accurate and complete product specifications, but they may not be completely accurate. If you encounter any such situation, please let us know.

The product is intended for specialists and requires qualified and authorized personnel. The product does not include assembly/use instructions . Putting the product into operation by unqualified persons leads to the loss of the warranty according to the Terms and Conditions on the site.

The specified technical parameters (current, power, etc.) represent maximum allowable values under ideal operating conditions. For safe use and optimal lifespan, it is recommended to operate the product continuously at no more than 50% of the specified maximum values.

Analog to digital converter module, ADC, ADS1115, 16 bits, 2-5V

Extends analog measurement of Arduino boards to 16 bits, for much smoother readings down to ~76uV at 5V. Offers 4 single ended or 2 differential inputs, I2C communication with selectable address, operates at 2-5V and has low power consumption with single shot auto shut-off mode. Ideal for analog sensors and precision data acquisition.

Ft1,480.54 Tax included

Ft1,223.59 Tax excluded

(5/5) out of 2 total ratings
Read the reviews
1-2 zile
check In Stoc

Shipping by Thursday 27 August

Close

This product has a warranty of 2 years.

INTERNATIONAL DELIVERY
International fast shipping within EU. Free Shipping for orders above 100 EUR in most EU countries.
FAST DISPATCH 24H
We ship from our stock within 24H
LOYALTY POINTS
You earn points with every order, worth 5%.

I2c ADS1115 analog-to-digital converter, compatible with Arduino and other development boards.

Arduino boards come with a 10-bit ADC resolution, which is why, with this module, you can increase the capabilities of the development board to 16 bits. In practice, the minimum voltage measurable by the Arduino UNO board is 4.9mV (5V/1024), while with this module you can measure up to 76uV (5V/65536).

The CJMCU-ADS1115 is an analog-to-digital converter module. This allows the user to convert analog signals into digital signals with high precision for a variety of applications.

The board is based on the ADS1115, which is a high-performance ADC with a 16-bit resolution. It offers four analog channels for conversion, and communication with the device is done through the I2C interface.

CJMCU-ADS1115 has small dimensions and is easy to integrate into different projects. The board has pins to connect analog sensors or other devices.

To use this module, you must install the appropriate library in your preferred development environment.

Specifications:

Working voltage: 2 - 5VDC

Resolution: 16 bit

Communication: I2C

I2C address: Selectable by pin

Analog inputs: 4 individual or 2 differential

Dimensions: 27x18mm

Functions:

Continuous Mode: 150uA Single-Shot

Single-Shot Mode: Auto-off

Low current consumption

Programmable Data-Rate: 8SPS - 860SPS (Sample Per Second)

"Low Drift" internal reference voltage

Programmable comparator

I2C addresses selectable between 0x48 and 0x4B

Internal oscillator

Pinouts:

Instructions:

After installing the library (Adafruit_ADS1015.h), you can use the example code below to read the values from the CJMCU-ADS1115 board:

#it includes

#it includes

Adafruit_ADS1115 ads; /* We use the Adafruit_ADS1115 library to communicate with the board */

void setup(void) {

Serial.begin(9600);

/* Initialize communication with the board */

if (!ads.begin()) {

Serial.println("Error: The CJMCU-ADS1115 board cannot be found.");

while (1);

}

}

void loop(void) {

int16_t adc0, adc1;

adc0 = ads.readADC_SingleEnded(0); /* Read the value from channel 0 */

adc1 = ads.readADC_SingleEnded(1); /* Read the value from channel 1 */

Serial.print("Channel 0: ");

Serial.print(adc0);

Serial.print("tChannel 1: ");

Serial.println(adc1);

delay(1000);

}

9607

Produs destinat utilizarii in proiecte electronice, automatizari, prototipare, educatie si cercetare.

Produsul trebuie utilizat numai conform specificatiilor tehnice mentionate in descriere si/sau in documentatia produsului.

Avertismente generale de siguranta:

Nu utilizati produsul la tensiuni, curenti sau temperaturi peste valorile specificate.

Montajul si conectarea trebuie realizate de persoane cu cunostinte tehnice minime in domeniul electric/electronic.

Evitati scurtcircuitele, inversarea polaritatii si conectarea gresita a alimentarii.

Nu lasati produsul alimentat nesupravegheat in timpul testelor.

Produsul nu este jucarie si nu este destinat copiilor.

Pentru modulele electronice, se recomanda utilizarea in carcase, panouri sau montaje protejate, dupa caz.

Identificare produs:

Denumirea produsului, codul/SKU-ul si caracteristicile tehnice sunt mentionate in pagina produsului si/sau pe eticheta ambalajului.

Producator / Importator / Distribuitor:

Sigmanortec S.R.L.

Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania

E-mail: [email protected]

Website: www.sigmanortec.ro

Persoana responsabila in UE:

Sigmanortec S.R.L.

Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania

E-mail: [email protected]

Documentatie si siguranta:

Pentru informatii suplimentare, fise tehnice, declaratii de conformitate sau instructiuni, ne puteti contacta la [email protected].