Manage cookies

We use cookies to improve our services. Read more about how we use cookies and how you can refuse them.

The necessary cookies help to make the website work properly.

Anonymous statistical cookies help to understand how visitors use the website.

  • Tag: geolocation


    • MicroPython
      5 min | 4288

      #MicroPython & #WiPy 2.0/3.0: Geolocation using WLAN

      MicroPython | 5 min | 4288


      I was surfing the services that Google offers, I found the Geolocation API. As Google describes the API: it returns a location and accuracy radius based on information about cell towers and WiFi nodes that the mobile client can detect. As I was writing the last post using MicroPython, I thought the WiPy 2.0/3.0 could be a nice "mobile client".

      To use the API you need to get an API key from Google. As a standard user of the API, you get:

      • 2,500 free requests per day, and
      • 50 r...