]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/projects/rgblamp.md
Website document reorganization
[oss-web.git] / in / projects / rgblamp.md
diff --git a/in/projects/rgblamp.md b/in/projects/rgblamp.md
new file mode 100644 (file)
index 0000000..822331d
--- /dev/null
@@ -0,0 +1,21 @@
+title: RGB Lamp
+linktitle: rgblamp
+parent: projects
+ctime: 2012-03-10
+mtime: 2012-03-10
+
+The RGB Lamp was a little filler project.  A 4.2W CREE RGBW LED module is driven
+by a PIC16LF1933.  Learn more:
+
+* [[Code Notes|rgb-code]]
+* [[Features|rgb-features]]
+* [[Mechanical|rgb-mechanical]]
+* [Source Code](/gitweb/?p=rgblamp.git;a=summary)
+
+A future implementation might accept audio input from a stereo jack or onboard
+microphone, use a DFT to examine the frequency components present in the audio
+stream, represent each of several bands of frequencies with a color whose
+brightness is proportional to the signal strength, then 'mix' the per-frequency
+color results into an RGBW output that can drive the LED module.  Because of the
+higher performance needed, we will probably use a STMicro STM32 or EnergyMicro
+EFM32 low power ARM Cortex-M3 processor.