From fc0e0ce0ebfb12193e2dea814ef9ee2d2bc2da44 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 6 Jul 2015 21:30:50 +0200 Subject: o Updating README.md. --- README.md | 28 +++++++--------------------- app.cpp | 2 -- 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: - - -- cgit v1.2.3