Skip to content

Instantly share code, notes, and snippets.

@jadonk
jadonk / README.md
Last active August 29, 2015 14:03
Decode Octoscroller

This tool uses BeagleLogic to decode the output of LEDscape using the Octoscroller hardware on Adafruit 16x32 and 32x32 LED panels for the purpose of debugging the LEDscape code and verifying the LED panel scan pattern, since I haven't found it clearly documented anywhere.

From http://trmm.net/Octoscroller: The panels are built as six parallel shift registers, each with 32 bits, and twelve 16-channel constant current LED drivers. The connectors have six data and six control inputs each: R1, G1, B1, R2, G2 and B2, and A, B, C, CLK, LTC, OE. The three address select lines, A, B, C, select which two rows are currently displayed (0/8, 1/9, 2/10, etc). On each falling edge of the CLK line, a new bit is shifted in on the six data inputs. On the falling edge of the LAT line, the new data is latched and, when OE is held low, displayed. To save on GPIO lines, the P

@jadonk
jadonk / CARD_0.html
Created July 16, 2014 16:56
Bone101 Tutorial
This will cover the basics
@jadonk
jadonk / CARD_Preview.html
Created July 16, 2014 17:27
Bone101 Tutorial
<p>
Dummy
</p>
@jadonk
jadonk / CARD_Preview.html
Created July 17, 2014 00:09
Bone101 Tutorial
<p>Dummy</p>
@jadonk
jadonk / CARD_Preview.html
Created July 17, 2014 00:09
Bone101 Tutorial
<p>Dummy</p>
@jadonk
jadonk / autosave.json
Last active August 29, 2015 14:04
BONELIST
{"0":{"id":"THISISTHEFIRSTIDYOUWOULDNTUSE"},"1":{"id":"420496deaa4482995c8d"},"2":{"id":"80d77d23e9d9f0820e79"},"3":{"id":"ee14c46afefe975ad946"}}
@jadonk
jadonk / CARD_0.html
Created July 31, 2014 15:19 — forked from DiegoTc/CARD_0.html
Bone101 Tutorial
<p>
</p>
<table class="table table-bordered">
<tbody>
<tr>
<td><span style="font-family: Arial;">
Beagle Bone Black
</span></td>
<td>
<img src="https://learn.adafruit.com/system/assets/assets/000/009/103/medium800/beaglebone_BBB.jpg?1396883195" style="width: 119.25px; height: 72.546875px;">
@jadonk
jadonk / CARD_Preview.html
Created August 6, 2014 16:10
Bone101 Tutorial
<p>Dummy</p>
@jadonk
jadonk / CARD_0.html
Created August 6, 2014 17:35 — forked from DiegoTc/CARD_0.html
Bone101 Tutorial
<h1 style="font-size: 2em; font-family: Arial, Verdana, Helvetica, sans-serif; color: rgb(180, 162, 121); line-height: normal;">digitalRead(pin, [callback])</h1><p style="font-size: 1.1em; line-height: 1.3em; color: rgb(82, 82, 82); font-family: Arial, Helvetica, Verdana, sans-serif;">Read the status of a digital I/O pin.</p><h2 style="font-size: 1.5em; font-family: Arial, Verdana, Helvetica, sans-serif; color: rgb(180, 162, 121); margin: 5px 0px; line-height: normal;">Arguments</h2><ul style="color: rgb(82, 82, 82); font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px;"><li><em>pin</em>: the&nbsp;<a href="http://beagleboard.org/Support/BoneScript/#pin" style="color: rgb(222, 114, 36);">BeagleBone pin</a>&nbsp;identifier</li><li><em>callback</em>: called upon completion</li></ul><h2 style="font-size: 1.5em; font-family: Arial, Verdana, Helvetica, sans-serif; color: rgb(180, 162, 121); margin: 5px 0px; line-height: normal;">Return value</h2><ul style="color: rgb(82, 82, 82); font-family: Arial,
@jadonk
jadonk / CARD_0.html
Created August 9, 2014 16:41 — forked from DiegoTc/CARD_0.html
Bone101 Tutorial
<h1 style="font-size: 2em; font-family: Arial, Verdana, Helvetica, sans-serif; color: rgb(180, 162, 121); line-height: normal;">getPlatform([callback])</h1><h2 style="font-size: 1.5em; font-family: Arial, Verdana, Helvetica, sans-serif; color: rgb(180, 162, 121); margin: 5px 0px; line-height: normal;">Arguments</h2><ul style="color: rgb(82, 82, 82); font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px;"><li><em>callback</em>: called upon completion</li></ul><h2 style="font-size: 1.5em; font-family: Arial, Verdana, Helvetica, sans-serif; color: rgb(180, 162, 121); margin: 5px 0px; line-height: normal;">Return value</h2><ul style="color: rgb(82, 82, 82); font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px;"><li><em>name</em>: name of the board</li><li><em>serialNumber</em>: serial number of the board</li><li><em>version</em>: revision of the board</li><li><em>bonescript</em>: verison of bonescript</li></ul><h2 style="font-size: 1.5em; font-family: Arial, Verdana, Helvetica, sans-s