<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://localhost:8880/blog" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>macetech.com - Projects</title>
 <link>http://localhost:8880/blog/taxonomy/term/2/all</link>
 <description></description>
 <language>en</language>
<item>
 <title>Audio Sensor Development Part 4: Taming the Transient Tiger</title>
 <link>http://localhost:8880/blog/node/144</link>
 <description>&lt;p&gt;It’s been a long time since &lt;a href=&quot;/blog/node/140&quot;&gt;Part 3 of this design series&lt;/a&gt;, but most of that is because we solved the main problems with the design and &lt;a href=&quot;http://macetech.com/store/index.php?main_page=product_info&amp;cPath=15&amp;products_id=61&quot;&gt;moved into production&lt;/a&gt;. In this article, I’ll go over the changes and release the OSHW design files for the newest version of the Shades Audio Sensor.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/blog/images/ShadesAudioSensorV2_PCB_top.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;The first major problem with the sensor was, at no surprise to any analog designer, power supply noise. The RGB Shades posed a perfect recipe for analog difficulty:&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;A low voltage power supply delivered through several feet of thin cable&lt;/li&gt;
 &lt;li&gt;68 RGB (or 204 individual) LEDs on the same supply, controlled via PWM&lt;/li&gt;
 &lt;li&gt;An electret microphone with millivolt-level output&lt;/li&gt;
 &lt;li&gt;A single-supply op-amp with about 30x gain&lt;/li&gt;
 &lt;li&gt;A mixed analog/digital chip with another 12x gain&lt;/li&gt;
 &lt;li&gt;Positive feedback (explained more below)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The positive feedback issue was pretty difficult. Any supply noise from the LEDs would leak into the microphone supply circuit, which would then be amplified greatly along with the actual audio signal. This audio signal was processed and used to drive the LEDs. Since most audio-reactive patterns show more/brighter LEDs when there is higher audio input signal, this could cause a feedback loop that drove the input to the top of the range and kept it there.&lt;/p&gt;

&lt;p&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://localhost:8880/blog/node/144&quot;&gt;&amp;nbsp;&lt;B&gt;Read&amp;nbsp;more&amp;raquo;&lt;/B&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <comments>http://localhost:8880/blog/node/144#comments</comments>
 <category domain="http://localhost:8880/blog/taxonomy/term/2">Projects</category>
 <pubDate>Thu, 19 Jan 2017 01:57:14 +0000</pubDate>
 <dc:creator>Garrett</dc:creator>
 <guid isPermaLink="false">144 at http://localhost:8880/blog</guid>
</item>
<item>
 <title>Using the Shades Audio Sensor without RGB Shades</title>
 <link>http://localhost:8880/blog/node/143</link>
 <description>&lt;p&gt;While the &lt;a href=&quot;http://macetech.com/store/index.php?main_page=product_info&amp;products_id=61&quot;&gt;Shades Audio Sensor&lt;/a&gt; was designed to work with the &lt;a href=&quot;http://macetech.com/store/index.php?main_page=product_info&amp;cPath=14&amp;products_id=59&quot;&gt;RGB Shades&lt;/a&gt;, it&#039;s really just a breakout board for the MSGEQ7 spectrum analyzer chip. It also has a microphone, pre-amplifier, and gain switch to select high and low sensitivity modes. We&#039;ve gone through a number of revisions of the hardware, mostly fine-tuning the power supply filtering to make the Shades Audio Sensor reject most of the power supply noise caused by LED applications.&lt;/p&gt;

&lt;p&gt;Here&#039;s a video showing how to connect the Shades Audio Sensor to an Arduino UNO. We&#039;re using a ShiftBrite Shield, but any proto shield or a simple breadboarded circuit would work. As a demo of the finished project, we&#039;ve connected it to an old ShiftBrite project (Rusty VU) from 2008.&lt;/p&gt;

&lt;p&gt;Example code: &lt;a href=&quot;/blog/files/rusty_vu_MSGEQ7.zip&quot;&gt;Rusty VU MSGEQ7&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/LjZSatv4vDE&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;</description>
 <comments>http://localhost:8880/blog/node/143#comments</comments>
 <category domain="http://localhost:8880/blog/taxonomy/term/10">LED</category>
 <pubDate>Sun, 23 Oct 2016 03:11:36 +0100</pubDate>
 <dc:creator>Garrett</dc:creator>
 <guid isPermaLink="false">143 at http://localhost:8880/blog</guid>
