aboutsummaryrefslogtreecommitdiff
path: root/apps/SoilMoisture.h
Commit message (Collapse)AuthorAgeFilesLines
* o Starting to handle notifications and indicationsTrygve Laugstøl2018-11-231-6/+6
| | | | | | Cleaning up: o Using more of the shared_ptr typedefs. o Adding code styles used by CLion.
* ble-read-characteristic: working READ mode, starting on NOTIFY.Trygve Laugstøl2018-11-191-2/+2
|
* ByteBuffer:Trygve Laugstøl2018-11-191-1/+1
| | | | | | o Reducing silliness, no allocations by ByteBuffer. o Create StaticByteBuffer as a nice one-liner to create a buffer. LinuxBluetooth: methods that want a buffer needs to pass it in, ByteBuffer is not allocating anymore.
* Fixing lots of small nits:Trygve Laugstøl2018-08-301-2/+2
| | | | | o boost::uuid didn't give much, use our own and add new short uuid type. o Fixing nits from clang-tidy.
* Soil Moisture: Adding support for controlling lights.Trygve Laugstøl2016-04-121-9/+17
| | | | | Bluetooth: refectorying, trying to be more c++ idiomatic and modern. SM/Diller: adding bluetooth to Diller bridge.
* o Overhaul of the bluetooth code.Trygve Laugstøl2015-07-261-3/+12
| | | | | | - Adding support for reading FLOAT (specified in IEEE 11073-20601) values from a bluetooth device. - More shared pointers to help keep track of the object's lifecycle. Makes sure that the connections are released back to Linux, Linux is way to sensitive with crashing applications. o Adding support for reading the temperature sensors from the SoilMoisture device.
* o Applying clang-format to all apps.Trygve Laugstøl2015-07-191-1/+0
|
* SoilMoisture:Trygve Laugstøl2015-06-211-1/+1
| | | | o Updating for changed get_value struct.
* SoilMoisture:Trygve Laugstøl2015-06-211-0/+2
| | | | | | o Adding getName(). sm-get-value: o More cleanup.
* o Trying to make the Bluetooth API more C++ idiomatic, a GATT connection has ↵Trygve Laugstøl2015-06-211-3/+3
| | | | | | | the same lifecycle as a BluetoothGatt. sm-get-value: o Better error handling.
* o Renaming trygvis::soil_moisture to trygvis::sample.Trygve Laugstøl2015-03-221-5/+2
|
* o Starting a new class for all SoilMoisture GATT stuff.Trygve Laugstøl2015-02-221-0/+47