About the Project:
As we all are aware of ohm's law, which states that
V=IR
Where V= voltage in volt (v)
I= Current in Ampere (A)
R= Resistance in ohm (Ω)
To find I we have to useI= V/R
This Ammeter circuit contains a resistor and LED as a load. The resistor is attached in series to the LED that current flows via the load and voltage drops are discovered from the resistor.
In the ADC of Arduino that modifies the voltage into 10-bit resolution numbers from 0-1023. So we require to modify it in voltage value bu utilizing the programming.
The value of voltage from the ADC of Arduino is ranged between 0-1023 and the reference voltage is ranges between 0-5v. From the above voltage value and by dividing it with 22 ohm we can calculate current. Here we have utilized the value of 22ohm resistor as current sensor.
Internet of Things Course Training will give you a thorough view of such IoT Applications.
Comments