Battleship web app made with SolidJS using solid-start.
Find a file
2024-02-22 17:14:09 +01:00
.github/workflows Fix tests 2023-09-07 17:38:07 +02:00
Arduino Improved Bluetooth sketches and docs 2022-09-25 14:45:22 +02:00
BluetoothGUI Added example sketch for HM-10 module 2022-09-25 15:04:30 +02:00
leaky-ships Migrated to latest solid-start version 2024-02-22 17:14:09 +01:00
.gitignore Using Bluetooth on mobile 2022-09-25 00:28:29 +02:00
README.md Update README.md 2023-08-31 11:40:16 +02:00
todo.md Create todo.md 2023-02-01 13:58:22 +01:00

leaky-ships

Battleship web app made with SolidJS using solid-start.

Bluetooth

Download Android SDK Platform-Tools

Commands:

./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:

chrome://flags/#enable-experimental-web-platform-features
chrome://flags/#enable-web-bluetooth-new-permissions-backend

Dev tool to discover gatt services:

chrome://bluetooth-internals/#devices

Other resources: