Code Monkey home page Code Monkey logo

cancat's People

Contributors

adamvoss avatar atlas0fd00m avatar bitbane avatar decidedlygray avatar jaimelightfoot avatar jeffball55 avatar sognefej avatar sprout42 avatar straithe avatar timbrom avatar tomsomerville avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cancat's Issues

More detail about PC <-> Duino protocol

Could you share more documentation of these protocol:

// PC->Duino:  <size><cmd><data>  where size includes cmd and data but not the size byte itself
// Duino->PC:  @<size><cmd><data> where size includes cmd and data

?

I suppose the protocol based on existed and well documented. What name of CAN-over-UART protocol do you use in CANcat?
That's not similar to widely used lawicel ASCII CAN protocol. Unfortunately.

Prebuilded FW images cause Arduino builds fail

My trying of builds after several hour is fail.
I suppose inappropriate tool version or unresolved depencies ($ avr-gcc -v is gcc version 4.9.2 (Fedora 4.9.2-1.el7))
Could you provide proper FW for Arduino UNO or maybe proven Makefile for build it my own? (GUI-based tools is really hard to understand build working)

screenshot from 2016-10-30 22-52-18
screenshot from 2016-10-30 22-53-05

Thanks in advance!

can-in-the-middle drop/filter message

Hi there, is there anyway to drop a particular message (not pass through the bridge) . i.e. drop 1AC#1122334455667788 but let all other messages pass through including messages on the same id 1AC but with different data.

Cannot Init Device

Hello,

I'm hoping you might be able to point me in the right direction. I'm using an Arduino Uno with SeeedStudio's CANBUS Shield. I am able to build and upload the sketch, and was able to install the required Python dependencies as well. The shield powers on fine, and when I have it hooked into my vehicle I see the RX light go on which indicates to me that it is actively seeing data on the CAN Bus.

All that said, I cannot seem to use the tool. When I try to start up, this is what I get:

/opt/CanCat/# ./CanCat.py -p /dev/ttyACM0
CAN INIT FAILED: Retrying

I've also tried:

>>> import cancat
>>> CANalysis = cancat.CanInterface('/dev/ttyACM0', 115200) # your device may vary
>>> CANalysis.ping()
(None, None)

But I cannot ping the device.

Any tips?

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.