---+ BLE Terminal https://spyr.ch/crs-terminal/ ---++ Web Bluetooth Terminal * https://medium.com/@loginov_rocks/how-to-make-a-web-app-for-your-own-bluetooth-low-energy-device-arduino-2af8d16fdbe8 * https://www.npmjs.com/package/bluetooth-terminal https://github.com/loginov-rocks/Web-Bluetooth-Terminal * https://github.com/dheera/ESP32-Web-Bluetooth-Terminal for ESP32 * https://googlechrome.github.io/samples/web-bluetooth/device-info.html * https://webbluetoothcg.github.io/web-bluetooth * https://de.wikipedia.org/wiki/Node.js * https://de.wikipedia.org/wiki/Progressive_Web_App ---++ HM-10 SPP http://www.martyncurrey.com/hm-10-bluetooth-4ble-modules/ <pre> xxxxxxxx-0000-1000-8000-00805F9B34FB SERVICE 3 UUID: 0000FFE0-0000-1000-8000-00805F9B34FB CUSTOM SERVICE UUID: 0000FFE1-0000-1000-8000-00805F9B34FB CUSTOM CHARACTERISTIC READ/WRITE/NOTIFY </pre> The main part of the custom service UUID (FFE0) the main part of the custom characteristic UUID (FFE1) can be changed via AT commands. A second characteristic can also be added. ---++ STM Cable Replacement Service <pre> /****************************************************************************** * Cable Replacement Service STM (CRS STM) ******************************************************************************/ /**< Options: Supported(1) or Not Supported(0) */ #define CRS_STM_UUID128 0x00, 0x00, 0xfe, 0x60, 0xcc, 0x7a, 0x48, 0x2a, 0x98, 0x4a, 0x7f, 0x2e, 0xd5, 0xb3, 0xe5, 0x8f #define CRS_STM_TX_UUID128 0x00, 0x00, 0xfe, 0x61, 0x8e, 0x22, 0x45, 0x41, 0x9d, 0x4c, 0x21, 0xed, 0xae, 0x82, 0xed, 0x19 #define CRS_STM_RX_UUID128 0x00, 0x00, 0xfe, 0x62, 0x8e, 0x22, 0x45, 0x41, 0x9d, 0x4c, 0x21, 0xed, 0xae, 0x82, 0xed, 0x19 </pre> ---++ Web Bluetooth * https://webbluetoothcg.github.io/web-bluetooth/ * https://developers.google.com/web/updates/2015/07/interact-with-ble-devices-on-the-web/ -- %USERSIG{PeterSchmid - 2020-05-13}% ---++ Comments %COMMENT%
This topic: MecrispCube
>
WebHome
>
BleTerminal
Topic revision: r6 - 2020-05-17 - PeterSchmid
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback