Tools:
Soldering Iron
Modela milling machine
python - term.py
a computer
a serial connection
For TEMP BOARD
Compile c file
sudo make -f hello.temp.45.make
flash using avrdude:
avrdude -p t45 -c usbtiny -U flash:w:hello.temp.45.c.hex
flash using make:
sudo make -f hello.temp.45.make program-usbtinySerial communication via command window: type this in your command line
python Rx.py /dev/tty.usbserial-FTF8B11E 9600
where usbserial-FTF8B11E is your FTDI port. To find out what this is,
plug in your FTDI cable and on your command line type:
ls /dev
Using Python Ptinker: type this in the command window
python hello.temp.45.py /dev/tty.usbserial-FTF8B11E
I managed to get an ERROR message when I did this. I am continuing to try to work out what I am doing wrong. Dean Rose went through the process step by step with me twice. I filmed it, have gone over it, so I now understand the process.