RPM Monitor
Overview
Measures the revolutions per minute (RPM, Revolution Per Minute) of rotating objects.

Supported GPIO
- Raspberry Pi 0~4
- Raspberry Pi 5
- BeagleBone Black/Green
- Jetson Nano
Commands
[INIT]
Enters initial configuration settings.
Item | Type | Description |
---|---|---|
GPIO Pin | WRITE | Set the GPIO pin to monitor RPM. |
Pulses per Revolution | WRITE | Enter the number of pulses generated during one revolution of the rotating object. |
Minimum RPM | WRITE | Enter the minimum RPM to measure. Below the minimum RPM is measured as 0 RPM. |
Weight (%) | WRITE | A value that sets how much the previous measurement affects the new measurement. It is a value between 0~99% and can help smooth changes when sudden RPM changes occur. |
[START]
Starts RPM monitoring.
[STOP]
Stops RPM monitoring.
[READ_RPM]
Reads the measured RPM.
Item | Type | Description |
---|---|---|
RPM | READ | The measured revolutions per minute (RPM). |
Example
Coming soon…