iOS Remote BLE controller for the adjustable height desk
Acromegaly iOS is a controlling app for the desk with automatically adjustable height.
This resposity is a part of the Acromegaly project - Open Source desk with adjustable height.
git clone git@github.com:antrov/acromegaly-ios.git
cd acromegaly-ios/
carthage build --platform iOS
open acromegaly.xcodeproj
Hit run and test your acromegaly-nrf51 device. Without available and properly configured BLE device, the Acromegaly iOS app would stay in scanning mode with an interface disabled.
Acromegaly iOS app looks for an acromegaly-nrf51 device using UUIDs of its services:
In case of a customized acromegaly-nrf51 device and its UUIDs, values in enum BluetoothConstants.Service
should be updated as well
The application reached satisfacting state and there is no further develop planned.
In case of other developer’s unexpected free time or rise of this project popularity, there is a short list of possible goals to achieve:
In case of new issues, concepts or just a will to say hello:
Copyright 2019 Hubert Andrzejewski
This code is distributed under the terms and conditions of the MIT license.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.