mtmosier / neoPixelJackOLantern

NeoPixel colors in a Jack-o'-lantern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neoPixelJackOLantern

NeoPixel colors in a Jack-o'-lantern

Purpose

Another simple, fun project, building on what I did with the NeoPixel Skull. This one started when I saw an "eyes that follow" optical illusion project on Instructables by member jacobjoaquin. I was really interested in the optical illusion, but decided to put it into an artificial pumpkin instead of a box, to make a jack-o'-lantern.

Prerequisites

The Adafruit NeoPixel library is required for this project.

https://github.com/adafruit/Adafruit_NeoPixel

Hardware

For the arduino, I used a generic Arduino Pro Mini compatible microcontroller, controlling a NeoPixel Strip. A Step Down Buck Converter is also used. See the schematic for more information.

Installation

Copy the directory MTM_NeoPixel into the libraries folder of your arduino sketchbook and restart the arduino environment. Then open Examples -> MTM_NeoPixel -> jackOLantern. The example is very simple. Modify anything you want and compile/upload to your board.

Further Information

Pictures and description can be found at mtmosier.com.

Copyright Information

All code contained is licensed as LGPLv2.1.

Copyright 2014, Michael T. Mosier (mtmosier at gmail dot com).

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

NeoPixel colors in a Jack-o'-lantern

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 78.2%Language:Processing 21.8%