tzuchiangshen / soem-w5500-rpi

Opensource realtime EtherCAT master for Raspberry pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

soem-w5500-rpi

Opensource realtime EtherCAT master for Raspberry pi

If you are looking for a hard-realtime EtherCAT Master solution for Raspberry pi, this is the only place you have it. All guides are available at http://www.simplerobot.net/

HARDWARE:

  • Raspberry pi (rpi) any version
  • Wiznet W5500 Ethernet chip with SPI interface

SOFTWARE:

BUILD:

DO NOT use master branch, select a working branch according to your raspberry pi and kernel version (or xenomai version).i.e.:

TEST:

  • Check information of all slaves on bus:

    cd test/slaveInfo/
    sudo ./slaveinfo wiz
    
  • Check pdo mapping of all slaves on bus:

    cd test/slaveInfo/
    sudo ./slaveinfo wiz -map
    

About

Opensource realtime EtherCAT master for Raspberry pi

License:GNU General Public License v3.0


Languages

Language:C 89.3%Language:C++ 4.7%Language:Makefile 3.1%Language:Objective-C 2.8%Language:Shell 0.1%