Read longitude, latitude, speed and time from the ublox NEO-6M GPS
How to add the GPS robot skill
- Load the most recent release of ARC (Get ARC).
- Press the Project tab from the top menu bar in ARC.
- Press Add Robot Skill from the button ribbon bar in ARC.
- Choose the GPS category tab.
- 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.
Have you been able to incorporate this with ARC and a rover for movement?
Hey sorry about the wait on this thread @Automation Man. A NEO-6M GPS was mounted to a Roli Rover to test with and it worked but I don't believe any example code was ever generated.
No problem, having the ability to work with really accurate GPS would be very beneficial. There are some that are down to the cm level.
Does it work with ublox NEO-8M as well?
Most likely it’s backwards compatible. The same gps signal is used on all gps systems
I tried to connect the ublox NEO-8M, but no signal detected either inside oder outside. Maybe switch to NEO-6M?
The wires are incorrect. The TX connects to RX. And the RX connects to TX. Make sense?
Transmit is TX. That means it transmits. So you can't transmit to a transmit. You need to transmit to a receive. Receive will receive what is transmitted. So you transmit to receive, and you receive from transmit.
(that sounded like a dr Seuss book)
Now it works, thanks! But the data are trash, I'll try again tomorrow during better weather.