</item>
<item>
 <title>ELbow Sequencer Development</title>
 <link>http://localhost:8880/blog/node/142</link>
 <description>&lt;p&gt;We just launched the &lt;a href=&quot;http://macetech.com/store/index.php?main_page=product_info&amp;cPath=16&amp;products_id=64&quot;&gt;ELbow Sequencer V2 Kit&lt;/a&gt; as a beta product on the macetech store!&lt;/p&gt;

&lt;p&gt;&lt;iframe src=&#039;https://gfycat.com/ifr/DearUnluckyEsok&#039; frameborder=&#039;0&#039; scrolling=&#039;no&#039; width=&#039;560&#039; height=&#039;280&#039;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;It&#039;s a self-solder kit that makes it easy to control six channels of EL wire. Essentially, it switches power from an external EL wire inverter to six output connectors. On-board buttons allow programming custom sequences with no need to hook it up to a computer; sequences can be created and edited at any time. The sequences are saved in EEPROM, and so is the current pattern selection and the run speed...turn it off and on, it&#039;ll be running the same pattern at the same speed. Since EL wire requires high voltage / high frequency power, it creates several challenges that require special handling in our design.&lt;/p&gt;

&lt;p&gt;Here&#039;s a demo of the ELbow in action, as well as showing how to edit custom sequences. Note that this uses the older ELbow V1 as shown at Maker Faire Bay Area 2016, but operation is the same.&lt;/p&gt;

&lt;p&gt;&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/NZMWBMMz2VM&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://localhost:8880/blog/node/142&quot;&gt;&amp;nbsp;&lt;B&gt;Read&amp;nbsp;more&amp;raquo;&lt;/B&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <comments>http://localhost:8880/blog/node/142#comments</comments>
 <category domain="http://localhost:8880/blog/taxonomy/term/2">Projects</category>
 <pubDate>Tue, 28 Jun 2016 03:00:24 +0100</pubDate>
 <dc:creator>Garrett</dc:creator>
 <guid isPermaLink="false">142 at http://localhost:8880/blog</guid>
</item>
<item>
 <title>Audio Sensor Development Part 3: Theory Meets Reality</title>
 <link>http://localhost:8880/blog/node/140</link>
 <description>&lt;p&gt;&lt;em&gt;This article continues the development of an audio sensor device for the RGB Shades and LED Matrix Shades, &lt;a href=&quot;/blog/node/138&quot;&gt;starting with microphone calculations in Part 1&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;We’re developing an add-on board to make the RGB Shades and LED Matrix Shades dance to music! Biggest news of this article is that you can try this out for yourself…we had a lot of extra prototype PCBs and hand-assembled a big batch. While the design needs some tweaking, by popular demand &lt;a href=&quot;http://macetech.com/store/index.php?main_page=product_info&amp;cPath=15&amp;products_id=61&quot;&gt;we put a bunch of the prototype version in the store&lt;/a&gt;. If you try it out, we’d love to hear your feedback!&lt;/p&gt;

&lt;p&gt;&lt;iframe width=&quot;640&quot; height=&quot;360&quot; src=&quot;https://www.youtube.com/embed/pC6yNNpDCmg&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;In &lt;a href=&quot;/blog/node/139&quot;&gt;Part 2&lt;/a&gt;, the prototype device was constructed and tested. The initial tests were done without LEDs attached, and with high-level sound input at the microphone datasheet’s test frequency. This showed that the results agreed quite well with the design predictions, but that only gives an idea of how it will perform in the real application.&lt;/p&gt;

&lt;p&gt;With the RGB Shades fully assembled and displaying some sound reactive patterns, there were some initial disappointments. The most noticeable problem was that the sound reactive patterns would sometimes react to themselves…patterns with a lot of bright LEDs would appear to feed back and generate even more input to the analog circuit. This would swamp out any incoming audio and reduce the usability of the system.&lt;/p&gt;

&lt;p&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://localhost:8880/blog/node/140&quot;&gt;&amp;nbsp;&lt;B&gt;Read&amp;nbsp;more&amp;raquo;&lt;/B&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <comments>http://localhost:8880/blog/node/140#comments</comments>
 <category domain="http://localhost:8880/blog/taxonomy/term/2">Projects</category>
 <pubDate>Mon, 18 Jan 2016 08:20:08 +0000</pubDate>
 <dc:creator>Garrett</dc:creator>
 <guid isPermaLink="false">140 at http://localhost:8880/blog</guid>
</item>
<item>
 <title>Audio Sensor Development Part 2: EDA, PCB, SPL, PSRR</title>
 <link>http://localhost:8880/blog/node/139</link>
 <description>&lt;p&gt;&lt;em&gt;This article continues the development of an audio sensor device for RGB Shades and LED Matrix Shades, &lt;a href=&quot;/blog/node/138&quot;&gt;starting with microphone calculations in Part 1&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;With the preliminary calculations out of the way, it’s time for the fun part: making a real thing and testing it!&lt;/p&gt;

