Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.14 KB

BLEClient

Bluetooth Low Energy with the ability to view specific characteristics and send them to UDP.

Description of the interface:

Buttons:

  • Once - scanning the bluetooth devices around for a preset time (5 seconds)
  • Always - a constant devices scanning
  • Stop - stop scanning bluetooth
  • All - Search for all devices around (Yes), or one or two with the specified number UUID (No)  

Table of devices:

  • The table displays scanned devices around: contains the device name and address.

UUID service: input and display characteristics for a specific UUID.

Delete: clear the table with the characteristics of the services.

Table of characteristics:

  • UIID and value characteristics.
    • / -: respectively, the right to read, write, receive notifications from the characteristic.
  • Read selected characteristic (needed when notifications are unavailable)
  • Write to BLE: writing a randomly generated string to the selected characteristic

Transfer: UDP data transfer to the required server