Giter VIP home page Giter VIP logo

pibeets's Introduction

pibeets - Music Beats coupled with WS2801 LED Strip

Use the Raspberry PI to Sample Audio from a MCP3008 10-bit ADC, perform signal processing for beat detection and display those beets on a WS2801 LED Strip.

Setup

We must enable spi on the Raspberry Pi we must edit /boot/config.txt as root and have this line in config: dtparam=spi=on. A reboot of the Pi is necessary to have SPI on and can be checked by confirming the spi kernel module is enabled:

pi@raspberrypi:~ $ lsmod | grep spi
spi_bcm2835             7424  0
pi@raspberrypi:~ $ ls /dev/spidev*
/dev/spidev0.0  /dev/spidev0.1

Required

We used Rasbian Jesse for this

  1. ansible - We use ansible to copy the source, build it, test it and run it

References

MCP3008 Datasheet MCP3208 Datasheet for Reference RPi MCP3208 SPI by Derek Molloy

pibeets's People

Contributors

lloydroc avatar lloydrocdd avatar

Watchers

James Cloos 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.