Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.18 KB

vscp_over_bt_ble.md

File metadata and controls

30 lines (18 loc) · 1.18 KB

VSCP over BLE

The general BLE frame format is as follows

VSCP Bluetooth

Advertising format

The general BLE advertising format is as follows

BLE Advertising

The VSCP advertising payload format is as follows

Description Size Note
head 8-bit
timestamp 32 bit Microsecond timestamp
vscp-class 32-bits VSCP class
vscp-type 32 bits VSCP type
data max = 37 - 13 = 24 VSCP data
  • GUID is constructed from BLE MAC, prefix FF:FF:FF:FF:FF:FF:FF:F8:YY:YY:YY:YY:YY:YY:XX:XX where YY:YY:YY:YY:YY:YY is the BLE MAC and XX:XX is the nodeid.
  • obid is set by receiver, zero if not used.
  • time is set by receiver

filename