Getting Started With GPS / Scamp3 / Flashforth

Поділитися
Вставка
  • Опубліковано 9 вер 2024

КОМЕНТАРІ • 27

  • @robertparenton7470
    @robertparenton7470 2 роки тому +1

    Thank You! Useful in my Drone projects. From Frisco, TX

  • @revelationtrain7518
    @revelationtrain7518 2 роки тому +1

    Inspiring me all the way from Uganda, thank you

  • @abpccpba
    @abpccpba 2 роки тому +1

    As usual always interesting. : = }}

  • @shawnlowe1392
    @shawnlowe1392 2 роки тому +3

    Love your videos! They are very motivational for learning and experimenting with Forth!

    • @0033mer
      @0033mer  2 роки тому

      Glad you like them! Thanks for the feedback.

  • @oneletterz1659
    @oneletterz1659 2 роки тому +1

    Nice introduction

  • @enriquegarcia7613
    @enriquegarcia7613 2 роки тому +2

    Wow I didn't know it was so easy, great video!

    • @0033mer
      @0033mer  2 роки тому

      Glad you liked it!

  • @jemo_hack
    @jemo_hack 2 роки тому +1

    Nice tutorial!

  • @N4HAY
    @N4HAY 2 роки тому +1

    Excellent thank you

    • @0033mer
      @0033mer  2 роки тому

      You are very welcome

  • @ElDami
    @ElDami 2 роки тому +1

    And another great video. Thank you very much for it.

    • @0033mer
      @0033mer  2 роки тому +1

      You're welcome!

  • @lasersbee
    @lasersbee 2 роки тому +1

    Good one Ken....
    You can also use an inexpensive USB to TTL converter board and hookup the GPS Puck to TeraTerm set to 9600 baud.. That's what I used to get the Nema Strings before decoding specific info I needed with a PIC program.

    • @0033mer
      @0033mer  2 роки тому

      Yes, that option is actually built in to this GPS with a USB connector on the backside of the board. You can plug it directly into your USB port which will power the GPS and display the NMEA strings. The serial port is used to interface directly with microcontrollers.

  • @johncatsoulis
    @johncatsoulis 2 роки тому

    As always, a great video Ken.

  • @PhG1961
    @PhG1961 2 роки тому

    Great video and an interesting topic !

    • @0033mer
      @0033mer  2 роки тому

      Glad you enjoyed it!

  • @marswatcher
    @marswatcher 2 роки тому

    Awesome

  • @lukeearthcrawler896
    @lukeearthcrawler896 2 роки тому

    very nice!

    • @0033mer
      @0033mer  2 роки тому

      Thanks for the visit

  • @jankromhout292
    @jankromhout292 Рік тому

    Hello, tanks for this explaining video. In the video you shown how to extract the different fields from the string. Where can I find this resource to expand the code? I wont to use the basics to set my clock (I2C) to the gps time.

  • @daninwy2681
    @daninwy2681 2 роки тому

    You can send it commands to change the baud rate, the intervals of each sentence and which sentence are sent, which I have tried with mixed results.

    • @0033mer
      @0033mer  2 роки тому

      You can use u-center.exe to configure the GPS through the USB port. Make sure your firmware is up to date and you don't have a uBlox knock off.

    • @daninwy2681
      @daninwy2681 2 роки тому

      @@0033mer Thanks. Wish I'd known that a couple years ago before I started messing with GPS chips. I was doing it in C on embedded linux and I also used something called SiRFDemo in Windows with GPS hooked up to comm port.