Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cho45/hid2hcix
Tiny hid2hci implementation for CSR Bluetooth Dongle
https://github.com/cho45/hid2hcix
bluetooth csr-bluetooth-dongle hid keyboard usb
Last synced: 2 months ago
JSON representation
Tiny hid2hci implementation for CSR Bluetooth Dongle
- Host: GitHub
- URL: https://github.com/cho45/hid2hcix
- Owner: cho45
- License: gpl-2.0
- Created: 2016-09-07T01:02:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T23:32:40.000Z (over 6 years ago)
- Last Synced: 2023-10-20T18:51:14.094Z (about 1 year ago)
- Topics: bluetooth, csr-bluetooth-dongle, hid, keyboard, usb
- Language: C
- Homepage:
- Size: 251 KB
- Stars: 27
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
hid2hcix
========Switch CSR Bluetooth Dongle to HCI mode.
# Install
## Windows
1. Download following bat: https://github.com/cho45/hid2hcix/blob/master/install-win.bat
2. Rename it to install-win.bat surely.
3. Right click the downloaded script
4. Do "Run as Administrator"This batch download hid2hcix.exe and copy it to system startup folder (C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp).
## Mac
1. Download https://github.com/cho45/hid2hcix/blob/master/install-mac.sh
2. sh install-mac.sh
install-mac.sh requires sudo.# Build
Build on OS X with mingw:
```
PATH="/usr/local/gcc-4.8.0-qt-4.8.4-for-mingw32/win32-gcc/bin:$PATH" make -f Makefile.mingw
```# hidapi
Modified one-line for this project: https://github.com/cho45/hid2hcix/commit/5bf116509feb160a202537a1279d77cf2203d659