We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Objective: The mosfet can detect cycles without sensing the movement of parts
Based on the fact that the motor power draw fluctuate according to spring compressions, we mays be able to detect cycles by monitoring the current.
Note: monitoring the voltage can be enough as it usually drops with power draw.
Here is a test i made using a current and voltage sensor during airsoft replica cycles (with 8.4 nimh or 7.4 lipo I don't remember)
(blue: current, red: smoothed average, yellow: voltage)
We could do spike detection.
We could also used the slope of the current curve.
and all of this need adequate smoothing
http://coertvonk.com/sw/embedded/arduino-pitch-detector-13252/6
sketch (probably) used to produce the graph currentsensor.ino.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ideas
Based on the fact that the motor power draw fluctuate according to spring compressions, we mays be able to detect cycles by monitoring the current.
Note: monitoring the voltage can be enough as it usually drops with power draw.
Here is a test i made using a current and voltage sensor during airsoft replica cycles (with 8.4 nimh or 7.4 lipo I don't remember)
(blue: current, red: smoothed average, yellow: voltage)
how could we detect cycles ?
We could do spike detection.
We could also used the slope of the current curve.
and all of this need adequate smoothing
Resources
http://coertvonk.com/sw/embedded/arduino-pitch-detector-13252/6
sketch (probably) used to produce the graph currentsensor.ino.txt
The text was updated successfully, but these errors were encountered: