Giter Site home page Giter Site logo

Comments (7)

bondus avatar bondus commented on July 23, 2024

You found a way. It's improved now

from klippertoolboard.

SteveJWallace avatar SteveJWallace commented on July 23, 2024

from klippertoolboard.

bondus avatar bondus commented on July 23, 2024

Klipper screamed to get a board like this, the design of klipper makes it very easy. A multi head printer needs a product like this.
I'm stuck in a horrible world of SMT assembly and manufacture at the moment. With some luck there will be some working boards for sale at the end of the summer.

from klippertoolboard.

SteveJWallace avatar SteveJWallace commented on July 23, 2024

from klippertoolboard.

bondus avatar bondus commented on July 23, 2024

Where are all the EEs when you need them? Hidden in some corporate basement!
The current CAN implementation tunnels serial over CAN, far from ideal but it gets the job done. Each board gets its own virtual serial port. Not very different from how USB serial does it.
We could make a better implementation that integrates better with how the klipper serial protocol works. But it works as is, I can't see any major issues with it. It currently has a separate daemon that does the CAN work (https://github.com/Delsian/CanSerial) that could be a part of klippy.
Klipper is very light on serial use and is quite latency and error tolerant. Each board uses peek ~30 kbits/s. I can easily run all my 5 prototypes on one 500kbit/s bus. I estimate that for a stable system you should not use more than 8 per 500kbit/s CAN bus. But you can have many busses per host (The CAN hats for the PI's are horrible for scaling, it's better to use USB dongles).
CAN, being a bus, makes it possible to sniff, analyze and inject traffic on the bus. As it is a strict priority bus it's easy to fill it to 75% with high prio junk trafic, or flood it with low prio traffic. I have had a lot of fun :)

from klippertoolboard.

SteveJWallace avatar SteveJWallace commented on July 23, 2024

from klippertoolboard.

SteveJWallace avatar SteveJWallace commented on July 23, 2024

from klippertoolboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.