diff options
-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: - - |