Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runger1101001/magnetic_encoders
https://github.com/runger1101001/magnetic_encoders
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runger1101001/magnetic_encoders
- Owner: runger1101001
- License: other
- Created: 2021-10-22T14:54:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T00:22:01.000Z (12 months ago)
- Last Synced: 2024-01-20T00:57:24.085Z (12 months ago)
- Language: Python
- Size: 25.1 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Small encoder boards
Several designs for small magnetic encoder boards.
These boards all serve the same purpose, and many have the same shapes. They use different sensor ICs, which depending on the IC may result in different performance or different interface types.They are intended to sense the absolute angular position of a rotating magnet. Generally this is used to sense the position of a motor shaft, as an input to motor control algorithms, or a joint/actuator position, for robotics applcations.
Where sensors use I2C, they use the Stemma-QT/Qwiic connectors (JST-SH) and pinouts.
Where sensors use SPI or SSI, they all use the same pinouts.:warning: Not all of these have been produced or tested.
Please consult the individual subdirectories for more information. If a sub-directory does not contain a README, use at your own risk.
## Finished and tested designs
- [AS5048A](./Encoder_SPI/)
- [AS5048B](./Encoder/)
- [TLE5012B](./Encoder_SPI_TLE5012B/)
- [SC60228](./Encoder_SPI_SC60228/)