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

Question regarding feasibility of supporting CAN communication #36

Open
piotrrak opened this issue Nov 24, 2022 · 1 comment
Open

Question regarding feasibility of supporting CAN communication #36

piotrrak opened this issue Nov 24, 2022 · 1 comment

Comments

@piotrrak
Copy link

Hello Scott

Please do consider it feature request, just asking about feasibility and how hard would it be in your eyes.
Asking since I've seen your work on E500/ethernet and started wondering about that.

I've ordered recently some Manta MP8, Octopus Pro and bunch of EEB 36 and 42 from BigTechTree which should be here tomorrow.
EEB36/42 are kind of interesting extruder boards with its own STM32F0 (v1.0) or STM32G0 (v1.1) ie. Cortex M0 that communicate over CAN.

It would make some sense for my project to communicate with Octopus Pro for few of my axes but for one or two of them it'd be neat to use such EEB boards. Given that I've also got Odrive (also CAN and STM32 based) for some Leadshine servo motors laying around, basing all communication on CAN bus starts make lot of sense for this and future projects.
It could possibly make it versitile and future-proof in terms of expanding/ammending it later.

Just thought I ask first before I'll start butcher your code on my own :)
Your feedback on such direction, would be really appreciated.

Cheers
/P

@cakeslob
Copy link
Contributor

CAN would be good because I think it supports longer distance than spi would. ?I just wish btt would sell their CAN bus RPI board individually, but in the mean time I have an spi to can adapter in case something comes up.

I dont really know much about CANopen or cia402 (can over ethercat?) but there are several implementations Ive seen you could gather insight from. In addition to the odrive, I know of STMBL as well as this one
https://hackaday.io/project/181058-ethercat-servodrive

As a starting point , you could try to make one of the eeb communicate directly with linuxcnc over can.

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