Geolocation for boards without GPS capability. #8
gideonmaina
started this conversation in
Ideas
Replies: 1 comment
-
A disclaimer about using the Geolocation API; It can only work with HTTPS! Therefore, the webserver should also be HTTPS. The esp8266 was not designed for this and the extra overhead of enforcing SSL comes with performance limitations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @augustinemwendwa72 and @usmanbiu . I am trying to figure out how we can achieve acquiring location data for sensor kits without GPS support.
There are a couple of ways this can be achieved :
Assisted GPS (AGPS): This involved acquiring ephemeris data from a Secure User Plane Location (SUPL) server over a TCP/IP connection. I have explored this slightly with Quectels AGPS server with little success. This requires extensive research. @augustinemwendwa72 any luck with this?
Leveraging Geolocation API via the config page served by the webserver whereby a location can be extracted to a connected device. Not sure how this will work out when WiFi is on STA mode.
This will only be suitable for stationary sensors that need to be onboarded just once.
Beta Was this translation helpful? Give feedback.
All reactions