SmartWatch project using arduino and android. This project is built on android studio that provide android as platform to work with the arduino platform. SmartWatch is a project i'm influenced from the tinkernut.com. But I doesn't used any of the code from it and instead of mobile display, I've used the oled screen as i'm not from electronics department and i was unable to solder the wires on the old cell phone oled screen.
You will need the android studio to get started with this project. If you find any difficulty in adding and using this project, feel free to post a issue and I will try my best to solve it.
Here is the up to date DroidWatch app published on google.
-
- Update your android studio to the latest version.
-
- Update gradle and sdk libraries.
- Download this repository from the clone/download repository.
- Extract the .zip and move this folder to your AndroidStudioProjects folder.
- Open android studio and click on file -> Open.
- Choose DroidWatch and download dependency and build tools if required.
- Build project and wait for refreshing of gradle.
- Run the app on your real device.
You can run this project from within the android studio or build and apk and then transferring that apk to your android device and install in it.
- TechXSpace - Follow my blog too.
- Youtube - Subscribe, Like and Comment on video.
This project is licensed under the MIT License - see the LICENSE.md file for details
This project maintains some code of conduct - see the CODE_OF_CONDUCT.md file for details
DroidWatch's privacy policy document - https://github.com/osociety/DroidWatch/wiki/Privacy-Policy
- Tinkernut.com - Inspiration.
- Developers Guide - Guide for Bluetooth communication.
- StackOverFlow.com - For bug fixes and code helps.