Hello Guys, Can you help me? I want to create a mini device on arduino which will be capable to call my phone and send gps location when the button is pushed. what arduino boards will be required ? thanks in advance
The Arduino MKR GSM 1400 will handle calls or text to your phone and is fairly small:
However, it doesn't have GPS so you'd need to add a GPS module. I believe it is possible to get some location data by determining the location of the nearest cell tower. However, that is nowhere near as precise as GPS and I have no clue whether that's possible/easy with the MKR GSM 1400.