Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.52 KB

File metadata and controls

37 lines (24 loc) · 1.52 KB

LinkIt 7697 Arduino with Web BLE

This repo contains some LinkIt 7697 Arduino project with Web BLE interface.

With an BLE-enabled laptop (ex. Macbook) or an BLE-enabled mobile phone (ex. Android phone), you can use them to interact with LinkIt 7697 devices.

- iOS: Web Bluetooth API is not supported yet
- Android: require Android 6 (Marshmallow) and above

SimplePeripheral

This demo shows how Web browser to toggles on/off LED on the LinkIt 7697.

visit SimplePeripheral for more detail.

SmartConnection

This demo shows how to send Wi-Fi configuration to LinkIt 7697 via BLE. LinkIt 7697 then use the configuration to connect to wireless network.

visit SmartConnection for more detail.

NeoPixel_WS2812

This demo shows how Web browser control NeoPixel (WS2812) lights with LinkIt 7697.

visit NeoPixel_WS2812 for more detail.