Test What You Learn

What is an ADC (Analog to Digital Converter)? *
How does the ADC capability on MCU (here, Coin board) help in reading the voltage? *
What is the default range of the voltmeter at the initial level? *
How to increase the voltage measuring range? *
What is a voltage divider circuit? *
Why is the voltage divider circuit used here? *
What IDE is used for design? *
What needs to be changed in code to measure multiple cell voltages simultaneously? *
Which pin is used here for measuring voltage? What should be the capability of that I/O pin to measure the voltage? *
What is the ADC resolution of the board and why is it important to set? *
What is the maximum logic level voltage the IndusBoard Coin can read compared to other similar dev boards? *
How to calibrate the readings if there is an error in the measured voltage? *
What formula is used to convert the ADC reading into a voltage reading? *
Where to put that formula in the code? *
How to get accurate readings up to decimal value? Why is float used instead of int? *
Can this board be used to measure AC voltage? *
What components are needed to measure AC voltage? *
What is the name of the sensor for AC voltage measurement? *
What wires and how to connect them to the battery to measure the voltage? *
Can this be used to measure the current? *
What sensors can be used to measure AC and DC current? *