https://github.com/outofambit/edison-bluetooth-enabler
Script to enable bluetooth on the Intel Edison
https://github.com/outofambit/edison-bluetooth-enabler
bluetooth intel-edison startup-script
Last synced: about 1 year ago
JSON representation
Script to enable bluetooth on the Intel Edison
- Host: GitHub
- URL: https://github.com/outofambit/edison-bluetooth-enabler
- Owner: outofambit
- Created: 2016-03-20T15:24:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T15:25:39.000Z (about 10 years ago)
- Last Synced: 2025-03-27T01:08:11.855Z (about 1 year ago)
- Topics: bluetooth, intel-edison, startup-script
- Language: Shell
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bluetooth Enabler for Intel Edison
Script to enable bluetooth on the Intel Edison. Meant to be installed as a startup script.
## Installation
(adapted from http://stephaniemoyerman.com/?p=41)
```bash
$ mkdir /etc/init.d
$ cp bluetooth_enabler.sh /etc/init.d/
$ chmod +x /etc/init.d/bluetooth_enabler.sh
$ update-rc.d /etc/init.d/bluetooth_enabler.sh defaults
$ reboot now
```