Analog-to-digital converter. Outputs ADC readings (volts) from all four channels. One of two quickstart nodes in this library (see also adc-raw).
adc
@/adc
Analog-to-digital converter. Outputs ADC readings (volts) from all four channels. One of two quickstart nodes in this library (see also adc-raw).
I2Cxod/i2c/i2c
I²C bus
ADDRbyte
I²C address
Ratenumber
Data rate (samples per second). Options: 8, 16, 32, 64, 128 (default), 250, 475, 860.
Gainnumber
Gain. Options: 0.67 (default), 1, 2, 4, 8 and 16.
UPDpulse
Update
Donepulse
Pulse on read of all four ADC channels.
ADC3number
Voltage reading from channel 3.
ADC2number
Voltage reading from channel 2.
ADC1number
Voltage reading from channel 1.
ADC0number
Voltage reading from channel 0.
_Gainnumber
Value of gain.
_Ratenumber
Data rate (samples per second).
To use the node in your project you should have the wayland/ads1115 library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.