Skip to main content

Quick Start

This guide introduces the FoBE Breakout ADS1115 and how to use it.

Hardware diagram

The following figure illustrates the FoBE Breakout ADS1115 hardware diagram.


FoBE Breakout ADS1115 Hardware Diagram

Mechanical dimensions

FoBE Breakout ADS1115 is a single-sided 25.4mm x 25.4mm (1" x 1") PCB. Fixing by 4-6 1.6mm Screw holes.


FoBE Breakout ADS1115 Mechanical Dimensions

Interfaces

The board provides two 4-pin SH1.0 connectors providing IIC connections.

InterfaceDescription
3V3Power supply
GNDGround
SDAI2C bus data line
SCLI2C bus clock line

And there is a 6-pin 2.54mm header holes also used for IIC connections:

InterfaceDescription
NCNo use
GNDGround
3V3Power supply
SDAI2C bus data line
SCLI2C bus clock line
INTADC conversion trigger pin

Address Selection

ADC

The IIC address of the ADS1115 can be configured using the B0-B3 solder pads.

PadIIC Address (Binary)
B001001000
B101001001
B201001010
B301001011

EEPROM

The IIC address of the EEPROM can be configured using the A0-A2 solder pads. The bits [3:1] are A2, A1, and A0. The last bit is determined by the operation: write (0) or read (1).

A2A1A0IIC Address (Binary)
0001010000x
0011010001x
0101010010x
0111010011x
1001010100x
1011010101x
1101010110x
1111010111x

(x: 0 for write, 1 for read)

Measure Connection

ChannelMeasureDescription
04-20mA current measurementMeasured a voltage by a 120Ω resistor to ground
1Voltage measurement (0-10V)Measured through a voltage divider consisting of 10 KΩ (top) and 39 KΩ (bottom)
2NTC thermistor measurementMeasured by a voltage divider circuit, configured with a 100kΩ resistor and powered by an internal 2.5V reference
3ADC calibrationconnected to internal voltage reference(2.5V)

ADC-INT

The feature of ADC conversion ready no enable by default. If you want to use the INT pin, you need to solder the jumper pad ADC-INT. That connect the ADC pin: "ALERT/RDY" to the Ground.

Programming

FoBE Quill nRF52840 Mesh Example

The FoBE Quill nRF52840 Mesh development board provides multiple digital gpio; pins D2, D1, D0 are used in the example:


FoBE Breakout L76K Mechanical connection

#include <TinyGPSPlus.h>
#include <SoftwareSerial.h>
......