&lt;p&gt;Design goals:&lt;br /&gt;
* Fits both RGB Shades and LED Matrix Shades&lt;br /&gt;
* Small, yet able to be hand-built for prototyping&lt;/p&gt;

&lt;p&gt;Here’s the schematic for the prototype device. It’s about as simple as possible, loading the electret mic element with the recommended 2.2K resistor as well as using one for the input to the preamp circuit. The amplifier is a &lt;a href=&quot;http://www.microchip.com/wwwproducts/Devices.aspx?product=MCP6001&quot;&gt;small rail-to-rail single-supply op-amp&lt;/a&gt; with a split rail to reference the input to the midpoint of the supply. The &lt;a href=&quot;http://www.mix-sig.com/index.php/msgeq7-seven-band-graphic-equalizer-display-filter&quot;&gt;MSGEQ7&lt;/a&gt; circuit follows the datasheet guidelines for setting the internal oscillator frequency with external resistor and capacitor. The output pins are carefully chosen to be compatible with both the &lt;a href=&quot;http://macetech.com/store/index.php?main_page=product_info&amp;products_id=59&quot;&gt;RGB Shades&lt;/a&gt; and &lt;a href=&quot;http://macetech.com/store/index.php?main_page=index&amp;cPath=11&quot;&gt;LED Matrix Shades&lt;/a&gt;, which unfortunately have different pinouts on the expansion connectors. A solder jumper is necessary to divert the analog output to the correct pin.&lt;/p&gt;

&lt;p&gt;We’re using &lt;a href=&quot;http://www.cadsoftusa.com/&quot;&gt;Cadsoft Eagle &lt;/a&gt;to design this device.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/blog/images/ShadesAudioSensor/full/02micMSGEQ7schematic.jpg&quot;&gt;&lt;img src=&quot;/blog/images/ShadesAudioSensor/medium/02micMSGEQ7schematic.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
 &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://localhost:8880/blog/node/139&quot;&gt;&amp;nbsp;&lt;B&gt;Read&amp;nbsp;more&amp;raquo;&lt;/B&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <comments>http://localhost:8880/blog/node/139#comments</comments>
 <category domain="http://localhost:8880/blog/taxonomy/term/2">Projects</category>
 <pubDate>Fri, 11 Dec 2015 00:44:14 +0000</pubDate>
 <dc:creator>Garrett</dc:creator>
 <guid isPermaLink="false">139 at http://localhost:8880/blog</guid>
</item>
<item>
 <title>Audio Sensor Development Part 1: Microphone Math</title>
 <link>http://localhost:8880/blog/node/138</link>
 <description>&lt;p&gt;Making LEDs blink and change colors is lots of fun, and pre-programmed sequences can look amazing. But wouldn’t LEDs be even more fun if they could react to their environment? The colors and patterns suddenly mean something. Depending on the sensors used, LEDs could react to temperature, movement, position, sound, and more.&lt;/p&gt;
&lt;p&gt;We’ve been experimenting with music-reactive projects for quite a while, starting with the &lt;a href=&quot;http://macetech.com/store/index.php?main_page=product_info&amp;amp;products_id=11&quot;&gt;Shifty VU Shield&lt;/a&gt; in 2009. The Shifty VU Shield accepted a stereo audio input and allowed an Arduino to display sound-reactive patterns on a chain of &lt;a href=&quot;http://macetech.com/store/index.php?main_page=product_info&amp;amp;cPath=1&amp;amp;products_id=1&quot;&gt;ShiftBrite LEDs&lt;/a&gt; or &lt;a href=&quot;http://macetech.com/store/index.php?main_page=product_info&amp;amp;cPath=1&amp;amp;products_id=22&quot;&gt;OctoBrites&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In 2011, Garrett made a one-off project for a friend: The &lt;a href=&quot;/blog/node/112&quot;&gt;LED Viking Mohawk&lt;/a&gt;. This project was based on an Arduino Pro Mini and &lt;a href=&quot;http://www.mix-sig.com/index.php/msgeq7-seven-band-graphic-equalizer-display-filter&quot;&gt;MSGEQ7 chip&lt;/a&gt;, and didn’t require a line-in audio connection; it used a microphone to analyze nearby sound and display reactive patterns. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://localhost:8880/blog/node/138&quot;&gt;&amp;nbsp;&lt;B&gt;Read&amp;nbsp;more&amp;raquo;&lt;/B&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://localhost:8880/blog/node/138#comments</comments>
 <category domain="http://localhost:8880/blog/taxonomy/term/2">Projects</category>
 <pubDate>Fri, 11 Dec 2015 00:03:37 +0000</pubDate>
 <dc:creator>Garrett</dc:creator>
 <guid isPermaLink="false">138 at http://localhost:8880/blog</guid>
