Giter Club home page Giter Club logo

purpletoothautostart's Introduction

PurpletoothAutoStart

An Arduino sketch that will automatically begin Bluetooth streaming playback in a fading fashion at startup on the SparkFun Purpletooth Jamboree.

Required libraries:

Optional Requirements:

The Purpletooth board sends a lot of AVRCP data over the serial port which provides metadata information about the currently playing track, i.e. song title, artist, etc. Because of this, the default buffer hardcoded in the SoftwareSerial library is usually insufficient and will result in buffer overflows that produce garbled strings. To fix this, bump up the _SS_MAX_RX_BUFF constant in SoftwareSerial.h to something greater than or equal to 256 (make sure your Arduino has enough memory for this). This is especially useful in case you want to display this metadata on a display.

Useful Documents:

Notes:

This Arduino sketch will prevent new devices from being able to pair with the Purpletooth board. Therefore, disconnect the Arduino from the Purpletooth board, power it on, and use the PAIR button to add a new device. After initial pairing is complete reconnect the Arduino.

purpletoothautostart's People

Contributors

master-nevi avatar

Stargazers

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