Comments on: Email Alert System on Location Change with Raspberry Pi and GPS Module https://randomnerdtutorials.com/email-alert-system-on-location-change-with-raspberry-pi-and-gps-module/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sun, 03 Jan 2021 11:53:25 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/email-alert-system-on-location-change-with-raspberry-pi-and-gps-module/#comment-536372 Sun, 03 Jan 2021 11:53:25 +0000 http://randomnerdtutorials.com/?p=45406#comment-536372 In reply to Sam.

Hi.
Yes.
But the Arduino needs to have access to mobile data. You need an aditional module to do that.
Regards,
Sara

]]>
By: Sam https://randomnerdtutorials.com/email-alert-system-on-location-change-with-raspberry-pi-and-gps-module/#comment-535922 Sat, 02 Jan 2021 03:15:42 +0000 http://randomnerdtutorials.com/?p=45406#comment-535922 Isit possible to make an email alert system on location change with Arduino instead of Raspberry Pi?

]]>
By: Kristian Jenset https://randomnerdtutorials.com/email-alert-system-on-location-change-with-raspberry-pi-and-gps-module/#comment-507554 Sun, 18 Oct 2020 08:28:39 +0000 http://randomnerdtutorials.com/?p=45406#comment-507554 Hi.
Is it possible to get the values from the gps in this format in the email?

MMSI: 123456789 (fixed number)
LAT=60.1586916
LON=5.4292635
SPEED=11.2
COURSE=256
TIMESTAMP=2020-10-18 08:24

Regards
Kristian

]]>
By: Sara Santos https://randomnerdtutorials.com/email-alert-system-on-location-change-with-raspberry-pi-and-gps-module/#comment-419010 Sat, 04 Jan 2020 11:47:50 +0000 http://randomnerdtutorials.com/?p=45406#comment-419010 In reply to Ahmed Zarroug.

Hi.
We don’t have any tutorial about that using Raspberry Pi.
We have these tutorials that use Arduino:
https://randomnerdtutorials.com/guide-to-sd-card-module-with-arduino/
https://randomnerdtutorials.com/arduino-temperature-data-logger-with-sd-card-module/
Regards,
Sara

]]>
By: Ahmed Zarroug https://randomnerdtutorials.com/email-alert-system-on-location-change-with-raspberry-pi-and-gps-module/#comment-418976 Sat, 04 Jan 2020 05:10:13 +0000 http://randomnerdtutorials.com/?p=45406#comment-418976 can you give us an idea on how to log the data into a file and access it later?

]]>
By: Sara Santos https://randomnerdtutorials.com/email-alert-system-on-location-change-with-raspberry-pi-and-gps-module/#comment-356385 Fri, 22 Feb 2019 18:26:07 +0000 http://randomnerdtutorials.com/?p=45406#comment-356385 In reply to Ahmed Nabil.

Hi.
You just need to add an if statement to check whether a button was pressed or not. If the button was pressed, run the GPS code that sends the location.
To control a button using python with the Raspberry Pi, you can use the gpiozero library. It is very easy to use. Take a look at the documentation on the following link: gpiozero.readthedocs.io/en/stable/
Regards,
Sara

]]>
By: Ahmed Nabil https://randomnerdtutorials.com/email-alert-system-on-location-change-with-raspberry-pi-and-gps-module/#comment-356371 Fri, 22 Feb 2019 15:47:33 +0000 http://randomnerdtutorials.com/?p=45406#comment-356371 Works perfectly, thank you!
Is it possible to run the GPS and detect lat and long using a switch or a sensor? If yes, could you please tell me how to?
Thanks

]]>
By: Duncan_a https://randomnerdtutorials.com/email-alert-system-on-location-change-with-raspberry-pi-and-gps-module/#comment-311402 Tue, 07 Nov 2017 02:35:17 +0000 http://randomnerdtutorials.com/?p=45406#comment-311402 Why would you want this? I can’t think of a single reasonable use for it – particularly in the suggested format of being powered by a mains adaptor.

Los are quite heavy on current usage, just on their own, so even a battery powered version might not be that practical.

Nice technique though and it must be useful for something…

]]>