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: weather


    • MicroPython
      1 min | 6061

      #MicroPython: Weather Report using NEO-M8N

      MicroPython | 1 min | 6061


      Hi! I had two busy months, I've been writting my PhD-Thesis, and another paper and yeap... sorry! I forgot to update the blog!

      PythonCode: https://goo.gl/v7NCkj

      Three weeks ago, I received a Ublox NEO-M8N GPS and I tested it with the code that I had. I said it should work, but as you know it always needs some modifications! The NEO-M8N supports GLONASS and GPS, so the $GP changes to $GN, e.g. $GPGGA (GPS) > $GNGGA (GPS+GLONASS).

      The following changes were added:

      # lines 604-606:
      if ...
    • MicroPython
      2 min | 7782

      #MicroPython: Weather Report Box

      MicroPython | 2 min | 7782


      Hi again!... First of all:

      Happy Chinese New Year!!!

      I've just uploaded some code for the Wipy 2.0. I wanted to write some python code. That was why I took the Wipy 2.0 and programmed something like a weather report box. In this project the Wipy 2.0 reads the GPS coordinates via UART, then makes a web get request using the API of openweathermap, and after that the results are displayed on a LCD.

      If you like this, please leave ...