-
1Installation Quick Guide
To start this project :-
^ After downloading the zip, you will see oneTouchCozyMood folder in that, there are five folders: 1) Data, 2) Delete_Users, 3) Enroll_Users, 4)Music_Player, 5)Unit_Test
^ Run the below commands to download our source code and build it
^ Then, look into our circuit design as shown below. Also, you can refer to pictures and videos for connecting components
^ Open unit test folder(use for checking the working of hardware) -- Click on build -- Then click on enroll ---then click on execute in terminal
^ Open Enroll folder -- Click on Build-- Then click on enroll ---then click on execute in terminal
^ Enter ID, name, and scan your finger on the fingerprint sensor then Your fingerprint name will be registered in datafolder
^ Add your favourite playlist to your folder
^ Go to Music player and click on build --- then click on Play --- click on execute in terminal
^ Scan your registered finger and then ambient light and your playlist will start
IGNORE readme.txt word document in all build folders
-
2Installation Instructions
To download our source code along with submodule
$ git init $ git clone https://github.com/Nishant-web/oneTouchCozyMood.git $ cd oneTouchCozyMood/ $ git submodule update --init --recursive --remote
To download pre-build libraries
$ chmod 0770 prerequisites.sh $ ./prerequisites.sh
To build
$ cd oneTouchCozyMood/ $ cd Delete_Users/build/ $ cmake .. $ make all $ cd ../../Enroll_Users/build/ $ cmake .. $ make all $ cd ../../Music_Player/build/ $ cmake .. $ make all $ cd ../../Unit_Test/build/ $ cmake .. $ make all
-
3Authors/Contributors​
- Nishant Kshirsagar
- Amit Rajendra Relan
- Chasmitha Vadlamudi
- Any queries, email us at onetouchcozymood@gmail.com
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.