Other Parts Discussed in Thread: ADS1115
Hello!
Due new project I need to implement 4 independed channel voltage measuring lines. To realise that task I used ADS1118 chip and STM32F103 series controller. I set configuration senquentionaly for each channel to switch ADC in 4 channel Single Ended mode.
They are:
Ch0-> 0xC58A(config), 0xC588 (read);
Ch1-> 0xD58A(config), 0xD588(read);
Ch2-> 0xE58A(config), 0xE588(read);
Ch3-> 0xF58A(config), 0xF588(read);
But all probe and tries does not gives desired result. The ADS1118 remains stay in differential mode -> A0 and A1 make affect to each other, same as A2 and A3 inputs. Looks like internal AINn does not connected to GND(ground pin).
Would you please help me to resolve that situation with some code example or correct configuration parameters advise.
Thank you.