Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seeeduino XIAO RP2040 outputs wrong CRC in packet #93

Open
Deezmaker opened this issue Feb 24, 2022 · 2 comments
Open

Seeeduino XIAO RP2040 outputs wrong CRC in packet #93

Deezmaker opened this issue Feb 24, 2022 · 2 comments

Comments

@Deezmaker
Copy link

I wrote a simple arduino sketch to ping ID#1 for the Seeeduino XIAO and it works great. When I compile the exact same sketch for the XIAO RP2040 the output is different on the CRC value in packet as follows:

Seeeduino XIAO = "FF FF FD 0 1 3 0 1 19 4E" (which is correct and the dynamixel responds to)

Seeeduino XIAO RP2040 = "FF FF FD 0 1 3 0 1 2D 1" (wrong CRC?)

Can you guys look into this?

@Deezmaker
Copy link
Author

Looks like Seeeduino folks fixed this in latest board library version. Not an issue anymore.

@ROBOTIS-Will
Copy link
Collaborator

@Deezmaker
Missing the last couple bytes is usually due to the prematured change of the TX/RX direction.
Glad that this has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants