The use of the ESP8266 in the world of IoT

User avatar
By invisible008
#69772
QuickFix wrote:Please don't [ IMG ]-tag imgur-pages: it doesn't work.
Please don't post images of code, just copy and paste them here on the forum encapsulated between [ CODE ]-tags. :idea:

Welcome on the great world of internet forums @invisible008. :D


Thanks! Sorry I'm new here.

= I have already answered my own problem. I do have another question , is it possible for a nodemcu give its own location through latitude and longitude without using any gps module. I've already tried geolocation based on IP address, but it gets the IP address of my ISP. Thanks :)
User avatar
By QuickFix
#69821 You don't want to use IP geolocation: it's by far not accurate enough and will only give a rough estimate of the location of the WAP IP address (like in what city is the subscriber of the IP address at) and even that can be way off the real location.
(If I geolocate my WAN IP, it returns the location of my ISP 100km from here)

GPS modules are very cheap (€2.50 ~ €3.00), very small, very easy to work with (you only need to listen @9600 Baud on serial and parse the text) and very accurate (less than 15m, depending on conditions).