adellelin / tinygang

All things related to tiny gang activites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinygang

All things related to tiny gang activites. TinyGang is an open source wearable project consisting of a set of jackets that communicate wirelessly with each other through proximity and motion. The patterns of the group change depending on the mode, number of people, duration and other elements to be defined by the group wearing the jackets.

jackets

ESP Thing Hardware Version

Codename : TrackStar :

other options:

Teensy Hardware Version

Base Setup:

Sensors (optional):

  • Teensy Prop Shield with motion sensor (calibrated)

Jacket Integration:

steggos

some hackaday article about laser cut led diffusion : http://imakethin.gs/blog/glowy-dinosaur-hoody

@metal and some 3d printing later.. https://www.thingiverse.com/thing:30800 and remixes ensued: https://www.thingiverse.com/thing:293796 https://www.thingiverse.com/thing:3327694

alt text @mpinner climbing the led wall from @mbientlab Steggo led hoodies are born and joining the tinygang of led wearables together. #makerfaire #climbies

the code

as the intent is for all wearers or builders of tinygang to participate, the programming environment is pretty open. you are encouraged to create and alter your own patterns.

banks of patterns are provided. you can definitely change these. only your patterns are ever shown, so remove or revise what you don't like.

when your jacket excites all the other jackets will excite with your given mode. you can select your mode via little dip switches on the circuit board.

each pattern is assigned a mode. in our code (todo: config file) we assign a pattern to each mode. each person only shows their bank of patterns for each mode excited.

the goal is people add more patterns and variety when they enter the proximity of tiny gang. for this we need a variety of people with a variety of modes selected. another thing happens when everyone is on the same mode. the pattern fills up so it is nearly always on. still working out if there is a way to more dynamically assign people to mode. we'll see what you come up with.

side note, there is also some means of color handling and the ability to send that around live. it has only been tested with one jacket that had the teensy motion sensor. it was able to change all the colors for all the jackets. it was a bit too much, really.

additional works can include sensors to learn about the dynamic of social interactions, the mood of a room, or interactivity research.

social links

#tinygang

http://twitter.com/tinyjacketgang

https://www.instagram.com/tinyjacketgang/

About

All things related to tiny gang activites


Languages

Language:C++ 100.0%