This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Revolution count

Target application
1: Data acquisition is carried out for a 0-1khz high-low level signal. The low level is effective. The count is increased by 1 for each trigger.
2: Use the above counting data to calculate the length and speed; Length = count data * perimeter. Speed = current length / time.
3: Point 1: each time it is triggered, the current count quantity, calculated length and calculated speed are output through Bluetooth.

Parents Reply Children
  • I have a project that uses 52832 to do the counting function. The counting signal is generated by the hall sensor with a frequency ranging from 0-1khz. The software obtains the current speed through interruption. When the interruption is generated, the current obtained speed is used to count the motion length, length = number of turns * wheel diameter, speed = length / timing time. At present, the software can accurately capture the speed signal on the motor Hall under the condition of separate counting. When adding length, speed is calculated. A Hall signal captured by the software (effective at low level) is used to measure the length and speed

Related