|
HF-AS5047U Driver
0.1.0-dev
HF-AS5047U C++ Driver
|
Encoder Resolution and Specifications. More...
#include <esp32_as5047u_test_config.hpp>
Static Public Attributes | |
| static constexpr uint16_t | RESOLUTION_BITS = 14 |
| Angular resolution in bits. | |
| static constexpr uint16_t | COUNTS_PER_REV = 16384 |
| 2^14 counts per revolution | |
| static constexpr float | DEGREES_PER_COUNT = 360.0f / 16384.0f |
| Degrees per LSB (~0.022°) | |
| static constexpr float | MAX_ROTATION_SPEED_RPM = 28000.0f |
| Maximum rotation speed (RPM) | |
Encoder Resolution and Specifications.
AS5047U is a 14-bit on-axis magnetic rotary position sensor.
|
staticconstexpr |
2^14 counts per revolution
|
staticconstexpr |
Degrees per LSB (~0.022°)
|
staticconstexpr |
Maximum rotation speed (RPM)
|
staticconstexpr |
Angular resolution in bits.