GPS Tracking with Node-Red

Поделиться
HTML-код
  • Опубликовано: 20 дек 2024

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

  • @lorenzonperezable
    @lorenzonperezable Месяц назад +1

    Congratulations.... I can see a lot of hours of debug and tests.....thanks for share.

  • @staynjohnson4221
    @staynjohnson4221 4 месяца назад +1

    In case someone facing issue where they cannot see the map in the "dashboard UI", try using a Blue Worldmap node from the left-side pallet bar. There are two 'worldmap' nodes available to use. In my case, i used orange colored worldmap node similar to this video but the map didn't appear in my dashboard UI(localhost/ui). Then I used blue colored worldmap node.

  • @asiw
    @asiw 4 года назад +3

    Thank you for sharing this excellent tracker system. I cant wait to give it a try and learn lots from your Node-Red code. I got a huge amount from your "Working with time series data in Node Red with SQLite" video. You really do cover things well and always very detailed.

  • @NoFish78
    @NoFish78 2 года назад +1

    Hello. Please help with the problem. In the sqlite node, you have /home/pi/sqlite/tracker. How do I find the directory where the sql databases are located? I have a Home Assistant system on a linux large computer.

  • @MarcioTorres
    @MarcioTorres Год назад

    What a spectacular job, congratulations.👋

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

    Hmm but where cani READ GPS cordinates with an usb GPS connected to raspi?

  • @d2d785
    @d2d785 3 года назад +7

    @Csongor Varga Hey your content is very good and we are working on a similar project and we need help in connecting the node red with phpliteadmin please its urgent . We are glad if you help us out ..

    • @d2d785
      @d2d785 3 года назад +1

      please help in urgent how to connect it with phplite admin and how you have run phpliteadmin in localhost

    • @csongorvarga
      @csongorvarga  3 года назад +1

      You can follow this post: randomnerdtutorials.com/how-to-install-phpliteadmin-database-in-a-raspberry-pi/

  • @staynjohnson4221
    @staynjohnson4221 4 месяца назад

    Hello, I dont how u did it but I cannot see the worldmap in the dashboard. is it a different type of node ?

    • @csongorvarga
      @csongorvarga  4 месяца назад

      Yes, you need to install node-red-contrib-web-worldmap for it to appear as a new node type.

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

    Can this be modifyed to compare data of a specific location and analyze it using a decision tree?

  • @arunkumaran7069
    @arunkumaran7069 3 года назад

    Hi, any reason you did not prefer the Android Node-Red over the mobile app, since that would also given you the geolocation?

    • @csongorvarga
      @csongorvarga  3 года назад

      What do you mean Android Node-Red?

    • @arunkumaran7069
      @arunkumaran7069 3 года назад

      @@csongorvarga Hi, there is a Node-Red for Android and it has a node for GeoLocation. I am curious as to why that was not preferred over the mobile app you are using.

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

    Very nice, thank you for your terrific work

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

    Great Video, but don't really understand where you defining the mobile you tracking, is it linked to your Gmail Email address, and you populate a this some where with your app password?
    You must have to enter some credentials .
    Thanks

  • @grantsPi
    @grantsPi 3 года назад

    Terrific video Csongor! Thank you for putting so much effort into your videos and your explanations. They are always interesting and helpful. I have set this up (without the Android app, so just single track) but haven't figured out how to have the map show up in the dashboard. The History choices and the track info show up but the "Map" area is blank. The Worldmap shows up in :1880/worldmap. I've tried a few variations of src="/worldmap" in the Template node, but haven't got it right just yet...

    • @csongorvarga
      @csongorvarga  3 года назад

      Thanks :) On the top left of the flow, there is a simple section with a comment node which says Embed the map to the dashboard. That renders the map in a ui-template that you can place wherever you like. And that map gets updated by the flow later.

    • @grantsPi
      @grantsPi 3 года назад

      @@csongorvarga Thanks Csongor! Sure enough. I think the reason the map had disappeared (I had seen it on the dashboard at least once) was because I had refreshed the dashboard a number of times and had not triggered that node again :)
      I look forward to you next videos!

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

      @@csongorvarga I can't open the world map. Tried
      localhost:1880/worldmap
      localhost:1880/ui/worldmap
      World localhost:1880:ui/worldmap
      Does not work.

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

    I downloaded the apk and placed on my phone, but nothing happens when I tape on the apk. I'm sure the permissions for installing from an unknown source are set right.

    • @sdmilliken
      @sdmilliken 4 года назад +1

      Installed the APK Installer onto the phone. Installed just fine.

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

    How does the tracker database get created? I see the "comment" node with the title create DB, but is there a way to get it to create?

    • @csongorvarga
      @csongorvarga  4 года назад +1

      I also installed phpLiteAdmin on my PI. In that admin page you can create a new database, and execute the SQL statement in the comment node. That will create the table in the database.

    • @sdmilliken
      @sdmilliken 4 года назад +1

      @@csongorvarga Yes, I have phpliteadmin installed as well. I'll copy the infor from the node into phpliteadmin..thanks

    • @csongorvarga
      @csongorvarga  4 года назад +2

      @@sdmilliken First you create a new database (bottom of the left navigation), once it is created, select the new database and select the SQL tab, paste and Go.

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

      @@csongorvarga Database up and running. Email is sending the data back from the cell phone, but nothing is showing up on the map. Any ideas?

    • @csongorvarga
      @csongorvarga  4 года назад +1

      @@sdmilliken Someone reported a similar problem. The map was not showing anything, just the chart and the data list below. The issue was that there was no sufficient wifi information in the database and the code could not differentiate the tracks. In that case delete the wire from the "Generate map routes (separate track)" to the "worldmap" node, and connect a wire from the "Generate map routes (single track)" node to the "worldmap" node.

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

    It would be fine if location could be requested on demand, instead of regular intervals of time or distance!

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

    Hi. Are you interested in providing consultancy services?

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

      My professional job is consulting as well. I am happy to help, just don't have enough time to commit to a "full consultancy service"

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

    Excellent! Any chance of an iOS app version please? Cheers

    • @csongorvarga
      @csongorvarga  4 года назад +1

      Well, if you can find somebody who is willing to code for iOS :)

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

      @@csongorvarga Sorry, unfortunately not me 😢. Cheers

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

    Excellent GPS system

  • @dukeplc
    @dukeplc 4 года назад +2

    I think I speak for men everywhere when I say.... . KEEP THIS OUTTA THE HANDS OF WIVES AND GIRLFRIENDS!!!!!!!!! :-)