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.

2013_03_10_yasab.mob.html 7.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Blog - xythobuz.de</title>
  6. <meta name="description" content="Electronics &amp; Software Projects" />
  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 id="header">
  31. <h1>xythobuz.de</h1>
  32. <p><a href="http://xythobuz.de/lastmusic">♫</a></p>
  33. <h2>Blog</h2>
  34. </div>
  35. <div class="colmask leftmenu"><div class="colleft">
  36. <div class="content">
  37. <h2>xyCopter loves YASAB</h2>
  38. <p><em>Posted at March 10, 2013.</em></p>
  39. <p>Jetzt hat meine xyCopter App eine YASAB Implementation. So kann man per Bluetooth die Firmware des Quadrocopters vom Tablet aus neu flashen. Und woher hat die App das Firmware Hexfile? Aus Dropbox! Wenn das mal nicht geil ist... :D</p> </p>
  40. <p><a href="/img/xyCopterFirmware.png"><img alt="Screenshot" src="/img/xyCopterFirmware_small.png" /></a> </p>
  41. <p>Allerdings funktioniert Dropbox Integration und OpenSource nicht so wirklich... Man muss sich also eine <a href="https://www.dropbox.com/developers/apps">eigene App bei Dropbox registrieren</a> und den Key und das Secret dann im <a href="https://github.com/xythobuz/xyControl/blob/master/tools/xyCopter/AndroidManifest.xml">Manifest</a> und im <a href="https://github.com/xythobuz/xyControl/blob/master/tools/xyCopter/src/org/xythobuz/xycopter/MainActivity.java">Code</a> eintragen...</p>
  42. <span id="flattr">
  43. <a class="FlattrButton" href="http://www.xythobuz.de/2013_03_10_yasab.html" title="Blog">Blog</a>
  44. </span>
  45. <span id="twitter">
  46. <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>
  47. </span>
  48. <div id="disqus_thread"></div>
  49. <script type="text/javascript">
  50. var disqus_shortname = "xythobuz";
  51. (function() {
  52. var dsq = document.createElement("script"); dsq.type = "text/javascript"; dsq.async = true;
  53. dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
  54. (document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(dsq);
  55. })();
  56. </script>
  57. <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  58. <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
  59. </div>
  60. <div class="nav">
  61. <h3>Thomas Buck</h3>
  62. <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
  63. <p id="bio">
  64. 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>.
  65. </p>
  66. <ul id="menuList">
  67. <li><a href="/index.html">Home</a></li>
  68. <li><a href="/blog.html">Blog</a></li>
  69. <li><a href="/contact.html">Contact</a></li>
  70. <li>&nbsp;</li>
  71. <li><a href="/ledcube.html">8x8x8 LED Cube</a></li>
  72. <li><a href="/yasab.html">YASAB AVR Bootloader</a></li>
  73. <li><a href="/avrnetstack.html">avrNetStack</a></li>
  74. <li><a href="/xycontrol.html">xyControl</a></li>
  75. <li><a href="/avrserial.html">AVR Serial Library</a></li>
  76. <li><a href="/serialdebug.html">Serial Debug</a></li>
  77. <li><a href="/ledmatrix.html">LED Matrix</a></li>
  78. <li><a href="/ssop28.html">SSOP28 - DIL Adapter</a></li>
  79. <li><a href="/xyrobot.html">xyRobot</a></li>
  80. <li><a href="/bluetooth.html">Bluetooth UART (BTM-222)</a></li>
  81. <li><a href="/k6x4008.html">K6x4008 SRAM</a></li>
  82. <li><a href="/xyrobotremote.html">xyRobotRemote</a></li>
  83. <li><a href="/rremote.html">rRemote</a></li>
  84. <li>&nbsp;</li>
  85. <li><a href="/c250.html">Mio C250 Unlock</a></li>
  86. <li><a href="/nas.html">IB-NAS6210 Linux</a></li>
  87. <li><a href="/ultimatenotifier.html">Ultimate Notifier Script</a></li>
  88. <li><a href="/serialhelper.html">Serial Helper</a></li>
  89. </ul>
  90. <div id="recent">
  91. Recent blog posts:
  92. <ul id="recentList">
  93. <li class="recentList"><a href="/2013_05_09_itunes.html">Musikgeschmack</a></li><li class="recentDate">2013-05-09</li>
  94. <li class="recentList"><a href="/2013_05_05_debian.html">Debian Update</a></li><li class="recentDate">2013-05-05</li>
  95. <li class="recentList"><a href="/2013_04_26_iphone_lens.html">iPhone Linse</a></li><li class="recentDate">2013-04-26</li>
  96. <li class="recentList"><a href="/2013_04_24_bitrot.html">Softwareverrottung</a></li><li class="recentDate">2013-04-24</li>
  97. <li class="recentList"><a href="/2013_04_23_pad.html">PCB Pads suck</a></li><li class="recentDate">2013-04-23</li>
  98. </ul>
  99. </div>
  100. </div>
  101. </div></div>
  102. <img id="dude" alt="The Dude abides..." src="/img/dude.png">
  103. <img id="walter" alt="Mark it zero!" src="/img/walter.png">
  104. <div id="footer">
  105. Built with <a href="http://bitbucket.org/obensonne/poole">Poole</a>
  106. &middot;
  107. Licensed as <a href="http://creativecommons.org/licenses/by/3.0">CC-BY</a>
  108. &middot;
  109. <a href="http://validator.w3.org/check?uri=referer">Validate HTML</a>
  110. &middot;
  111. <a href="http://jigsaw.w3.org/css-validator/validator?uri=xythobuz.de%2Fstyle.css&amp;profile=css3">Validate CSS</a>
  112. &middot;
  113. <a href="http://feed1.w3.org/check.cgi?url=http://www.xythobuz.de/rss.xml">Validate RSS</a>
  114. &middot;
  115. <a href="http://www.validome.org/google/validate?url=http://www.xythobuz.de&amp;googleTyp=SITEMAP">Validate Sitemap</a>
  116. </div>
  117. <img src="/stats/count.php?img" alt="Analytics">
  118. <script src="http://gitforked.com/api/1.1/button.js" type="text/javascript"></script>
  119. <script type="text/javascript">
  120. var _gaq = _gaq || [];
  121. _gaq.push(['_setAccount', 'UA-39163591-1']);
  122. _gaq.push(['_setDomainName', 'xythobuz.org']);
  123. _gaq.push(['_setAllowLinker', true]);
  124. _gaq.push(['_trackPageview']);
  125. (function() {
  126. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  127. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  128. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  129. })();
  130. </script>
  131. </body>
  132. </html>