Yoshihiro Asano

FabAcademy2016 from Fablab Kamakura

Output Device

I made sample servo board.

Milling and Soldering is finished,
but programming dosen't work.

Revenge

I retry making wiht Mio-san(FabMaster of kamakura).
Using sample servo borad again, but some parts doesn't remain.
So Mio-san suggest me I should use other parts instead.

load double 10uF capacitor.

Jump In to Out, and power supply from AC adaptor.

When you use AVR writer, programming process changes.
With FabISP, I type "make -f XXX.make program-usbtiny".
But this time, I don't use usb-tiny, so let's look make file.

You can see "program-avrisp2" and
"avrdude -p t44 -P usb -c avrisp2 -U flash:w:hello.servo.44.c.hex".
Let's type it and run in terminal.


I got it! thanks for Mio-san!

Program files are here.