I'm using esp32 to send magnitude to firebase.I need help with retrieve data from firebase to app
And get location with location sensor and send direct message to phone number.
Lito
January 4, 2025, 8:31am
2
Take a look at this project, that send a SMS with the location »
Precise_Location_Enhanced_OK.aia (13.9 KB)
Save the file to your computer and then Import the project in AI2 »
Lito
Welcome Vivek.
This example might be part of what you want to do Vivek
Use the Texting and LocationSensor components to send your location to a phone by sms.
[TextingScreen]
The code shown below in the send Location Procedure prevents the message from transmitting until after your GPS receives a satellite fix. The Android must first decide where it is located prior to sending its location. The satellite fix must be obtained so the GPS knows where it is. The satellite fix normally occurs from 30 to 60 seconds after loading the app. Press the send Button and w…