Tags:
view all tags
---+ BLE Terminal ---++ Web Bluetooth Terminal * https://www.npmjs.com/package/bluetooth-terminal https://github.com/loginov-rocks/Web-Bluetooth-Terminal * https://googlechrome.github.io/samples/web-bluetooth/device-info.html * https://webbluetoothcg.github.io/web-bluetooth * https://medium.com/@loginov_rocks/how-to-make-a-web-app-for-your-own-bluetooth-low-energy-device-arduino-2af8d16fdbe8 * https://de.wikipedia.org/wiki/Node.js ---++ 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%
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r6
<
r5
<
r4
<
r3
<
r2
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r3 - 2020-05-14
-
PeterSchmid
Home
Site map
Cosmac web
MRR web
MecrispCube web
SuperRandonnee web
TWiki web
Ursula web
Velo web
MecrispCube Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Edit
Attach
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