Code Monkey home page Code Monkey logo

Comments (1)

redragonx avatar redragonx commented on May 30, 2024

Yes, the way is to use wireshark, but until there's a R-Net Wireshark plugin that implements the full R-Net protocol, you only get the raw data in canbus frames. If somebody can create one, then great! My research can be a starting point for this.

https://www.wireshark.org/docs/wsdg_html_chunked/ChDissectAdd.html

As for the Joy module, the error inducing is a quirk/hack that I used as my advantage. You see, the joy module still sends movement frames regardless if its touched, the frames are 0, 0. X and Y positions. The chair responds if it gets a move frame within 10ms or something like that, it gets confused otherwise and tries to do it all if we send move frames from a program. So the easy way to fix this was silencing the joy module. The added benefit is that the chair stays on. People think it's plug and play, but R-Net has its own thing and handshakes when registering a r-net device like joy modules. You have to do this in software, and since r-net isn't fully reverse engineered to begin with, we can't emulate a proper joy module. If you can do this, feel free to add the library.

I'm not familiar with at all with the invacare power wheelchair with Linx electronics, I have no idea if it uses r-net or not, my guess is no. But my research can be used to guide you. Chairs with R-Net do not rely on joy modules for charging/battery states, it is a passthru system. So, sorry. I don't have an answer other than fully figuring out the R-Net protocol and permobil's secondary seating protocol.

from can2rnet.

Related Issues (6)

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.