You are viewing an older revision! See the latest version
CANopen
CANfestival Framework Running on mbed¶
CANfestival is an open source CANopen framework to turn any uC into a CANopen node.
This page documents how to get started with the CANfestival framework on mbed and install the object dictionary editor on a windows PC.
More detailed information about the CANfestival framework can be found here.
Information about CANopen can be found here.
Gathering the Minimum Requirements¶
The following requirements are necessary for a windows machine.
- Python 2.4 or greater
- Used by the object dictionary and EDS file editor
- Get Python here.
- Gnosis Utils
- Used by the object dictionary and EDS file editor
- Get Gnosis Utils here.
- Mercurial
- Used to get the latest framework and GUI editor
- Get TortiseHg here.
- CANfestival framework
- Contains the most recent source files, framework documentation and GUI editor
- Clone the repository from http://hg.pibit.ch/CanFestival-3
Setup Details¶
- Install Python
- insert install image
- Install Gnosis Utils
- insert install image
- Install TortiseHg
- insert install image
- Clone CANfestival repository
- insert clone image
Examples¶
Master node
[Not found]
Slave node
[Not found]