Skip to content

Proof of Concept - BLE on Windows (for Web Bluetooth)

Notifications You must be signed in to change notification settings

ab4daa/win-ble-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

win-ble-cpp

PoC for BLE on Windows using WinRT APIs

A proof-of-concept code for controlling a Bluetooth Low Energy Light Bulb using Windows RT APIs.

This project was created in hope to push forward the implementation of Web Bluetooth for Windows 10.

License: MIT.

What does it do?

  1. Scans for BLE devices with a 0xffe5 Primary Service
  2. Connects to any matching device
  3. Writes to Characterstic number 0xffe9 and changes the color of the bulb every second (alternates between red and yellow)

Note: This only works on Windows 10 Creators Update. Prior Windows 10 versions did not support BLE connections with unpaired devices.

About

Proof of Concept - BLE on Windows (for Web Bluetooth)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.2%
  • C 11.8%