</item>
<item>
 <title>Super-sized Musixel Wall</title>
 <link>http://localhost:8880/blog/node/137</link>
 <description>&lt;p&gt;At the World &lt;a href=&quot;http://makerfaire.com/&quot;&gt;Maker Faire&lt;/a&gt; in New York City this year, we were able to show off the &lt;a href=&quot;http://macetech.com/store/index.php?main_page=product_info&amp;products_id=59&quot;&gt;RGB Shades&lt;/a&gt; in the &lt;a href=&quot;http://www.makershed.com/&quot;&gt;Maker Shed&lt;/a&gt; for the first time ever! It was a lot of fun, and we were positioned right next to our friends at &lt;a href=&quot;http://www.spikenzielabs.com/&quot;&gt;Spikenzie Labs&lt;/a&gt;. They brought some new products, including the &lt;a href=&quot;http://www.spikenzielabs.com/Catalog/index.php?main_page=product_info&amp;cPath=35&amp;products_id=1298&quot;&gt;Musixel&lt;/a&gt; (an audio sensor that controls a strip of addressable LEDs).&lt;br /&gt;
&lt;a href=&quot;/blog/images/MusixelWall/Full/garrettMakerFaire.JPG&quot;&gt;&lt;img src=&quot;/blog/images/MusixelWall/Thumb/garrettMakerFaire_thumb.JPG&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;/blog/images/MusixelWall/Full/musixel.JPG&quot;&gt;&lt;img src=&quot;/blog/images/MusixelWall/Thumb/musixel_thumb.JPG&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here&#039;s a quick demo video of what the Musixel kit can do:&lt;/p&gt;

&lt;p&gt;&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/mw7ce-CPzPs&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;It&#039;s a small PCB with an audio input jack, an 8-pin PIC microcontroller, an &lt;a href=&quot;http://www.mix-sig.com/index.php/msgeq7-seven-band-graphic-equalizer-display-filter&quot;&gt;MSGEQ7 seven-band spectrum analyzer chip&lt;/a&gt;, and various passive components. The PIC reads analog values corresponding to several frequency bands from the audio jack, and outputs WS2811-compatible commands. Spikenzie Labs includes a strip of 16 WS2812 LEDs, but it will work with up to 64 WS2812 LEDs arranged in an 8x8 matrix.&lt;/p&gt;

&lt;p&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://localhost:8880/blog/node/137&quot;&gt;&amp;nbsp;&lt;B&gt;Read&amp;nbsp;more&amp;raquo;&lt;/B&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <comments>http://localhost:8880/blog/node/137#comments</comments>
 <category domain="http://localhost:8880/blog/taxonomy/term/10">LED</category>
 <pubDate>Mon, 09 Nov 2015 03:17:43 +0000</pubDate>
 <dc:creator>Garrett</dc:creator>
 <guid isPermaLink="false">137 at http://localhost:8880/blog</guid>
</item>
<item>
 <title>RGB Shades Jack-o&#039;-Lantern</title>
 <link>http://localhost:8880/blog/node/136</link>
 <description>&lt;p&gt;Here&#039;s a quick demo of how to create a new pattern for the RGB Shades. We&#039;ll add some jack-o&#039;-lantern triangle eyes, and make them flicker orange just like the real thing (well, sort of).&lt;/p&gt;

&lt;p&gt;First off, here&#039;s the final result. It&#039;s pretty hard to capture the effect on camera, especially since orange colors seem to max out the sensor so that it always appears bright. But watch the reflection in the table and you&#039;ll get the idea:&lt;br /&gt;
&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/K17tT2SNH1c&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p&gt;We&#039;re using &lt;a href=&quot;https://codebender.cc/&quot;&gt;codebender&lt;/a&gt; to edit and upload a custom sketch to the RGB Shades. Once you get the browser plugin installed, it&#039;s a really easy way to get started without a lot of downloading and setup. Plus, all the required libraries are pre-installed and kept up-to-date. In this case, we&#039;re using the excellent &lt;a href=&quot;http://fastled.io/&quot;&gt;FastLED&lt;/a&gt; library, which controls the WS2812/APA104/Neopixel style LEDs easily and has many helper functions for managing pixels.&lt;/p&gt;

