ESP8266 Nodemcu & Ublox GPS & Oled display location tinygps tutorial

Поделиться
HTML-код
  • Опубликовано: 7 май 2016
  • In this video I describe how to hookup a Ublox 6m GPS module and an OLED display to the NodeMCU ESP8266-12e wifi module to display your current GPS location and other info.
    I will upload the code to Instructables and will provide the link below.
    www.instructables.com/id/ESP82...
    You can download the code from Github
    github.com/mkconer/ESP8266_GPS
  • РазвлеченияРазвлечения

Комментарии • 28

  • @JerryEricsson
    @JerryEricsson 8 лет назад +2

    Thanks a Million! I was looking for just this setup to build a GPS device for our RV to use when we are traveling through these wonderful United States of America (GOD BLESS AMERICA!). We are an older retired couple who are trying to convert to the NOMAD way of life in our '03 Class A motor home pulling a Jeep Liberty behind. Last year we logged 4000 miles, and spent most of the winter months in southern Arizona. This year medical concerns have kept us in our home state of South Dakota and we must remain till November. Sort of like being tied down, but I look forward to finding yet another route from here to our adopted RV parking place in Golden Shores Arizona.

  • @rfbase
    @rfbase 5 лет назад +2

    Thanks for posting this. Very helpful. I have several ESP8266 adafruit Huzzah modules and was able to modify slightly to work. I also have no display so I just write to the serial monitor. Thanks again for posting!

  • @rusdagamers1679
    @rusdagamers1679 4 года назад +4

    error compile, no such file or directory ...ssd1306syp ?

  • @danielwhitehead8965
    @danielwhitehead8965 5 лет назад

    Ty so much, cant wait to try.

  • @davidbarradine7902
    @davidbarradine7902 7 лет назад +2

    ESP8266 can use any of the IO pins for sda scl you just have to allocate the pins in your code.

  • @vicesde
    @vicesde 5 лет назад +2

    Hello, excellent project. How can I put the height in meters? Thank you

  • @TheJosedao
    @TheJosedao 7 лет назад

    Thank you for the video! if i want to see my gps position in a web server, how could i do?

  • @dougcrawford6218
    @dougcrawford6218 4 года назад

    In the Arduino sketch if I wanted my UGV to travel to a certain "Lon and Lat" could I add a code that would allow me to do this?.. If so what would I need to write into the sketch?

  • @cleverlabchile
    @cleverlabchile 2 года назад

    Amigo, no se encuentra disponible la libreria SSD1306syp. ¿como podría hacerlo con la librería SSD1306? ya que donde comienza el voidsetup, la palabra "initialize" solo es compatible con la librerìa SSD1306syp, muchas gracias desde ya desde chile

  • @alirahmati7983
    @alirahmati7983 4 года назад

    hi,how can i use esp8266+gpsm6+sdcard on nodemcu? i want sd save the data,i need to data save on SD card,.can u tell me what need to do?

  • @RalphWLundvall
    @RalphWLundvall 5 лет назад

    Why not define the RX TX pins as follows:
    static const int RXPin = D6, TXPin = D7;
    ??
    These designations are readable straight off the ESP8266-12E.

  • @yigitozen
    @yigitozen 5 лет назад +1

    is it possible to retrieve the date from GPS signal using that module?

    • @RalphWLundvall
      @RalphWLundvall 5 лет назад

      You get GMT from satellites. Yes, date is included. You have to adjust for your time zone.

  • @hamzashan8349
    @hamzashan8349 5 лет назад

    How can i show the location which you shows in oled data as a map location graphic in little lcd which show the position with map. Any possibility

    • @EZtech
      @EZtech  5 лет назад

      hamza shan Not with this setup, you would need a computer or a table/phone in order to display your location over a map

    • @hamzashan8349
      @hamzashan8349 5 лет назад

      Brother I want this for my final year project .
      ruclips.net/video/jmRlx8jR-qg/видео.html
      i want to show this map in a good looking lcd like adafruit or any which display good map.

  • @cemtanca2286
    @cemtanca2286 2 года назад

    hi Sir. can you share, if you dont mind same project with Arduino uno ?. ı mean pin outs and can ı use same code for this project. Thanks

  • @marcovL1970
    @marcovL1970 2 года назад

    If got a error on the display driver

  • @pasplusvite
    @pasplusvite 4 года назад

    bonjour on a beaucoup de problème de téléversement avec Arduino 1.8.10 et les librairie peut tu faire quelque chose s'il te plait
    hello we have a lot of problem of uploading with Arduino 1.8.10 and the bookstores can do something please

  • @TEKKENEnterMyDragon
    @TEKKENEnterMyDragon 6 лет назад

    This does not need any arduino microcontroller to work?

    • @EZtech
      @EZtech  6 лет назад +1

      JasonMediaCenter no it doesn't, just the NodeMCU which uses the Arduino ide to program it.

    • @TEKKENEnterMyDragon
      @TEKKENEnterMyDragon 6 лет назад

      thank you, is there any way, the esp8266 can upload the coordinates to a webserver or web application?

    • @peepforlearning6058
      @peepforlearning6058 6 лет назад +1

      s its there by google API (which gets u the perfect latt. and long. from the google data ).

    • @yigitozen
      @yigitozen 5 лет назад

      esp8266 is used here. which is arduino compatible and way more capable.

  • @kumareshj7741
    @kumareshj7741 6 лет назад +1

    adafruit library error