The values received from the Wicked Node are 8-bit Analog-to-Digital conversions, so to convert them to voltages you need to use the formula (5.0 * value / 256). Direct measurement with the Uno is based on a 10-bit conversion, where the formula to convert to voltage is (5.0 * value / 1024).
↧