Hello folks!
So I discovered Arduino and all that fun stuff from my brother, who had an arduino Uno (which I promptly “borrowed”).
After that, I began thinking of what I could do with it, and I settled on building an EL-Wire dance suit, which my friend would wear and dance in, and I’d run maintenance on.
So… “Why is a total n00b trying to build something so complex?” You may ask yourself… My answer, why not?
Anyway, there are three main aspects to this suit that I wanted to brainstorm in the forums for ideas, stress tests, and general fact checking (basically will it work and how do I do it).
- Wireless vs. Stand-Alone modes:
I’ve got two xbees, and an xbee board for lilypad. I wanted to known if it was at all possible to have the wearer choose between being wirelessly controlled (by me with a laptop off to the side) or in standalone mode, where he will be controlling set light modes via buttons on the suit.
- Different lighting modes:
This one I’ve already pretty much got figured out. I want the suit to have two different light modes, one with red and one with blue. This is pretty simple to achieve with two-circuit micro-relays, which the arduino can control pretty simply. One will control the power flow and the other will control which color set the power will flow to. So, either red or blue, and what rate they strobe at.
- Lastly, would be power supplies.
This seems to be the issue with any prototype or machine. How to get a solid amount of power, for a reasonable amount of time, and keep it light and compact. I’ve turned to the Lithium ion battery solution, in conjunction with the arduino LiPower board. The EL Wires have their own power packs and inverters, so that doesn’t become an issue.
Basically, I’m a hopeless noob to progrqmming, but I have a pretty good knowledge of electronics and I’m determined.
The materials I have to work with:
-
several strands of EL-Wire and EL-Tape
-
multiple (5) electrical inverters
-
arduino Lilypad main board
-
arduino Lilypad usb board
-
Arduino lilypad LiPower (power supply)
-
regular lilypad power packs
-
small button battery power packs
-
lilypad conductive thread
-
2 Xbee Pro s
-
1 Xbee explorer board
-
1 xbee lilypad board
-
A computer (obviously)
-
several Lilypad LEDs
-
7 RGB LEDs
-
5 micro-relays (for el wire switching)
-
multiple small circuit boards
-
soldering kit and skills
-
absurd determination
Basically, the coding and layout are what I need help with. Xbee in particular is incredibly confusing to me.
Thanks guys!