in

Lesson 13 Arduino Resistor Meter (Fluke Like)

Lesson 13 Arduino Resistor Meter (Fluke Like)

Video Based on Theory: esson-13-resistor-meter-part-2
Code Based on Theory: lesson-13-resistor-meter-code

In This Lesson I will explain how to Design Resistor Meter (similar to Fluke).
This is done by These simple steps:
1. We have a “Known” Resistor – that we know exactly what is its value
2. We connect a simple Circuit like This: VCC -> Connect to Resistor we want to measure -> connect to Reference Resistor that we know its value -> Connected to Ground
3. Analog to Digital Arduino input is connected between these 2 resistors.
4. We measure the voltage between these 2 resistors (of-course this voltage is changing according to the resistor that we want to measure)
5. By all this information we Can Calculate the Resistor.

The 2 Formulas to Calculate the Resistor are:
1. V(measured) = [ADC(VALUE)*VCC]/1024
2. R(measured) = {R(Known)[VCC-V(measured)]}/V(measured)

To support my site use the links below to order Thanks!

Aliexpress

Arduino Nano: https://bit.ly/3953j2p

Arduino Pro mini: https://bit.ly/2XdXfiL

Arduino Uno: https://bit.ly/3orcm4s

Arduino Mega: https://bit.ly/2Mzodix

Arduino Shield LCD: https://bit.ly/2XgeqQB

Arduino Micro: https://bit.ly/2LtGn4F

Arduino Leonardo: https://bit.ly/3njYtU4

Amazon:

Arduino Uno: https://amzn.to/35jkxIu

Arduino Pro mini: https://amzn.to/3hUVr7J

Arduino Nano: https://amzn.to/35g5IX2

Arduino Mega: https://amzn.to/2KZ5DAg

Arduino LCD shield: https://amzn.to/3opHVvi

Arduino Micro: https://amzn.to/3pVHs4e

Arduino Leonardo: https://amzn.to/2Xj5J8h

[adsenseyu6]

Arduino Parts for this project:

[adsenseyu1]

What do you think?

Written by RoeeBloch

Lesson 12 Logic Gate Movie

Lesson 13 Resistor Meter Part 2