Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imseanconroy/disturbance-free-calling
Minimising disturbances to enable productive remote work.
https://github.com/imseanconroy/disturbance-free-calling
aws electonics iot kicad webex
Last synced: 27 days ago
JSON representation
Minimising disturbances to enable productive remote work.
- Host: GitHub
- URL: https://github.com/imseanconroy/disturbance-free-calling
- Owner: ImSeanConroy
- License: mit
- Created: 2024-11-20T21:21:54.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-24T16:58:35.000Z (28 days ago)
- Last Synced: 2024-11-24T17:30:21.151Z (28 days ago)
- Topics: aws, electonics, iot, kicad, webex
- Language: HCL
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Disturbance Free Calling
**Minimising disturbances to enable productive remote work** - In today's remote work environment, unintentional interruptions can disrupt productivity and professional communication. This project tackles the challenge by creating a IoT-driven indicator designed to signal your availability and minimize disturbances during critical work activities like calls and meetings.
This is version 2.0 of the system, building on the foundations of the [original version](https://www.linkedin.com/feed/update/urn:li:activity:6930081862153342977) developed in 2020. The initial solution utilized an ESP32 microcontroller to poll the Webex API for status updates, displaying availability through an LED strip. While effective, areas for improvement were identified in terms of performance, reliability, and design.
## License
This project is Distributed under the MIT License - see the [LICENSE](LICENSE) file for information.
## Support
If you are having problems, please let me know by [raising a new issue](https://github.com/ImSeanConroy/disturbance-free-calling/issues/new/choose).
## Acknowledgments
This project was made possible thanks to the following resources:
[AWS Samples](https://github.com/aws-samples/aws-iot-esp32-arduino-examples) - Several Arduino examples for AWS IoT projects using ESP32.