Battery Capacity Monitor Using ADS1115
ADS1115 is 4 channel 16 bit Analog to digital converter. Actually I only need 1 channel to measure the battery voltage but unfortunately ADS1013/ADS1113/ADS1014/ADS1114 module not available at AliExpress and ADS1115 cost about SGD1.80 which is quite reasonable π. The reason I'm looking into analog to digital converter is because the remote control transmitter that I made here , out of analog input to measure battery voltage. I'm not sure if I have enough memory space for it thoughπ. I got the schematic below from internet, I posted here for reference. Take note the ADDR pin is pull to ground by 10K resistor, which mean by the default address is 0x48. ADDR = 0x48 if ADDR pin connected to GND ADDR = 0x49 if ADDR pin connected to VCC ADDR = 0x4A if ADDR pin connected to SDA ADDR = 0x4B if ADDR pin connected to SCL Nothing special on the Arduino Nano connection either. I used 10K potentiometer just for testing purpose. In real application it will be connected to Lithium Ion batte...