Got my Chip, Programmer & Software

Thread Starter

Chris15

Joined Apr 15, 2009
252
Ok it is all connected now, with the USB Cable separate power supply where does that go on the board, which pins on the ATtiny13A get connected to the 5+ from that USB Poer supply?

Like, the USB Cable is plugged into my Computer, then the other side is a Negative and Positive lead, where do they go into?
 

hgmjr

Joined Jan 28, 2005
9,027
Retched is correct. The +5V lead connects to pin 8 on the AVR and ground lead connects to pin four on the AVR.

hgmjr
 

Thread Starter

Chris15

Joined Apr 15, 2009
252
Iritator

that is the name

I think you should know that i made that hex file by renaming a notepad document that contained the hex file to iritator.hex

it is :
:1000000009C018951895189518951895189518956C
:10001000189518958FE98DBFC0E8E8E74E2EDD27CB
:100020005D2EEEE3F0E0A0E6B0E0A89584B7082EE0
:10003000877F84BF88E1992781BD91BD88278D93F3
:100040003197E9F7662480E087BB81E088BB002711
:10005000A6E38C9181FB0EF401E040E0041709F067
:10006000ADC08FEF87BBB89AEAE2F0E088E891E094
:100070000197C09AA9D0C098A7D0482F492BC1F7A3
:10008000B89AE0E3F0E08EE591E00197C09A9CD049
:10009000C0989AD0482F492BC1F7B89AECE4F0E009
:1000A00088EB91E00197C09A8FD0C0988DD0482FEF
:1000B000492BC1F7B89AE4E4F0E08EEE91E00197A5
:1000C000C09A82D0C09880D0482F492BC1F7B89AE7
:1000D000E0E3F0E08AE491E00197C09A75D0C0981F
:1000E00073D0482F492BC1F7B89AE9E3F0E086E2D4
:1000F00091E00197C09A68D0C09866D0482F492BEC
:10010000C1F7B89AEFE5F0E08EE591E00197C09A6B
:100110005BD0C09859D0482F492BC1F7B89AE5E574
:10012000F0E088E891E00197C09A4ED0C0984CD09A
:10013000482F492BC1F7B89AE9E3F0E086E291E055
:100140000197C09A41D0C0983FD0482F492BC1F7A2
:10015000B89AE0E4F0E086E091E00197C09A34D0EC
:10016000C09832D0482F492BC1F7B89AE5E6F0E0A5
:100170008AE491E00197C09A27D0C09825D0482FF3
:10018000492BC1F7B89AE5E5F0E088E891E00197DE
:10019000C09A1AD0C09818D0482F492BC1F7B89AE6
:1001A000E0E4F0E08CE092E00197C09A0DD0C098B6
:1001B0000BD0482F492BC1F780E087BB48CFF8947C
:1001C000FFCF3197F1F70895AE2FBF2F11974A2F28
:1001D0004B2BE1F70895689462F80895E89462F86B
:0201E000089580
:00000001FF

Thats the hex, it was in a notepad document, i renamed it to 'Irritator.hex' then i cliked save with All files selected
 

hgmjr

Joined Jan 28, 2005
9,027
OK. I understand that your hex file is called irritator.hex.

Click on the PROJECT menu selection across the top of your AVRSTUDIO4 and select project wizard.

hgmjr
 

Thread Starter

Chris15

Joined Apr 15, 2009
252
maybe it would be easier if you explained more steps in each post, i dont want to be rude but its a little easier, unless the steps are getting more complicated then once at a time is easier

Thanks
 

hgmjr

Joined Jan 28, 2005
9,027
There is a sub-window labeled Project type: You should see the selection "Atmel AVR Assembler. Make note of the path showing in the "location" line since that is where your project files will end up being stored. Now click on "Atmel AVR Assembler". You will next need to type irritator in the "Project name" line. Check the box for "Create Initial File" and "Create Folder". Then click on NEXT.

hgmjr
 

hgmjr

Joined Jan 28, 2005
9,027
OK. I will combine instruction when I can.

Select "AVR Simulator" in the "Debug platform" sub-window. Then scroll down the items in the "Device" sub-window until you get to ATTINY13 or ATTINY13A depending on which one you have. Then you can click on "finish".

You will end up in the program edit window.

hgmjr
 

Thread Starter

Chris15

Joined Apr 15, 2009
252
Yes i have done that, at the bottom in the build area it says"

Loaded plugin STK500
Loaded plugin Atmel AVR Assembler
Loaded partfile: C:\Program Files\Atmel\AVR Tools\PartDescriptionFiles\ATtiny13A.xml
 
Top