Skip to content

bboyho/Wireless_Controlled_EL_Dance_Suit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 

Repository files navigation

Wireless Controlled EL Dance Suits

This code will be used to wirelessly control 2x 3 meters of EL Wire attached to a dancer's hoodie and pants for a performance with Streetside Studio's bboys/bgirls. In less than 3 months with my usual day job, teaching, and training. 42 meters (~1,653.5 inches) of manual hand sewing white EL wire to hoodies and pants, custom connectors, soldering, a little coding with Arduino, 8x XBees configured as point-to-multipoint network, 7x enclosures attached to everyone's hip, straps, a wireless glove, choreographing, and editing parts of a track together.

Repository Contents

<> Code

Documentation

XBee Series 1, Pro: Point to Multipoint Configuration

Digi Tutorial: XBee 802.15.4 (i.e. Wireless Serial)

  • Master XBee

    • CH = C
    • ID = 3333
    • DH = 0
    • DL = FFFF (2)
    • MY = 1
  • Slave XBee

    • CH = C
    • ID = 3333
    • DH = 0
    • DL = 1 <- point to Master "MY"
    • MY = 2 <- Slave "MY", make it unique in the network.

License Information

This project is open source!

Please review the LICENSE.md file for license information.

Distributed as-is; no warranty is given.

Releases

No releases published

Packages

No packages published

Languages