Hi, I'm working on the HC05 Bluetooth . I want to use him with Arduino to be able to send a SMS message to the cell phone (as a notification) . I heard something about the "Arduino SMS" software (apkpure.com/arduino-sms/com.nicolasdallo.androidsms
) , but I'm not sure. Does anyone know how to do this? I'd be very happy if someone could answer and help🙏
I moved your topic to an appropriate forum category .
In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.
This is an essential part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. It contains a lot of other useful information. Please read it.
Thanks in advance for your cooperation.
But I bet you never actually read it. You need to properly explain what actually want to do because, at the moment, it sounds absurd. If you really want to send some text from Arduino to phone via Bluetooth for subsequent retransmission as an SMS, that may be feasible but it is definitely more of an Android problem, so look there first.
hc05 is a Bluetooth module/wireless module. If you want to send SMSs, then I think you need another module, in which you can then also insert a SIM card. Should something still happen with the code? Or only the notification on the Smpartphone?
Hi. Tnx
But I need to use the HC05 for now.
I would be happy to find at least an app that can at least get a notification on a snarthphone (by Arduino and HC05).
You can of course use HC05 to send the message via Bluetooth. How do you actually imagine that? Do you like to connect the Arduino with a keyboard and then send the messages? Actually, it is more common that you type a message in the mobile app and the HC05 then receives this and then executes what.
HC-05 is a Bluetooth module which helps us to connect arduino with blurtooth through your device.
But as you require SMS you must have to go with GSM model which will send sms through Sim card
As a notification like sms
If you require a email notification then you will require ESP32
no email
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.