SparkFun Forums 

Where electronics enthusiasts find answers.

Your source for all things Atmel.
User avatar
By leon_heller
#54182
The details you need are in the data sheet.

Leon
By julienb
#54185
datasheet of the backpack?
User avatar
By leon_heller
#54189
Yes.

Leon
By julienb
#54190
in this one, there isn't informations about that
http://www.sparkfun.com/datasheets/Comp ... ckpack.pdf
or it may be "crypted" in the document :)

it could be nice if someone tell me about that


I know how to reset max7221 led driver for example
but the only way for me with backpack is the reset switch :roll:
User avatar
By leon_heller
#54192
It's got the values you need to send via the SPI interface. What else do you need?

Leon
By julienb
#54193
1/ how to reset the board via spi (without physically using switch)
2/ how to manage intensities (I guess that there only one intensity for all the matrix because no individual dimming provided)

at least these 2...


and, as i wrote up above, it isn't written.
I looked at Atmega8 datasheet :
p40/308, there is the external reset method.
low level on pin ~reset

but could we send a byte via spi to do that???


the *real question is:
could we have the avr code already dumped in the atmega8 ?
or should we use avr studio to get it ?!
User avatar
By leon_heller
#54196
It comes with the program already loaded.

There don't seem to be reset or dimming commands. You'd have to write those yourself.

Leon
By julienb
#54197
okay.
I'd have to dive deeper in ICSP use in order to add a reset function