https://github.com/bertrandmartel/dotti-bluetooth-android
Android app interacting with Dotti bluetooth device
https://github.com/bertrandmartel/dotti-bluetooth-android
android android-application bluetooth-le dotti-bluetooth-device
Last synced: 5 months ago
JSON representation
Android app interacting with Dotti bluetooth device
- Host: GitHub
- URL: https://github.com/bertrandmartel/dotti-bluetooth-android
- Owner: bertrandmartel
- License: mit
- Created: 2015-10-12T15:48:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-25T23:19:50.000Z (almost 9 years ago)
- Last Synced: 2025-04-19T20:17:42.398Z (6 months ago)
- Topics: android, android-application, bluetooth-le, dotti-bluetooth-device
- Language: Java
- Size: 10.1 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dotti Testing Android app #
Last update on 12/10/2015
Dotti is a small 8x8 bluetooth led matrice with built in battery made by Witti
Description
Android application to manage your Dotti bluetooth device from BLE gatt interface :
* set ON/OFF (in fact setting color to 0x000000 and 0xFFFFFF(white))
* set all led to one RGB color
* modify all led color intensity
* modify color for each 64 pixel
* register your led matrice into icon slot (8 slots are available) : these slots make possible to store your led configuration
* display icon you have stored in these slots : this will display your stored led configurationNote : These icon slots are located on the bluetooth device itself, so you can store until 8 pixel mapping for icon usage
Characteristics on Dotti cant be read on current device firmware. Previous state should be memorized to maintain statefull processing.
Build
* Build with Android Studio
* Compatible from API lvl 17+
``gradlew clean build``
External Lib
* Color picker by Lars Werkman : https://github.com/LarsWerkman/HoloColorPicker
Device specification : http://wittidesign.com/en/dotti/

