Coder Social home page Coder Social logo

wangnewman / bleledcontroller Goto Github PK

View Code? Open in Web Editor NEW

This project forked from studiosophisti/bleledcontroller

0.0 2.0 0.0 1.18 MB

Control an RGB Led with an iPad and TI's CC2540/CC2541 chip

License: GNU General Public License v2.0

Batchfile 1.07% C 23.69% C++ 2.01% Ruby 3.10% Objective-C 70.14%

bleledcontroller's Introduction

BLELedController

Control an RGB Led with an iPad and TI's CC254x Bluetooth Low Energy chip. It uses the CC254x Timers for smooth PWM control.

Based on TI's Bluetooth Low Energy SDK version 1.4

Sample application: https://vimeo.com/87564587

Contains:

  • XCode project with iOS app to control the RGB Led
  • IAR Workbench project with CC254x firmware.

PIO's used on CC254x:

  • RED: port 1 pin 1 (Timer 4)
  • GREEN: port 1 pin 4 (Timer 3)
  • BLUE: port 0 pin 3 (Timer 1)

BLE UUIDs:

  • Led Service: 3F29121C-FA01-000A-0001-000000000000
  • Led Characteristic: 3F29121C-FB01-000A-0001-000000000000

Characteristic value format: 6 bytes, representing: red target value, red speed, green target value, green speed, blue target value, blue speed. All values range from 0 - 255, where 0 target value is OFF and 255 full ON, and 0 speed is slow transition and 255 instant transition.

bleledcontroller's People

Contributors

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