The User Guide is simply used to enable user who just wishes to use the tools provided, without fuss, cloning repositories or needing to contribute.
The mbed-HDK utilises Eagle PCB CAD tool for development. The following details the steps to Install Eagle PCB and how to add the mbed-HDK tools to Eagle to allow rapid development of mbed projects.
Install the necessary tools listed below. Skip any step where a compatible tool already exists.
Step 1. Eagle PCB
- Install Eagle PCB
Step 2. Download mbed-HDK
- Download latest zip here
- Unzip to $HOME
Step 3. Add mbed-HDK tools to Eagle Directories
- Open Eagle, select Control Panel window
- Click Options, Directories
- Change Libraries to:
$EAGLEDIR\lbr;$HOME\mbed-HDK-master/Eagle Tools/lbr
(Windows)$EAGLEDIR/lbr:$HOME/mbed-HDK-master/Eagle Tools/lbr
(OS X)
- Change Design Rules to:
$EAGLEDIR\lbr;$HOME\mbed-HDK-master/Eagle Tools/dru
(Windows)$EAGLEDIR/lbr:$HOME/mbed-HDK-master/Eagle Tools/dru
(OS X)
- Change User Language Programs to:
$EAGLEDIR\lbr;$HOME\mbed-HDK-master/Eagle Tools/ulp
(Windows)$EAGLEDIR/lbr:$HOME/mbed-HDK-master/Eagle Tools/ulp
(OS X)
- Change CAM Jobs to:
$EAGLEDIR\lbr;$HOME\mbed-HDK-master/Eagle Tools/cam
(Windows)$EAGLEDIR/lbr:$HOME/mbed-HDK-master/Eagle Tools/cam
(OS X)