Skip to content

uncertainty-cc/Arduino-Rath-AS5600

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Rath AS5600

AS5600 12-bits Absolute Magnetic Encoder | AS5600 12 位绝对值编码器

Usage | 用法

Wiring | 接线

Connect Rath AS5600 module with Arduino using the wiring diagram below

将 Rath AS5600 模块与 Arduino 按照如下连接:

Rath AS5600 Arduino
GND GND
3V3 3V3
SCL A5 (Analog In Pin 5)
SDA A4 (Analog In Pin 4)

wiring

Programming | 程序

  1. Download the lastest release on the right side of the page

    在页面右侧下载最新版本的压缩包

  2. Unpack the zip file inside Arduino libraries directory (should be like ..\Sketchbook\libraries\Arduino-Rath-AS5600-x.x.x)

    将下载的文件解压到 Arduino 库路径下 (应该是像这样的路径:..\Sketchbook\libraries\Arduino-Rath-AS5600-x.x.x)

  3. Load the library in Arduino program with #include <AS5600.h>

    在 Arduino 程序中使用 #include <AS5600.h> 来加载这个库

  4. Examples can be found in ./examples folder

    示例程序位于 ./examples 文件夹中

Documentation | 文档

AS5600 User Manual | AS5600 用户手册 (英)

About

Arduino Library for Rath AS5600 Position Sensor

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages