Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnelliott/bpfm-ansible
Deploy multipoint audio sharing to Ras-Pi
https://github.com/johnelliott/bpfm-ansible
Last synced: about 2 months ago
JSON representation
Deploy multipoint audio sharing to Ras-Pi
- Host: GitHub
- URL: https://github.com/johnelliott/bpfm-ansible
- Owner: johnelliott
- Created: 2015-08-16T01:12:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T00:24:07.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T20:21:12.928Z (8 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BPFM installation
This is for setting up a raspberry pi to act as a hands-free device to support bluetooth audio input for use on a streaming server.
Path of audio:
mobile phone -> bluetooth A2DP -> pi -> node.js -> client browser
Hardware plan:
Raspberry Pi with bluetooth and wifi, set up as an access point serving a page to all web requests.
Client plan:
The page will use browser-native apis to deliver the audio stream.
## Setup thus far* we did a key pair, we called the Raspberry pi user pi
* we set up an ssh config called 'pi'
* we made sure the laptop knew about the pi hostname
* we installed the ansible script## Deploying
edit the `inventory` file with the ssh Host to deploy install to
run `$ ansible-playbook make-nohands.yml -i inventory --ask-sudo-pass`