Read longitude, latitude, speed and time from the ublox NEO-6M GPS

Requires ARC v3 (Updated 6/24/2016)

How to add the GPS robot skill

  1. Load the most recent release of ARC (Get ARC).
  2. Press the Project tab from the top menu bar in ARC.
  3. Press Add Robot Skill from the button ribbon bar in ARC.
  4. Choose the GPS category tab.
  5. Press the GPS icon to add the robot skill to your project.

Don't have a robot yet?

Follow the Getting Started Guide to build a robot and use the GPS robot skill.


How to use the GPS robot skill

This robot skill has been deprecated and replaced by: https://synthiam.com/Support/Skills/Navigation/BN-880-GPS-Compass?id=21348

Read longitude, latitude, speed and time from the ublox NEO-6M GPS. This control will automatically initialize UART port 0 at 9600 baud for the GPS. One initial startup, the GPS must warm up to begin communicating. The GPS Status will be red and say "disconnected" until the GPS warms up and begins communicating with the satellites. If there are clouds or a building above you, it will not be able to communicate with the satellites. Move outside or wait for a better day to allow the GPS to connect. Once connected the GPS can be moved back inside and stay connected (At least from what I have experienced). Once connected the GPS Status will change to green and say "connected". Data should begin to populate the text fields. The GPS Data tab shows the processed data received from the GPS. The data has been formatted to clearly show latitude, longitude, time (UTC) and speed. The Raw Data tab shows the unprocessed data received from the GPS. Data other than latitude, longitude, time (UTC) and speed can be found here, but is not formatted in an easy to understand way.

Release V2 All variables are now instantiated to 0. This helps solve any problem had when no GPS is connected and the variables are being used.


ARC Pro

Upgrade to ARC Pro

Synthiam ARC Pro is a new tool that will help unleash your creativity with programming robots in just seconds!

#9  

Has anyone been able to use this data with ARC to make a robot move around the driveway etc. Does this skill need to be incorporated with another skill? which ones?

PRO
Synthiam
#10  

Alone, this skill would require additional hardware and writing code. The trouble is gps doesn’t have a compass. The heading value is misleading because it takes the points of travel and calculates an estimated heading. With the inaccuracy of gps, the heading can be off substantially. There is a unit I had played with that has gps and compass for cheap.

i have a robot skill and Arduino firmware for it but it’s not done. I couldn’t get it to work with NMS because the values are too inaccurate. It would need to do path planning on its own.

#11  

I am looking forward to the final product and have many items that I would like to do/use with GPS   Thumbs up

PRO
Synthiam
#12  

Afterthought, a good alternative for large-scale navigation is the Camera NMS Pose. It uses glyph markers on the robot to determine the orientation and location across multiple cameras. It was created for a warehouse robot for one of our enterprise customers. The warehouse is HUGE, and there are dozens of cameras, each viewing a quadrant of the floorplan. They mark off shelving areas so the robots know where to go. This is similar to how Amazon robots work - and they do something similar.

Here's the link for it: https://synthiam.com/Support/Skills/Navigation/Camera-NMS-Pose?id=21080