AVR Dragon + SpokePOV

SpokePOV kit for bikes

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
haak
 
Posts: 9
Joined: Wed Oct 02, 2013 2:33 pm

AVR Dragon + SpokePOV

Post by haak »

Could be used AVRdragon for programming SpokePOV?

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: AVR Dragon + SpokePOV

Post by adafruit_support_rick »

You would use the SPI programming method, as documented here:
http://www.atmel.no/webdoc/avrdragon/av ... ption.html

haak
 
Posts: 9
Joined: Wed Oct 02, 2013 2:33 pm

Re: AVR Dragon + SpokePOV

Post by haak »

I did it like this but spokepov.app (1.4) failed to open the port.
But with avrdude it's normaly working and I flashed spokepov.hex. and I hope with right fuses (-U lfuse:w:0x64:m -U hfuse:w:0xdf:m -U efuse:w:0xff:m0)

I'm on osx 10.8.5 but i tried also 10.6.2. Still with same result.

Could you please share with me default hex files for 2313 and eeprom? I would like to burn it all with avrdude to see if everthing is ok.
regards

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: AVR Dragon + SpokePOV

Post by adafruit_support_rick »

Oh - the spokePOV.app won't work with the Dragon. It's looking for a USBtinyISP.

The hex file is linked on the tutorial downloads page.
Here's the direct link:
http://www.ladyada.net/media/spokepov/s ... re1_01.zip

haak
 
Posts: 9
Joined: Wed Oct 02, 2013 2:33 pm

Re: AVR Dragon + SpokePOV

Post by haak »

and does this .hex includes also some default pictures?
kind regards

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: AVR Dragon + SpokePOV

Post by adafruit_support_rick »

I believe it does, yes.

haak
 
Posts: 9
Joined: Wed Oct 02, 2013 2:33 pm

Re: AVR Dragon + SpokePOV

Post by haak »

I flash it again with avrdude and those fuses (-U lfuse:w:0x64:m -U hfuse:w:0xdf:m -U efuse:w:0xff:m0)
I'm right?

haak
 
Posts: 9
Joined: Wed Oct 02, 2013 2:33 pm

Re: AVR Dragon + SpokePOV

Post by haak »

or -U lfuse:w:0xe4:m -U hfuse:w:0x9d:m

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: AVR Dragon + SpokePOV

Post by adafruit_support_rick »

Where did you get those fuse values? Those aren't the ones in the makefile.
The makefile burns these fuse values: -U lfuse:w:0xe4:m -U hfuse:w:0x9d:m

Also, I looked at the source code, and it does not contain any default pictures. So the .hex file will not have pictures after all.
Sorry. :(

haak
 
Posts: 9
Joined: Wed Oct 02, 2013 2:33 pm

Re: AVR Dragon + SpokePOV

Post by haak »

thanks for fuses.
good to know, that there're no pictures in .hex

I have to build serialISP and find some old PC.
could you share with me schematic for your serial ISP dongle?

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: AVR Dragon + SpokePOV

Post by adafruit_support_rick »

Everything available is linked on the tutorial downloads page.

The USBtinyISP kit is only $22.

Locked
Please be positive and constructive with your questions and comments.

Return to “SpokePOV (discontinued)”