Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Looking for a remote control device + an app to make a phone call from the cell phone

Status
Not open for further replies.

bhl777

Full Member level 6
Joined
Sep 30, 2008
Messages
363
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
5,140
Hi,

I am looking for such a remote control solution to initiate a phone call. The concept is similar to some existing alarm system: a user press a button at the controller, and an emergency call is initilized to call out to a pre-set phone number.
remote call.JPG

What I am thing is an device +app solution. Assuming the phone and the remote controller is within the same house
1. When a user press the button at this controller, it triggers an app in the phone
2. The app itself can initiate a phone call to a specific contact person. The user does not have to talk in the phone via the controller. Instead, the call itself can be treated as an alaram notification.

Would anyone suggest any products in the market that can do this job using a smartphone? Or if I have to build such a system, what key information I need to look for?

Thank you!
 

Hi,

Almost any ESPxxx device...
ESP-01, ESP-02, ESP-05, ESP8266, ESP32........and many others.

Klaus
 
  • Like
Reactions: bhl777

    bhl777

    Points: 2
    Helpful Answer Positive Rating
Hi,

You need to handle the button part and the application part separately. Assuming you need help with the button part, you can try this tutorial https://www.instructables.com/id/Tiny-ESP8266-Dash-Button-Re-Configurable/
The end result is a GET request somewhere you decide. If you have wifi but no internet than make the call to your phone's IP address (keep in mind that the phone's ip changes as you connect and reconnect to wifi). Alternatively a better solution is to use cloud such as AWS Lambda or AWS IOT which will be there always listening to your button press and whenever you make the call it will do something you want.

Checkout https://aws.amazon.com/blogs/public...emergency-alert-solution-with-aws-iot-button/

Xen
 

Google "esp8266 iphone alarm", you will get a lot of hits for push notifications
to a phone.


Regards, Dana.
 

I guess there are many tutorials regarding this, i honestly haven't made anything like this.
 

Hi,

I am looking for such a remote control solution to initiate a phone call. The concept is similar to some existing alarm system: a user press a button at the controller, and an emergency call is initilized to call out to a pre-set phone number.
View attachment 159482

What I am thing is an device +app solution. Assuming the phone and the remote controller is within the same house
1. When a user press the button at this controller, it triggers an app in the phone
2. The app itself can initiate a phone call to a specific contact person. The user does not have to talk in the phone via the controller. Instead, the call itself can be treated as an alaram notification.

Would anyone suggest any products in the market that can do this job using a smartphone? Or if I have to build such a system, what key information I need to look for?

Thank you!
Hi.you can simply use "MIT app inventor" to make app.you can also use NodeMCU or SIM808 and then you need website as cloud,for that you can use thinker.io which is cloud web server.
 
Last edited by a moderator:

Something like this or do you want to do the design ?



Regards, Dana.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top