Make

From Fab Lab Wiki - by NMÍ Kvikan
Revision as of 14:58, 28 March 2011 by Frosti (talk | contribs) (New page: Make program for circuits programming in the Fab Lab From [http://academy.cba.mit.edu/classes/embedded_programming/index.html] *install the python-tk package Make the board hello.ft...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Make program for circuits programming in the Fab Lab

From [1]

  • install the python-tk package

Make the board

hello.ftdi.44.cad hello.ftdi.44.png 
hello.ftdi.44.traces.png 
hello.ftdi.44.interior.png

Download the c.code and .make file

hello.ftdi.44.echo.c hello.ftdi.44.echo.c.make
Open terminal write
make -f hello.ftdi.44.echo.c.make
sudo make -f hello.ftdi.44.echo.c.make program-usbtiny-fuses
sudo make -f hello.ftdi.44.echo.c.make program-usbtiny
python term.py /dev/ttyUSB0 115200

If you are programming with avrisp, you should write avrisp2 instead of usbtiny.