-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New instrument; Ammeter #98
Comments
Current sensor acs712 is available to measure AC current through a wire. // Method to fetch the AC current value uint32_t start_time = millis(); |
@CloudyPadmal is there any way we can implement this functionality without some external sensor like acs712. I am not very sure if we can get Current information from PSLab directly that's why asking you. Thanks |
Yes right. There's no direct way to measure. |
So should I get an acs712 sensor or you suggest some other one? |
We'll leave it for now. Probably a hardware solution will be the best. I'm moving this to pslab-hardware repo. |
Actual Behaviour
Currently there is no instrument that is able to measure ampere.
Expected Behaviour
There should be an instrument to measure the ampere
Would you like to work on the issue?
Anyone.
The text was updated successfully, but these errors were encountered: