GithubHelp home page GithubHelp logo

imclab / ncrc-activiz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from evankerrigan/ncrc-activiz

0.0 2.0 0.0 3.45 MB

** IN PROGRESS ** Activity Sensing & Visualization for the University of Michigan’s NCRC complex

ncrc-activiz's Introduction

NCRC Activiz

This is an Arduino LED visualization project which will be installed at the University of Michigan's North Campus Research Complex (NCRC). The Taubman School of Architecture is designing and installing a collaborative space at the NCRC which will be complemented with ambient LED visualizations. These visualizations will be controlled via Arduino and will reflect the sound and motion within and surrounding the collaborative space.

Parts

Dependencies

  • FFFT FFT Library for Arduino

  • LED-Controller Controller library for Arduino and Addressable LED Strip

Other Resources

Link Dependent Libraries to Arduino's libraries

  • Clone the whole project, say /path/to/somewhere/ncrc-activiz
  • Go to Arduino's extended library folder In Mac: it should be somewhere like /mac/Documents/Arduino/libraries
  • Create folders for the libraries $ mkdir ffft $ mkdir ledcontroller $ mkdir NcrcViz
  • Create symbolic link from the libraries in the project folder to Arduino's library folder $ ln -s /path/to/somewhere/ncrc-activiz/libraries/ffft/* /mac/Documents/Arduino/libraries/ffft $ ln -s /path/to/somewhere/ncrc-activiz/libraries/ledcontroller/* /mac/Documents/Arduino/libraries/ledcontroller $ ln -s /path/to/somewhere/ncrc-activiz/libraries/NcrcViz/* /mac/Documents/Arduino/libraries/NcrcViz

Pin Definition

(in NcrcViz library > NcrcVizConfig.h)

  • PIN_LED1_OUT_SDI 2

  • PIN_LED1_OUT_CKI 3

  • PIN_LED2_OUT_SDI 4

  • PIN_LED2_OUT_CKI 5

  • PIN_LED3_OUT_SDI 6

  • PIN_LED3_OUT_CKI 7

  • PIN_LED4_OUT_SDI 8

  • PIN_LED4_OUT_CKI 9

  • PIN_LED5_OUT_SDI 10

  • PIN_LED5_OUT_CKI 11

  • PIN_IR_IN 13

  • PIN_MIC_IN A0

  • IR_AUDIO 0

ncrc-activiz's People

Contributors

evankerrigan avatar munaf avatar sprite728 avatar

Watchers

 avatar  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.