Improved Bluetooth sketches and docs
This commit is contained in:
parent
6ba0802caf
commit
5a010bfb1b
3 changed files with 208 additions and 93 deletions
15
README.md
15
README.md
|
@ -7,8 +7,13 @@ Download [Android SDK Platform-Tools](https://developer.android.com/studio/relea
|
|||
|
||||
Commands:
|
||||
```
|
||||
./adb pair 10.1.0.125:38407
|
||||
./adb connect 10.1.0.125:39099
|
||||
./platform-tools/adb pair 10.1.0.125:38407
|
||||
./platform-tools/adb connect 10.1.0.125:39099
|
||||
```
|
||||
|
||||
And debug Chrome:
|
||||
```
|
||||
chrome://inspect/#devices
|
||||
```
|
||||
|
||||
Chrome flags to be enabled:
|
||||
|
@ -23,5 +28,7 @@ chrome://bluetooth-internals/#devices
|
|||
```
|
||||
Other resources:
|
||||
|
||||
- [GATT Characteristics](https://btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf)
|
||||
- [Using Web BLE](https://youtu.be/TsXUcAKi790)
|
||||
- [Android Wireless Debugging](https://youtu.be/gyVZdZtIxnw?t=49) Tutorial
|
||||
- [GATT Characteristics](https://btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf) Document
|
||||
- [Using Web BLE](https://youtu.be/TsXUcAKi790) Tutorial
|
||||
- [Adafruit Feather nRF52 Bluefruit LE](https://www.berrybase.de/adafruit-feather-nrf52-bluefruit-le) Dev. Boards
|
Loading…
Add table
Add a link
Reference in a new issue