This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
projects:assembly_car [2013/12/19 23:17] etappan [Hardware Implementation] |
projects:assembly_car [2013/12/20 14:49] (current) etappan [Files] |
||
|---|---|---|---|
| Line 201: | Line 201: | ||
| * [[http://extremeelectronics.co.in/avr-tutorials/timers-in-compare-mode-part-i/ | AVR Timers]]: This series of articles is a good resource for timers and PWM in AVR. Read as far back as you need to given your application. | * [[http://extremeelectronics.co.in/avr-tutorials/timers-in-compare-mode-part-i/ | AVR Timers]]: This series of articles is a good resource for timers and PWM in AVR. Read as far back as you need to given your application. | ||
| ==== Files ==== | ==== Files ==== | ||
| + | {{:projects:CompArchRobit.zip}}: A .zip archive with all of our assembly. robit.S is our main working build. Similarly-named files are backups of partially functional builds or else broken test builds. Running the following from a command line/prompt will build and deploy robit.S on Com10. Change the flash.bat file as needed to reflect the actual Com Port in use. | ||
| + | <code> | ||
| + | > cd "CompArch Robit" | ||
| + | > make | ||
| + | Yes. Done. Good. :) | ||
| + | > flash | ||
| + | [...So much output... Holy cow...] | ||
| + | </code> | ||
| + | |||
| + | {{:projects:Robit_Movie.zip}}: An early example of the car in motion. Later builds were less likely to capsize. | ||