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

Single Wire CAN functionality #22

Open
arkraven000 opened this issue Oct 19, 2016 · 3 comments
Open

Single Wire CAN functionality #22

arkraven000 opened this issue Oct 19, 2016 · 3 comments

Comments

@arkraven000
Copy link

I'm working with the EVTV CanDue 2.0 shield. Documentation has lead me to your repo but I think I might be missing something. I haven't been able to find any functionality in your source code that mentions "swcan" or "single wire" for transmitting or receiving messages. Did I miss a file? If not, do you have a suggestion for where to go next?

@Mike4U
Copy link

Mike4U commented Oct 22, 2016

I don't have the EVTV CanDue 2.0 shield but have used due_can on a homemade shield with sw can. Due_can library doesn't know or care whether its sw can or regular can. Just set the correct speed and use the swcan interface on your board. The documentation on your board at EVTV shows the enable pin required and other details if I recall.

@arkraven000
Copy link
Author

Thank you for clearing that up. I was suspicious that was the case.

@collin80
Copy link
Owner

The only part of single wire CAN that is really different is that SWCan has
a mode where a high voltage wake up is used. This is a 12V signal down the
CAN wire and is used to wake up devices on the bus. If you don't need that
functionality then everything else is the same. If you do need that
functionality then the GVRET project has support for doing 12V wake up
across SWCAN.

On Mon, Oct 24, 2016 at 8:31 AM, arkraven000 [email protected]
wrote:

Thank you for clearing that up. I was suspicious that was the case.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#22 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACC7Zcwm4Y1yVziB5w2IA2JkUnKk1iWyks5q3KUygaJpZM4KbSL5
.

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

3 participants