aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-07-06 21:30:50 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-07-06 21:30:50 +0200
commitfc0e0ce0ebfb12193e2dea814ef9ee2d2bc2da44 (patch)
tree1ad331a46d1330b93cfbd57b531736518764961f
parent67b1ba7ea0a86eac679eafc8c724fcb6bb4f8c4f (diff)
downloadtrygvisio_soil_moisture-fc0e0ce0ebfb12193e2dea814ef9ee2d2bc2da44.tar.gz
trygvisio_soil_moisture-fc0e0ce0ebfb12193e2dea814ef9ee2d2bc2da44.tar.bz2
trygvisio_soil_moisture-fc0e0ce0ebfb12193e2dea814ef9ee2d2bc2da44.tar.xz
trygvisio_soil_moisture-fc0e0ce0ebfb12193e2dea814ef9ee2d2bc2da44.zip
o Updating README.md.
-rw-r--r--README.md28
-rw-r--r--app.cpp2
2 files changed, 7 insertions, 23 deletions
diff --git a/README.md b/README.md
index 12ff308..41aee1d 100644
--- a/README.md
+++ b/README.md
@@ -1,27 +1,13 @@
-# UUIDs
+Build instructions
+------------------
-Trygvis.io base UUID: 32D0xxxx-035D-59C5-70D3-BC8E4A1FD83F
+Check out this repository under your sketchbook (normally ~/sketchbook).
-# Services
+Check out the BLE library from Nordic under $SKETCHBOOK/libraries:
-## Status Panel: trygvis.io + 0x0001
+ cd ~/sketchbook/libraries
+ git clone https://github.com/NordicSemiconductor/ble-sdk-arduino BLE
-## Soil Moisture: trygvis.io + 0x0010
+I've mainly used this git revision of the SDK to build: `a5c325c329e134fa26fc6d0e3fe484b1a9488567`.
-Included characteristics:
- * Soil Moisture Level
-
-# Characteristics
-
-## Gauge Data: trygvis.io + 0x0002
-
-## Gauge Control: trygvis.io + 0x0004
-
-## Soil Moisture Control: trygvis.io + 0x0011
-
-
-
-Format: two bytes of data. Byte #1: sensor id, byte #2: sensor level (unsigned int, 0-255).
-
-Sends notices, same data format.
diff --git a/app.cpp b/app.cpp
index 81a9622..825b606 100644
--- a/app.cpp
+++ b/app.cpp
@@ -444,5 +444,3 @@ static void setup_settings() {}
#endif // PERSISTENT_CONFIGURATION_SUPPORT
// vim: set ft=arduino:
-
-