Hi 1mpar,
I don't run Windows 7 nor do I have an USBtinyISP, so bare with me.
- When I try to connect to the board I always get this message: "entering programming mode... FAILED" it happens at the connect/main tab and at the program tab when I click on verify or program. What's wrong?
I assume you followed instructions at
http://www.ladyada.net/make/usbtinyisp/stk500compat.html? Can you post print screens of all the tabs in the AVRISP box? i.e: Main, Program, Fuses, etc.
- How and where do I preview the animations?
What animations are you referring to?
- Is there a way to preview the programming in avr studio? to emulator I can only initialize when I drag and drop a HEX file on it. Isn´t there a interface for the emulator where I can modify the code?
There no quick way for that unfortunately. What I do is define an external tool. Go to menu Tools->Customize, select Tools tab. Click new icon and enter a name like "Emulator". In the command field enter the name of the location of uzem.exe, like "C:\uzebox\sources\trunk\bin\uzem.exe". In Arguments enter the full path to the HEX file, like ""C:\uzebox\sources\trunk\demos\Megatris\default\megatris.hex". Then go back to the commands tab and locate the "Emulator" command you created and drag-and-drop it onto one of the toolbar of the main window.
- What type of file should I upload to the board? at the program tab there are flash, eeprom and elf. which one should I use? Is this the right place to upload the programming to the board?
You use the "Flash" section and upload a HEX file.
Btw, If not already done, you need to download WinAVR. It's the pack that will allow you to use C to program stuff.
-Uze