Skip to content

outofjungle/ColorControl

Repository files navigation

Color Control

Overview

Cosm android client to update datastream for controlling RGB LEDs

Requirements

  • Eclipse with ADT plugin
  • Android SDK with API version 8 (Android 2.2) and above
  • Cosm Feed with datastreams named 0 (switch), 1 (red), 2 (green), 3 (blue), 4 (white)
  • Cosm API key which has read/write privilige for the feed
  • Internet connectivity

Usage

Create an XML file /res/values/secret.xml

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="cosm_feed_id">YOUR-PACHUBE-FEED-ID</string>
<string name="cosm_api_key">YOUR-PACHUBE-API-KEY</string>
</resources>

Screens

Screenshot 1

Screenshot 2

Screenshot 3

About

Dashboard for Cosm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages