Hello!
We have a project that is a Location Tracking Device which uses two modules from Adafruit - FLORA & FONA. The FLORA module serves as the microcontroller in the overall setup and the FONA serves as the GPS+GSM Module. Both modules are arduino-compatible so we used arduino codes for it to function. Basically, the FONA module gets gps coordinates from the satellite through a GPS receiver and publish it to a web server. However, the gps receiver can only get a GPS fix outdoors and not indoors.
I was thinking if it is possible to get GPS fix indoors through GSM functionality as stated in the library of FONA that there are certain codes to get the location through GSM as stated in the image attached in this thread. Do you think it would be possible?
Also, is there a way how to code on selecting what you want to publish? In our case once we get a GPS fix outdoors, the coordinates will be published to the web server. But if we won't be getting a GPS fix because the module is indoors but we still want to get the GPS fix, and assuming the GSM method will work, is there a way to code that we will now activate getting gps coordinates using the GSM and publish it instead to the web server?
Thank you so much! It would be great if you could help me.
