|
171
|
Using Arduino / LEDs and Multiplexing / Re: Binary Clock Charlieplex
|
on: January 30, 2011, 01:28:52 am
|
|
Base on the datasheets if operate 1MHz 1.8V it draw 300 micro Amps. so if you operate at 3.3V map be about 1mA.
Please read the section 7 on power consumption issues. like disable ADC, all port pins was avoid unconnected, have a defined level. Connecting unused pins directly to VCC or GND is not recommended, since this may cause excessive currents if the pin is accidentally configured as an output.
|
|
|
|
|
179
|
Forum 2005-2010 (read only) / Interfacing / Re: Arduino multimeter
|
on: February 13, 2010, 12:29:11 am
|
|
programing ADC to measure resistance To measure a resistance you need to use Ohm's Law (E = I*R or R = E/I). So, apply a constant current (I) through the resistor and use the ADC to measure the voltage across the resistor then calculate the resistance. Google will find tons of information on this.
|
|
|
|
|