Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEP BERLIN

821 bytes added, 12:54, 10 September 2012
m
How to use CAN Bus
== How to use CAN Bus ==
'''under construction'''You have to connect the two boards like this:<br>   BERLIN 1 BERLIN 2 .--- .--- | 1 |------------------| 1 | | 2 |------------------| 2 | | 3 |------------------| 3 | | 4 |-X X-| 4 | | 5 |-X X-| 5 | .--- .--- Now you can set up the interface (on all boards when using multiple IGEP BERLIN <span lang="en" id="result_box" class="short_text"><span title="Click for alternate translations" class="hps">connected to a CAN network simultaneously)</span></span>:<br>   /bin/ip link set can0 up type can bitrate 125000 If you want to receive CAN data, use:   candump can0 If you want to send CAN data, use:   cansend can0 -i 0x123 0xaa 0xbb 0xcc 0xdd On the receiver side, you must see the following messages:   can0 123 [4] aa bb cc dd Switch roles and try it again
== How to use serial console ==
4,199
edits