https://github.com/esrlabs/digitalpictureframe
https://github.com/esrlabs/digitalpictureframe
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/esrlabs/digitalpictureframe
- Owner: esrlabs
- Created: 2016-06-24T09:29:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T10:40:27.000Z (almost 10 years ago)
- Last Synced: 2025-06-12T17:45:48.360Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 22
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Digital Picture Frames with Presence Recognition
a ESRLabs 2016 labdays project
## Vision
Build multiple digital picture frames displaying our team. Experiment with Bluetooth LE: detect who's phone is nearby and highlight the corresponding teammate on the frame.
## Architecture
#### Smartphone
Presence recognition is realized by a smartphone app for android detecting BLE beacons signal emitted by each frame.
#### Broker
A mqtt broker receives the presence information from each smartphone and informs the corresponding frame about
#### Digital Picture Frames
Each frame is equipped with a BLE beacon emitting an unique signal. Each frame listens to the broker and displays pictures of detected teammates using javascript.