A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
ble_app_interface
-
[card:aschulz90/ble_app_interface]
This module publishes BLE services, that can be used to:
- add/remove modules
- edit modules
- edit general config values
- execute certain actions, like reboot, refresh, etc. (thanks to mmm-remote-control for this)
- connect to a wifi network
This allows every BLE-enabled device to connect to the mirror and communicate with it. Information on the published services and characteristics, and how to use them, can be found on the GitHub page.
For Installation/Usage/Requirements see the GitHub page.
Please read the installation instruction carefully!I have tested the BLE functionality with an RaspberryPi 2 and a generic USB Bluetooth adapter (without needing any special configuration). So the module should work on a RaspberryPi 3 aswell.
I am currently developing an Android app, that uses this module and can be found here.