My static website generator using poole https://www.xythobuz.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ledcube.de.mob.html 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>8x8x8 LED Wuerfel - xythobuz.de</title>
  6. <meta name="description" content="AVR LED Cube with Java Software and Music Visualization" />
  7. <meta name="keywords" content="xythobuz" />
  8. <link rel="author" href="/xythobuz@xythobuz.de">
  9. <link rel="shortcut icon" href="/img/favicon.ico">
  10. <script type="text/javascript" src="/js/sh_main.js"></script>
  11. <link type="text/css" rel="stylesheet" href="/css/sh_bright.min.css" />
  12. <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
  13. <link rel="alternate" type="application/rss+xml" title="Blog" href="/rss.xml">
  14. <link rel="stylesheet" href="/css/gh-fork-ribbon.css" />
  15. <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
  16. <script type='text/javascript'>
  17. /* <![CDATA[ */
  18. (function() {
  19. var s = document.createElement('script');
  20. var t = document.getElementsByTagName('script')[0];
  21. s.type = 'text/javascript';
  22. s.async = true;
  23. s.src = '//api.flattr.com/js/0.6/load.js?mode=auto&uid=xythobuz&category=text';
  24. t.parentNode.insertBefore(s, t);
  25. })();
  26. /* ]]> */
  27. </script>
  28. </head>
  29. <body onload="sh_highlightDocument('/js/sh/', '.min.js');">
  30. <div class="github-fork-ribbon-wrapper right">
  31. <div class="github-fork-ribbon"><a href="
  32. https://github.com/xythobuz/LED-Cube
  33. ">Fork me on GitHub</a></div></div>
  34. <div id="header">
  35. <h1>xythobuz.de</h1>
  36. <p><a href="http://xythobuz.de/lastmusic">♫</a></p>
  37. <h2><a href="http://www.liveleak.com/view?i=0cd_1295609192">"It turns blue..."</a></h2>
  38. </div>
  39. <div id="lang"><span id="lang2">Translation:
  40. <a href='ledcube.de.html'>de</a> | <a href='ledcube.html'>en</a>
  41. </span></div>
  42. <div class="colmask leftmenu"><div class="colleft">
  43. <div class="content">
  44. <h1>8x8x8 LED Wuerfel</h1>
  45. <p>Downloade die <a href="https://github.com/xythobuz/LED-Cube/zipball/master">aktuelle Codebase als Zip</a>.</p>
  46. <iframe width="640" height="360" src="http://www.youtube.com/embed/czxCxTBSgHM?feature=player_detailpage" frameborder="0" allowfullscreen></iframe>
  47. <p><a href="http://www.youtube.com/watch?v=czxCxTBSgHM"><code>Youtube Direktlink</code></a></p>
  48. <p>Als Schulprojekt und für den Explore-IT Wettbewerb von SAP in Markdorf haben meine zwei Teamkollegen, Max <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#104;&#117;&#116;&#97;&#116;&#116;&#101;&#100;&#111;&#110;&#109;&#121;&#97;&#114;&#109;&#64;&#109;&#101;&#46;&#99;&#111;&#109;">&#104;&#117;&#116;&#97;&#116;&#116;&#101;&#100;&#111;&#110;&#109;&#121;&#97;&#114;&#109;&#64;&#109;&#101;&#46;&#99;&#111;&#109;</a> und Felix, zusammen mit mir diesen einfarbigen 8x8x8 LED Cube gebaut. Für Interessierte hier alle Software sowie Schaltplan und Boardlayout unter der GPLv3. Viel Freude damit.</p>
  49. <p><a href="/img/cube14.jpg"><img alt="Foto 1" src="/img/cube14_small.jpg" /></a>
  50. <a href="/img/cube11.jpg"><img alt="Foto 2" src="/img/cube11_small.jpg" /></a></p>
  51. <h2>Hardware</h2>
  52. <p>Ein AtMega32 steuert über einen 8bit Bus 8 Latches. Diese 64 bit steuern über je einen PNP Transistor die Anoden von jeweils 8 übereinander liegenden LEDs.</p>
  53. <p>Des weiteren steuert der Prozessor 8 N-Kanal MOSFETs welche die Kathoden von 64 in einer x-z Ebene liegenden LEDs steuern.</p>
  54. <p>Ausserdem kommuniziert der AtMega32 über einen FT232RL per USB mit einem PC. Ãœber den TWI (I2C) Bus wird auf ein 1MBit FRAM zugegriffen.</p>
  55. <p>Zusätzlich ist ein AtMega8 auf der Platine. Dieser liest über einen MSGEQ7 ein Audiosignal und sendet dieses über TWI an den AtMega32.</p>
  56. <p>Eine ausführlichere Bauteilliste findet sich im Github Repository, im Ordner Hardware als parts.txt.</p>
  57. <p><a href="/img/cube10.jpg"><img alt="Foto 3" src="/img/cube10_small.jpg" /></a>
  58. <a href="/img/cube12.jpg"><img alt="Foto 4" src="/img/cube12_small.jpg" /></a></p>
  59. <h2>Software</h2>
  60. <p>Die Software besteht aus 3 großen Teilen, die CubeFirmware für den AtMega32, die AudioFirmware für den AtMega8 und CubeControl. Letzteres ist eine Plattformunabhängige Java Software, welche es erlaubt, Animationen für den LED Cube zu erstellen und diese an den Cube zu übertragen. Hierfür wird Java3D benötigt.</p>
  61. <h3>Cube Firmware</h3>
  62. <p>Die Hauptaufgabe der CubeFirmware ist es, Animationen aus dem FRAM zu laden und anzuzeigen. Nebenbei wird auf Anfragen per USB gewartet und entsprechend gehandelt. Auf Knopfdruck steuert die CubeFirmware den AtMega8 an, um Audio Daten zu visualisieren.</p>
  63. <p><a href="/img/kuehler1.jpg"><img alt="Foto 7" src="/img/kuehler1_small.jpg" /></a>
  64. <a href="/img/kuehler2.jpg"><img alt="Foto 8" src="/img/kuehler2_small.jpg" /></a></p>
  65. <h3>Audio Firmware</h3>
  66. <p>Die AudioFirmware liest den MSGEQ7 aus, um bei entsprechender Anfrage über TWI diese Daten zu übertragen.</p>
  67. <h3>CubeControl</h3>
  68. <p>Neben einigen Java Klassen um einen 3D LED Würfel darzustellen und mit diesem zu interagieren, besteht CubeControl auch aus einer Java Native Interface (JNI) Library, welche sowohl unter Windows als auch unter Unix die serielle Kommunikation für CubeControl ermöglicht. Für die 3D Darstellung wird <a href="http://www.oracle.com/technetwork/java/javase/tech/index-jsp-138252.html">Java3D</a> benötigt. In der OS X Lion Variante von Java ist dies bereits enthalten, für Windows und Linux muss es separat heruntergeladen werden.</p>
  69. <p><a href="/img/cubecontrol.png"><img alt="Screenshot" src="/img/cubecontrol_small.png" /></a>
  70. <a href="/img/cubeschem.png"><img alt="Schematic" src="/img/cubeschem_small.png" /></a></p>
  71. <h3>Hardware Emulator</h3>
  72. <p>Ein kleines Projekt, welches unter Unix ein Pseudo Terminal öffnet und die Cube Hardware emuliert. Kann zum testen von CubeControl genutzt werden.</p>
  73. <h3>UploadTest</h3>
  74. <p>Ein kleines CLI Tool um Testdaten und mit CubeControl gespeicherte Animationen an den Cube zu senden.</p>
  75. <h2>Download</h2>
  76. <p>Im <a href="https://github.com/xythobuz/LED-Cube">GitHub Repository</a> findet sich der gesamte Code sowie die Eagle Dateien und Schaltplan und Layout als PNGs.</p>
  77. <p><a href="/img/cube13.jpg"><img alt="Foto 5" src="/img/cube13_small.jpg" /></a>
  78. <a href="/img/cube15.jpg"><img alt="Foto 6" src="/img/cube15_small.jpg" /></a></p>
  79. <span id="flattr">
  80. <a class="FlattrButton" href="http://www.xythobuz.de/ledcube.de.html" title="8x8x8 LED Wuerfel">AVR LED Cube with Java Software and Music Visualization</a>
  81. </span>
  82. <span id="twitter">
  83. <a href="https://twitter.com/share" class="twitter-share-button" data-via="xythobuz" data-dnt="true" data-related="xythobuz" data-count="vertical">Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
  84. </span>
  85. <span id="reddit">
  86. <script type="text/javascript">reddit_url = "http://www.xythobuz.de/ledcube.de.html";</script>
  87. <script type="text/javascript" src="http://www.reddit.com/static/button/button2.js"></script>
  88. </span>
  89. <span id="github">
  90. <a href="https://github.com/xythobuz/LED-Cube" class="gitforked-button gitforked-forks gitforked-watchers">Fork</a>
  91. </span>
  92. <div id="print"><script>var pfHeaderImgUrl = '';var pfHeaderTagline = '';var pfdisableClickToDel = 0;var pfHideImages = 0;var pfImageDisplayStyle = 'right';var pfDisablePDF = 0;var pfDisableEmail = 0;var pfDisablePrint = 0;var pfCustomCSS = '';var pfBtVersion='1';(function(){var js, pf;pf = document.createElement('script');pf.type = 'text/javascript';if('https:' == document.location.protocol){js='https://pf-cdn.printfriendly.com/ssl/main.js'}else{js='http://cdn.printfriendly.com/printfriendly.js'}pf.src=js;document.getElementsByTagName('head')[0].appendChild(pf)})();</script><a href="http://www.printfriendly.com" style="color:#6D9F00;text-decoration:none;" class="printfriendly" onclick="window.print();return false;" title="Printer Friendly and PDF"><img style="border:none;margin:0 6px" src="https://pf-cdn.printfriendly.com/images/icons/pf-print-icon.gif" width="16" height="15" alt="Print Friendly Version of this page" />Print <img style="border:none;margin:0 6px" src="https://pf-cdn.printfriendly.com/images/icons/pf-pdf-icon.gif" width="12" height="12" alt="Get a PDF version of this webpage" />PDF</a></div>
  93. <div id="disqus_thread"></div>
  94. <script type="text/javascript">
  95. var disqus_shortname = "xythobuz";
  96. (function() {
  97. var dsq = document.createElement("script"); dsq.type = "text/javascript"; dsq.async = true;
  98. dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
  99. (document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(dsq);
  100. })();
  101. </script>
  102. <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  103. <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
  104. </div>
  105. <div class="nav">
  106. <h3>Thomas Buck</h3>
  107. <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
  108. <p id="bio">
  109. I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as <a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a> on my <a href="https://github.com/xythobuz">GitHub Profile</a>.
  110. </p>
  111. <ul id="menuList">
  112. <li><a href="/index.html">Home</a></li>
  113. <li><a href="/blog.html">Blog</a></li>
  114. <li><a href="/contact.html">Contact</a></li>
  115. <li>&nbsp;</li>
  116. <li><a href="/ledcube.html">8x8x8 LED Cube</a></li>
  117. <li><a href="/yasab.html">YASAB AVR Bootloader</a></li>
  118. <li><a href="/avrnetstack.html">avrNetStack</a></li>
  119. <li><a href="/xycontrol.html">xyControl</a></li>
  120. <li><a href="/avrserial.html">AVR Serial Library</a></li>
  121. <li><a href="/serialdebug.html">Serial Debug</a></li>
  122. <li><a href="/ledmatrix.html">LED Matrix</a></li>
  123. <li><a href="/ssop28.html">SSOP28 - DIL Adapter</a></li>
  124. <li><a href="/xyrobot.html">xyRobot</a></li>
  125. <li><a href="/bluetooth.html">Bluetooth UART (BTM-222)</a></li>
  126. <li><a href="/k6x4008.html">K6x4008 SRAM</a></li>
  127. <li><a href="/xyrobotremote.html">xyRobotRemote</a></li>
  128. <li><a href="/rremote.html">rRemote</a></li>
  129. <li>&nbsp;</li>
  130. <li><a href="/c250.html">Mio C250 Unlock</a></li>
  131. <li><a href="/nas.html">IB-NAS6210 Linux</a></li>
  132. <li><a href="/ultimatenotifier.html">Ultimate Notifier Script</a></li>
  133. <li><a href="/serialhelper.html">Serial Helper</a></li>
  134. </ul>
  135. <div id="recent">
  136. Recent blog posts:
  137. <ul id="recentList">
  138. <li class="recentList"><a href="/2013_05_09_itunes.html">Musikgeschmack</a></li><li class="recentDate">2013-05-09</li>
  139. <li class="recentList"><a href="/2013_05_05_debian.html">Debian Update</a></li><li class="recentDate">2013-05-05</li>
  140. <li class="recentList"><a href="/2013_04_26_iphone_lens.html">iPhone Linse</a></li><li class="recentDate">2013-04-26</li>
  141. <li class="recentList"><a href="/2013_04_24_bitrot.html">Softwareverrottung</a></li><li class="recentDate">2013-04-24</li>
  142. <li class="recentList"><a href="/2013_04_23_pad.html">PCB Pads suck</a></li><li class="recentDate">2013-04-23</li>
  143. </ul>
  144. </div>
  145. </div>
  146. </div></div>
  147. <img id="dude" alt="The Dude abides..." src="/img/dude.png">
  148. <img id="walter" alt="Mark it zero!" src="/img/walter.png">
  149. <div id="footer">
  150. Built with <a href="http://bitbucket.org/obensonne/poole">Poole</a>
  151. &middot;
  152. Licensed as <a href="http://creativecommons.org/licenses/by/3.0">CC-BY</a>
  153. &middot;
  154. <a href="http://validator.w3.org/check?uri=referer">Validate HTML</a>
  155. &middot;
  156. <a href="http://jigsaw.w3.org/css-validator/validator?uri=xythobuz.de%2Fstyle.css&amp;profile=css3">Validate CSS</a>
  157. &middot;
  158. <a href="http://feed1.w3.org/check.cgi?url=http://www.xythobuz.de/rss.xml">Validate RSS</a>
  159. &middot;
  160. <a href="http://www.validome.org/google/validate?url=http://www.xythobuz.de&amp;googleTyp=SITEMAP">Validate Sitemap</a>
  161. </div>
  162. <img src="/stats/count.php?img" alt="Analytics">
  163. <script src="http://gitforked.com/api/1.1/button.js" type="text/javascript"></script>
  164. <script type="text/javascript">
  165. var _gaq = _gaq || [];
  166. _gaq.push(['_setAccount', 'UA-39163591-1']);
  167. _gaq.push(['_setDomainName', 'xythobuz.org']);
  168. _gaq.push(['_setAllowLinker', true]);
  169. _gaq.push(['_trackPageview']);
  170. (function() {
  171. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  172. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  173. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  174. })();
  175. </script>
  176. </body>
  177. </html>