D1 Mini with ADS1115

D1 Mini with ADS1115

D1 Mini with ADS1115
Save Image

High-precision analog input with D1 Mini using ADS1115.

Key Features

  • 16-bit ADC
  • Supports multiple sensors
  • I2C interface

Instructions

1. Connect ADS1115 (SDA to D2, SCL to D1).
2. Install ADS1115 library.
3. Upload the code.

Schematic

Schematic Download Schematic

Code Snippet

int sensorValue = ads.readADC_SingleEnded(0);
Serial.println(sensorValue);
Download Full Code
Back to Projects