|
@@ -29,8 +29,6 @@ My friends Max (<hutattedonmyarm@me.com>) and Felix built this single-color 8x8x
|
29
|
29
|
|
30
|
30
|
## Hardware
|
31
|
31
|
|
32
|
|
-**Warning:** Frank mailed me and explained that the FRAM is operating outside of it's absolute maximum ratings. It should get 3.3V, not 5V. I'll probably update the board and schematic, soon. It seems to work, regardless. **Beware!**
|
33
|
|
-
|
34
|
32
|
An AtMega32 controls 8 8bit Latches. These 64 bits control, via a PNP Transistor, the anodes of 8 LEDs, each.
|
35
|
33
|
|
36
|
34
|
There are also 8 N-Channel MOSFETs connected to the AtMega32. They each control the cathodes of 64 LEDs on a Y-Plane.
|
|
@@ -41,6 +39,10 @@ There's also an AtMega8 which acts as a TWI Slave and sends audio data to the At
|
41
|
39
|
|
42
|
40
|
An extensive part list can be found in the Github repository, in Hardware, called parts.txt.
|
43
|
41
|
|
|
42
|
+Frank mailed me and explained that the FRAM is operating outside of it's absolute maximum ratings. It should get 3.3V, not 5V. I'll probably update the board and schematic, soon. It seems to work, regardless.
|
|
43
|
+
|
|
44
|
+Kay also mailed me. It seems as if the FRAM used is no longer available, but FM24C04BG is a viable replacement part. It has the same pinout and package, and even supports 5V operation, so the problem Frank encountered has solved itself.
|
|
45
|
+
|
44
|
46
|
<div class="yoxview">
|
45
|
47
|
<a href="img/cube10.jpg" class="thumbnail">
|
46
|
48
|
<img src="img/cube10_small.jpg" alt="Photo" title="Prototype in Action">
|