Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malykhin/on_air
Raspberry Pi Pico W based automated On Air Sign
https://github.com/malykhin/on_air
raspberry-pi raspberrypi raspberrypipico raspberrypipicow
Last synced: 24 days ago
JSON representation
Raspberry Pi Pico W based automated On Air Sign
- Host: GitHub
- URL: https://github.com/malykhin/on_air
- Owner: malykhin
- Created: 2022-08-11T03:27:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-24T18:43:23.000Z (over 2 years ago)
- Last Synced: 2024-10-24T21:35:48.888Z (2 months ago)
- Topics: raspberry-pi, raspberrypi, raspberrypipico, raspberrypipicow
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# On Air
![3D7262B5-DD7C-4B79-B4B2-1DB69BFE7F54](https://user-images.githubusercontent.com/15819745/184469051-e8bb5a4a-b7da-4c45-90ff-2ca3d01acf46.JPG)
Software for the 'On Air' sign controlled by Mac's microphone status. It lights up when microphone is active.
# Installation
1. Create `params.py` frole from `params_sample.py`. Fill proper values for `uuid` and `password` and change other params if needed.
2. Copy *.py files to your reaspberry pi pico w.
3. Execute the script on pi and save IP address from the console.
4. Create `watcher_params.json` from `watcher_params_sample.json`.
5. Fill the `SIGN_ADDRESS` in `watcher_params.json` using saved IP address.
6. Execute `./setup_watcher_autoload.js` to setup automatic script execution on user login.# Circuit Diagram
![Diagram](https://user-images.githubusercontent.com/15819745/186831340-e5e67270-2aed-415d-bc47-c7b060db5ee6.svg)