AVR programmer USB device not found

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
User avatar
RobH
Posts: 95
Joined: Wed Sep 11, 2013 7:51 pm
Has thanked: 29 times
Been thanked: 17 times
Contact:

AVR programmer USB device not found

Post by RobH »

I've purchased this programmer:

https://www.sparkfun.com/products/9825

and cannot get FC6.1.1 to find it or use it. It works well with arduino software, so I know it is functioning. Here is the parameters I use in FC6.1.1:
AVRdefault.FCS
(795 Bytes) Downloaded 335 times
Thank you for all help.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: AVR programmer USB device not found

Post by Benj »

Hello Rob,

Please can you try these settings. Fingers crossed they will work for you.
usbtiny.FCS
(803 Bytes) Downloaded 272 times
Let us know how you get on with the programmer, the AVRISP is now end of life so we are looking for a replacement. The unit you use looks good but I think ideally we need something in a protective case.

User avatar
RobH
Posts: 95
Joined: Wed Sep 11, 2013 7:51 pm
Has thanked: 29 times
Been thanked: 17 times
Contact:

Re: AVR programmer USB device not found

Post by RobH »

We're getting closer! Here's the error message:
Reading | ################################################## | 100% -0.00s

avrdude.exe: Device signature = 0x1e930b
avrdude.exe: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude.exe: erasing chip
avrdude.exe: reading input file "attiny85"
avrdude.exe: error opening attiny85: No such file or directory
avrdude.exe: input file attiny85 auto detected as invalid format
avrdude.exe: can't open input file attiny85: No such file or directory
avrdude.exe: read from file 'attiny85' failed

avrdude.exe done. Thank you.


Error returned from [avrdude]

C:\Program Files (x86)\Flowcode 6\compilers\avr\batchfiles\avrc_usbtiny.bat reported error code 1


FINISHED
ATTINY85 is not the name of my fcfx file.
test.fcfx
(3.33 KiB) Downloaded 228 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: AVR programmer USB device not found

Post by Benj »

Hi Rob,

Ok Please can you try this alternate batch file.
avrc_usbtiny.bat
(1.5 KiB) Downloaded 276 times
It needs to be placed here "C:\Program Files (x86)\Flowcode 6\compilers\avr\batchfiles" in your installation.

Fingers crossed this one will work correctly.

User avatar
RobH
Posts: 95
Joined: Wed Sep 11, 2013 7:51 pm
Has thanked: 29 times
Been thanked: 17 times
Contact:

Re: AVR programmer USB device not found

Post by RobH »

That worked. I appreciate you staying on this with me.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: AVR programmer USB device not found

Post by Benj »

Thanks for letting me know and glad it's working :D

I've put the new batchfile into the code base now so it will be fixed in the next release.

Post Reply