GithubHelp home page GithubHelp logo

wear-me's Introduction

wear-me

Wear me helps bring your wearables idea to life. You can create clothes and accessories that light up or make sound on loop, when you move, press a button, or receive a certain amount of light.

You will need:

  • Laptop with available USB port (Mac, Windows, or Linux)

This kit contains:

Adafruit FLORA (14) Adafruit Gemma (16) 24 Neopixel Ring (6) 12 Neopixel Ring (5)
7 Neopixel Jewel (1) Neopixel (39) 60 Neopixel Strip (5) Red (5) & Blue (10) Sequins
Color Sensor (6) UV Light Sensor (6) Accelerometer & Compass (3) Tilt Ball Switch (1)
Force Sensor (1) Soft Potentiometer (2) Conductive Fabric (1) Conductive Rubber Cord (4)
On/Off Switch (5) Conductive Thread Needles Alligator Cables
Wire Micro-USB Cables Electrical Tape Wire Snips
Needlenose Pliers

Getting started

Install Arduino integrated development environment

In order to program software code for your wearable, you will need to install the Arduino Integrated Development Environment (IDE) on your computer. Please install the Arduino IDE using the link appropriate for your operating system below.

Install Adafruit boards in Arduino IDE

Each of the Adafruit wearables boards needs a support package to run in the Arduino IDE. To add the support package:

  1. From the Arduino IDE menu, navigate to Arduino --> Preferences (Mac) or File --> Preferences (PC)
  2. Paste the following link into the additional board manager URLs field: https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
  3. Click OK to save

Install Adafruit libraries in Arduino IDE

Each of the Adafruit wearables components requires a library in the Arduino IDE to function. From within the Arduino IDE:

  1. From the Arduino IDE menu, Sketch --> Include Library --> Manage Libraries
  2. In Library Manager, type the library name in the Filter Your Search field (you do not need to type in the words in parentheses):
  • Adafruit Neopixel (lights)
  • Adafruit Unified Sensor (input sensors)
  • Adafruit TCS34725 (color sensor)
  • Adafruit LSM303DLHC (accelerometer + compass)
  • Adafruit SI1145 Library (UV light sensor)
  • Capacitive Sensor (conductive fabric)

Download this repository to your computer

  1. From GitHub, click clone or download, then click download .zip, and save where you can easily reference
  2. Each component folder has a code sample in a .ino file that can be opened in the Arduino IDE

Building

You will build the circuits for your idea using alligator clips first, then when it is fully functional, you can sew the circuit into your finished product.

Each component has its own hardware connection diagrams and code samples. You will find detailed instructions for each component you can work with in the corresponding folder. The general workflow is connect the hardware, open the .ino file, make any modifications desired, upload to the board, and open the serial monitor to view the result. The alligator clip colors do not matter - just ensure you are connecting the cables as indicated in the diagram.

Start your wearable using a FLORA if you can, as you'll be able to read input sensor readings in a serial monitor, whereas you cannot do this with the Gemma without extra hardware. If you'd like to make your wearable smaller later, most code and sensors are transferrable to the Gemma.

All components can be purchased via Adafruit or Amazon.

wear-me's People

Contributors

itisaasta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.