Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Web Bluetooth API

These examples use the Web Bluetooth API. This works only in Chrome, Edge, and Opera as of this writing.

Examples

  • Web Bluetooth ButtonLED Read - searches for a peripheral and subscribes to updates. This was written with the ArduinoBLE ButtonLED example in mind as the peripheral.
  • Web Bluetooth LED Write - searches for a peripheral and changes a characteristic with a button press when connected. This was written with the ArduinoBLE LED example in mind as the peripheral.

References