diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-07-06 21:30:50 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-07-06 21:30:50 +0200 |
commit | fc0e0ce0ebfb12193e2dea814ef9ee2d2bc2da44 (patch) | |
tree | 1ad331a46d1330b93cfbd57b531736518764961f | |
parent | 67b1ba7ea0a86eac679eafc8c724fcb6bb4f8c4f (diff) | |
download | trygvisio_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.md | 28 | ||||
-rw-r--r-- | app.cpp | 2 |
2 files changed, 7 insertions, 23 deletions
@@ -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. @@ -444,5 +444,3 @@ static void setup_settings() {} #endif // PERSISTENT_CONFIGURATION_SUPPORT // vim: set ft=arduino: - - |