Skip to content

Commit

Permalink
Embed overview video in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtoblum committed Apr 20, 2020
1 parent 6defd99 commit a4bd048
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
![](https://github.com/toblum/ESPTeamsPresence/workflows/BuildAndRelease/badge.svg)
![](https://img.shields.io/github/v/release/toblum/ESPTeamsPresence)


**A standalone Microsoft Teams presence light based on ESP32 and RGB neopixel LEDs.**

Find detailed informations about the project here: [https://toblum.github.io/ESPTeamsPresence/](https://toblum.github.io/ESPTeamsPresence/)
This project allows you to build a standalone device that visualizes your presence information from Microsoft Teams with colored LEDs. It's easy to build and quite cheap.

See this video for a short overview:
<iframe width="560" height="315" src="https://www.youtube.com/embed/xzfF3DQrTr4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

This projects implements the device login flow to authenticate against Microsoft Azure AD and to get a bearer token to call the Graph API to get presence informations for the current user. Everything is implemented in C++ code for Arduino-style microcontrollers and runs directly on the cheap and powerful WiFi-connected ESP32 board. Hardware build and setup is extremely easy and consists only of two active parts and three wires and is powered via Micro-USB. It also features a cool retro-style web UI to configure the widget.

This projects implements the device login flow to authenticate against Microsoft Azure AD and to get a bearer token to call the Graph API to get presence informations for the current user. Everything is implemented in C++ code for Arduino-style microcontrollers and runs directly on the cheap and powerful wifi-connected ESP32 board. Hardware build and setup is extremely easy and consists only of two active parts and three wires and is powered via Micro-USB. It also features a cool retro-style web UI to configure the widget.
<iframe width="560" height="315" src="https://www.youtube.com/embed/3qcatKaqbU4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>


## Licence
Expand Down
7 changes: 6 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

**A standalone Microsoft Teams presence light based on ESP32 and RGB neopixel LEDs.**

This projects implements the device login flow to authenticate against Microsoft Azure AD and to get a bearer token to call the Graph API to get presence informations for the current user. Everything is implemented in C++ code for Arduino-style microcontrollers and runs directly on the cheap and powerful wifi-connected ESP32 board. Hardware build and setup is extremely easy and consists only of two active parts and three wires and is powered via Micro-USB. It also features a cool retro-style web UI to configure the widget.
This project allows you to build a standalone device that visualizes your presence information from Microsoft Teams with colored LEDs. It's easy to build and quite cheap.

See this video for a short overview:
<iframe width="560" height="315" src="https://www.youtube.com/embed/xzfF3DQrTr4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

This projects implements the device login flow to authenticate against Microsoft Azure AD and to get a bearer token to call the Graph API to get presence informations for the current user. Everything is implemented in C++ code for Arduino-style microcontrollers and runs directly on the cheap and powerful WiFi-connected ESP32 board. Hardware build and setup is extremely easy and consists only of two active parts and three wires and is powered via Micro-USB. It also features a cool retro-style web UI to configure the widget.

<iframe width="560" height="315" src="https://www.youtube.com/embed/3qcatKaqbU4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

0 comments on commit a4bd048

Please sign in to comment.