Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rolandtritsch/scala-android-weatherstation
Implement a weather station using the TI sensor tag
https://github.com/rolandtritsch/scala-android-weatherstation
Last synced: about 19 hours ago
JSON representation
Implement a weather station using the TI sensor tag
- Host: GitHub
- URL: https://github.com/rolandtritsch/scala-android-weatherstation
- Owner: rolandtritsch
- License: mit
- Created: 2014-03-26T07:29:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T01:02:44.000Z (over 10 years ago)
- Last Synced: 2024-04-16T12:19:40.919Z (10 months ago)
- Language: Scala
- Size: 273 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scala Android Weatherstation
Implement a weather station using the [TI Sensor Tag](http://www.ti.com/ww/en/wireless_connectivity/sensortag/).
## What is this about?
* this is based on the demo from the guys from [Double Encore](http://www.doubleencore.com/2013/12/bluetooth-smart-for-android)
* you obviously need to [get a Sensor Tag](http://www.ti.com/ww/en/wireless_connectivity/sensortag/) first :)
* you should then [install one of the Sensor Tag apps](https://play.google.com/store/apps/details?id=sample.ble.sensortag) to see the tag in action
* last but not least you need to clone, update and build the app (see below) and you should be in business## Making it work
* clone the repo and build it as it is with `sbt compile`
* connect your device with an USB cable
* the device must run android 4.4 (android-19)
* check with `adb devices` that you can see the device and that it is the first/only one in the list
* install the app with `sbt install`
* on the device, go to your apps folder and start the `WeatherStation` app## TODOs
* Look/grep for `@todo`