Introduction: Bluetooth Call Notifier
Introduction
I was browsing instructables news feed some days ago when i came across this Project.
It was a cool project. But i thought Why not build it with a Bluetooth instead of complicated wifi stuff.
Specification of this Bluetooth Call Notifier
- Glows green on Incoming Call.
- Its easy to make
- works on Bluetooth, therefore phone can be charging while a call comes we wont miss to notice it .
- Color can be changed on will
- Glows red on Missed call
What motivated Me to make this
Basically when i work i keep my phone silent most time to avoid distraction , but since it silent i don't notice the calls that i missed,some of them are important.so after seeing the project i was inspired to make one for me but better and cheap.
Also like my page for support
https://www.facebook.com/makewithRex
Step 1: Lets Collect the Parts We Need at First
The first list is of the electronics component and second for the craft.
Second List for the case.
- Art paper (I used black ).(buy it from a local store)
- Xacto Knife/Hobby Knife
- A logo to used i download it from a store
Step 2: Electronics
The Circuit Diagram is very simple to understand.
The Bluetooth module serially communicates with the arduino and then tells it what is the data received.
For a incoming call we receive 'C'
For a missed call we receive 'M'
According to the data received the arduino fades the green and red lights.
The RGB can be changed with a red and green led also.
Note:I used Common cathode RGB so the program given here needs slight changes if you use common cathode and before burining the program make sure the arduino's rx and tx are disconnected from the bluetooths ones.
Attachments
Step 3: Installing the App
Download the app from this link.
Steps to Install the App.
- Go to settings.
- Go to security
- Turn on Unknown Sources.
- Click on the file.
How to use the App.
- Click On Connect Button.
- Choose the HC-05 Module.
- Enjoy the Show :P
Step 4: Creating the Case
- I started by drawing a template on the Art paper.i selected 50mm square cube for the job.
- I made the cube with downside hollow.
- Then using a Xacto Knife i cut the template.
- then i joined all the side except the top layer
- I drew the clip-art i downloaded on the top layer.
- Again Using the Xacto knife i cut the Clip-Art
- Then i take a tracing paper and trace the template all on it.
- I cut the tracing paper and paste it to top side from inside.
- Lastly i joined the last surface and complete the Cube
Step 5: The Last Step
Simply Put the case over the LED And enjoy.
Future Up gradation.
I am Trying to bring A priority mode. And Making it in a Compact space.
If You like it Please Vote for me and Follow me .

Participated in the
Phone Contest

Participated in the
Epilog Contest VII
32 Comments
Question 5 months ago
Is it possible to get the app file?. The link is dead
2 years ago
Hey How did you make that app
Please help me
Question 2 years ago on Step 3
Hello
Is it possible to get the app file?. The link is dead
3 years ago
App not working. Do you mind sharing the app files. Thanks
3 years ago
App's link is not working... please help....
3 years ago
Hey, I am not able to download the android app!!
Can you help me with the same?
-Twisha
Question 4 years ago
can u help me for my final year project? i am making temperature sensor using bluetooth and the data will be send to MIT app inventor. my problem is, i need to make notification alert on my application when the temperature value are higher than 35 celcius. can you help me how to make the notification?
Question 4 years ago on Step 4
where i can got this app
Question 4 years ago
Where can i find code for this app?
Question 5 years ago on Step 3
Where can i find code for this app?
Question 5 years ago on Step 1
Hi.
I take it you used Mit app inventor to create the app.
Do you mind sharing the blocks diagram.
I have a simular project in mind. I Can control the arduino with a mit app. But cant get the incoming call to send request.
Thanks
Vince
5 years ago on Step 5
Please make a Android app which send all notifications to Arduino on a lcd with Bluetooth.....
7 years ago
I HATE SCHOOL
7 years ago
Can you also make the notifier to display who is calling and a text on a screen?
7 years ago
Can you release the AIA source code, please?
Thanks!
7 years ago
i am facing trouble in code. the notifier showing both of lights at a time, if we missed a call the red led starts to fade but green led remains also on.
help me to fix this problem
Reply 7 years ago
you had some connections issues
Reply 7 years ago
all the connections are formed as per your instruction for 3 times but facing same problem
8 years ago on Introduction
just to clarify did you use common cathode rgb? or common anode? what are the changes to be made in code? thank you! :)
Reply 8 years ago on Introduction
Hi Paolo I am using RGB common anode for this build, but if you are using common cathode u need to alter the code by LOW to HIGH and vise versa