Skip to content

ingchips/INGdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INGdemo

A crossplatform app demostrating BLE services.

Scan for Devices Discover Services

Temperature Service Console Service

Build

Use Visual Studio 2017/2019/2022 to open the solution and build it.

Note: secrets.json under the shared project (INGdemo/INGdemo/) is used to contain secrets, Web API keys, etc. Currently this app uses Google API for speech recognization. To build this app, create a file like this (the file is required but keys are optional for building):

{
  "Google_app_key": "..."
}