Control an IR Device with a Spark Core

Reading from sensors is great but there are times when you need to interact with surrounding hardware. Window air conditioners, televisions, stereos and many other household electronics communicate with infra-red (IR). Adding an IR LED to your spark core will allow you to control these electronics remotely. For example, I’m currently using a temperature sensor […]

Failed to Find Android Wearable Dependency

Problem: After installing Android Studio Beta and using the wizard to create a new wearable app, the Gradle build failed with the following errors: Error: Failed to find: com.google.android.gms:play-services-wearable:+ Error: Failed to find: com.google.android.support:wearable:+ Solution: [Update]Additional useful information: http://developer.android.com/preview/google-play-services-wear.html[/Update] [Update 7/16/14]The latest version of Android Studio extends Activity for watches rather than WatchActivity[/Update] Until we […]