Skip to content

This is a smart key app , to controller a bluetooth module in a car. Or in short "IOT Smart Car" , and this repo is for the controller

Notifications You must be signed in to change notification settings

tishka25/smart-key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A BLE controller PhoneGap App

This is an app to control the Smart Car project in my school.

The name of the project is "Smart car"

Dependencies:

Commands and UUID's for BLE characteristics

var Characteristic = {
UUID: "3ff8860e-72ca-4a25-9c4e-99c7d3b08e9b",
DEFAULT: 0x50,
windows: {
  UP: 0x51,
  DOWN: 0x52,
},
ignition: {
  ON: 0x60,
  OFF: 0x50,
  STARTER_ON: 0x62,
  STARTER_OFF: 0x63,
},
centralLocking: {
  UNLOCK: 0x75,
},
trunk: {
  OPEN: 0x77,
},
DATE: {
  DEFAULT: "0",
  SET_DATE_TIME: "1",
  CENTRAL_LOCK: "3",
},
password: {
  UUID: "def231dc-07d4-4a71-b735-811e07d44c07",
},
};

This project has been made with Apache Cordova

To compile the source code follow there steps

  1. cd smart-key; cordova platform add
  2. cordova build
  3. Open the IDE for the specific platform you are building (for iOS: XCode , for Android: Android Studio)

About

This is a smart key app , to controller a bluetooth module in a car. Or in short "IOT Smart Car" , and this repo is for the controller

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published