Can beginning

Introduction and miscellaneous that we haven't created categories for, yet
Post Reply
D@F
Posts: 60
Joined: Mon Dec 24, 2018 1:12 pm
Has thanked: 1 time

Can beginning

Post by D@F »

hello all,
any one can tell me with wich soft and hard i could start to learn and understand CAN protocol ?
i usualy work on rs232, wiegan, modbus, but never on can.
User avatar
Peter
Posts: 310
Joined: Fri Dec 14, 2018 9:07 pm
Location: North West Lancs, UK
Been thanked: 8 times

Re: Can beginning

Post by Peter »

Would like a quick demo on how to use the CAN area of the parameters please Johannes if you would be so kind :-)
D@F
Posts: 60
Joined: Mon Dec 24, 2018 1:12 pm
Has thanked: 1 time

Re: Can beginning

Post by D@F »

what do you about this :

https://www.can232.com/?page_id=75
User avatar
dima
Posts: 157
Joined: Sun Dec 09, 2018 9:35 pm
Location: Canada

Re: Can beginning

Post by dima »

I picked up CANAble https://canable.io it is based on open-source http://cantact.io

CANAble is a bit pricey but you don't need to waste time building one yourself.

You can build your own:

Hardware: https://github.com/linklayer/cantact-hw
Software: https://github.com/linklayer/cantact-app
User avatar
johu
Site Admin
Posts: 5873
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 172 times
Been thanked: 1085 times
Contact:

Re: Can beginning

Post by johu »

Peter wrote: Fri Feb 01, 2019 1:48 pm Would like a quick demo on how to use the CAN area of the parameters please Johannes if you would be so kind :-)
Maybe this helps:

I use a CANDue that Damien donated to me and the software SavvyCAN.
http://store.evtv.me/proddetail.php?pro ... oduecanbus

That CANAble looks very good!

There is a lot of very expensive (500€+) CAN hardware out there that doesn't provide any benefits to the hobby user. So don't spend too much.
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
doobedoobedo
Posts: 260
Joined: Sat Jan 12, 2019 12:39 am
Location: UK

Re: Can beginning

Post by doobedoobedo »

I have a cantact with the candlelight firmware. I've not had much of a play with it yet though.

https://github.com/linklayer/candleLight_fw
D@F
Posts: 60
Joined: Mon Dec 24, 2018 1:12 pm
Has thanked: 1 time

Re: Can beginning

Post by D@F »

hi! thanks for your feedback, i think i will try the canable pro.
User avatar
dima
Posts: 157
Joined: Sun Dec 09, 2018 9:35 pm
Location: Canada

Re: Can beginning

Post by dima »

I am also just starting to explore CANBus.

Does CAN transmits only happen in working start mode? or at any time? I have it on a bench with nothing attached to the board.

If I want to "debug/test" Canable in sniff mode. Will Hardware v3.0 be able to dump some info for me?

I get nothing. Pointers and examples needed.

ex:

Code: Select all

can tx udc 123 0 16 10
Post Reply