Skip to content

All platform application to establish communication between phone and an Arduino board through a Bluetooth module HC-05

Notifications You must be signed in to change notification settings

kkmehta03/Object-Locator-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object-Locator-App

Object-Locator-App is built using Cordova. The app uses phone's bluetooth adapter to send signal to the object-locator device mounted on any object (like a key). The signal sent, alerts the bluetooth module on the lost item and a buzzer or beeper attached to it begins to beep. With some manipulations in the code, the app may also be used to create some other bluetooth serial communication related projects. The App does not support android-android bluetooth communication.

To build the app in various platforms like ios and android: For ios: use "$cordova platform add ios" and then execute "$cordova build ios --save". For android: use "$ cordova platform add android" and then execute "$ cordvoa build android --save". Your ios app will be saved in the platforms -> builds -> ios folder in the directory of your project. Similarly, the android app will be save in platforms -> builds -> android folder within the directory.

Software:

  1. Go to the www folder. Index.html file contains the actual webpage which has two buttons - start beeping and stop beeping. The start beeping button when clicked invokes a function in the javascript file to send a bluetooth message to the paired bluetooth device HC-05.
  2. The CSS folder contains the styling code for the html webpage.
  3. The js folder contains code written in javascript to use the phone's bluetooth adapter to send messages when appropriate button is clicked.

Hardware:

  1. The hardware contains arduino pro mini for processing,
  2. HC-05 bluetooth module for BT communication,
  3. a beeper and
  4. a battery to power up the hardware.

About

All platform application to establish communication between phone and an Arduino board through a Bluetooth module HC-05

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published