&lt;p&gt;(A Codebender sketch used to be located here. Sorry, that service was shut down!)&lt;/p&gt;

&lt;p&gt;Clicking that should display a sketch editing window much like the one below (if you&#039;re logged in on codebender):&lt;br /&gt;
&lt;a href=&quot;/blog/images/RGBShadesPumpkin/1 start RGB Shades sketch.png&quot;&gt;&lt;img src=&quot;/blog/images/RGBShadesPumpkin/1 start RGB Shades sketch thumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can clone the project to your own account by pressing the Clone button. Then, change the name to make the project more descriptive by clicking the name of the project and editing the text there.&lt;br /&gt;
&lt;img src=&quot;/blog/images/RGBShadesPumpkin/2 clone and rename.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://localhost:8880/blog/node/136&quot;&gt;&amp;nbsp;&lt;B&gt;Read&amp;nbsp;more&amp;raquo;&lt;/B&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <comments>http://localhost:8880/blog/node/136#comments</comments>
 <category domain="http://localhost:8880/blog/taxonomy/term/10">LED</category>
 <pubDate>Tue, 27 Oct 2015 06:56:17 +0000</pubDate>
 <dc:creator>Garrett</dc:creator>
 <guid isPermaLink="false">136 at http://localhost:8880/blog</guid>
</item>
<item>
 <title>Of course we 3D print, too!</title>
 <link>http://localhost:8880/blog/node/125</link>
 <description>&lt;p&gt;&lt;center&gt;&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/Z_0TagZIxCE&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;If you&#039;ve attended a &lt;a href=&quot;http://makerfaire.com/&quot;&gt;Maker Faire or Mini Maker Faire&lt;/a&gt; in the past few years, you&#039;ve probably strolled past a table where someone seems to be tending to a jumble of wires and metal rods, and there&#039;s a whiff of molten plastic in the air. You might have stopped and watched as a plastic object appeared (slowly) and you might have been amazed (slowly) at the possibilities. You may have suspected this, but yes...we haven&#039;t been left behind, macetech has been 3D printing right along with the rest of the cool kids!&lt;/p&gt;

&lt;p&gt;My first 3D printer was built in 2011, after reading up about &lt;a href=&quot;http://reprap.org/wiki/RepRap&quot;&gt;RepRap&lt;/a&gt; and finding an older cartesian assembly robot on eBay, made by Sony. It was huge and heavy, and I drove deep into the Santa Cruz mountains to pick it up from a barn crammed with an analog and relay computer collection. I purchased an extruder from &lt;a href=&quot;http://www.makergear.com/&quot;&gt;MakerGear&lt;/a&gt;, and practically duct-taped it to the robot in order for it to print better mounting parts. The original control board was stuffed with FPGA&#039;s and a 486 processor, but I had to remove that and hack the stepper drivers to receive pulses from an Arduino Mega. It&#039;s been useful over the past few years, allowing us to create various brackets, adapters, holders, prototypes, and even parts of the &lt;a href=&quot;https://www.youtube.com/watch?v=GXEXqKqx6vg&quot;&gt;LED Shades&lt;/a&gt;. Here it is today:&lt;/p&gt;

&lt;p&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://localhost:8880/blog/node/125&quot;&gt;&amp;nbsp;&lt;B&gt;Read&amp;nbsp;more&amp;raquo;&lt;/B&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <comments>http://localhost:8880/blog/node/125#comments</comments>
 <category domain="http://localhost:8880/blog/taxonomy/term/2">Projects</category>
 <pubDate>Sun, 06 Apr 2014 06:54:44 +0100</pubDate>
 <dc:creator>Garrett</dc:creator>
 <guid isPermaLink="false">125 at http://localhost:8880/blog</guid>
</item>
<item>
 <title>WS2811 LED Pixel Hat</title>
 <link>http://localhost:8880/blog/node/118</link>
 <description>&lt;p&gt;I made this for New Year&#039;s Eve. It has 114 RGB pixels and an MSGEQ7 chip to analyze audio. The pixels are all turned down to 51 max brightness (out of 255). I used an Arduino to control the pixels in one continuous chain, and a USB battery pack for power.&lt;/p&gt;
&lt;p&gt;&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/cGoYTl2KF4c&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;
</description>
 <comments>http://localhost:8880/blog/node/118#comments</comments>
 <category domain="http://localhost:8880/blog/taxonomy/term/10">LED</category>
 <pubDate>Sun, 06 Jan 2013 20:44:02 +0000</pubDate>
 <dc:creator>Garrett</dc:creator>
 <guid isPermaLink="false">118 at http://localhost:8880/blog</guid>
</item>
</channel>
</rss>
