Hi there, I'm Sean.
Firstly, I would like to sincerely apologize for my English as it isn't my first language, also it is 3am in the morning right now.
So let's begin, my group project is to tasked to build an autonomous car/vehicle to travel a predetermined course track, the goal is to travel without any fences in a square like maze in a zig-zag pattern from parking the car from "home" then it has to travel the entire course and finally go back home, so basically the aim of this project is either built for regular consumers or agriculture purposes, such as harvesting, or smart lawn mower.
Where the device, moves in a zig-zag motion to complete its task and heads back home once its done.
It should be demo-ed inside a small classroom (else, I need to have a talk with the teacher to see we have a second option to do a video demo instead). And we are pretty much new to arduino and its C++ coding, and we are on our own, without any much guidance from our teacher as for this course, we only able to meet our teacher once a week.
Currently, my group are having trouble interfacing with the GPS Module to plot the GPS coordinates to make turns within the zig-zag course as shown in the video.
The GPS module should be working fine at the moment.
As there are limited guides on that online, so I hope the community would help.
We are using 'NEO-6M GPS Module' from ublox and "Arduino GY-271 3-Axis Electronic Compass Module", and some two way motors for the wheels of the vehicle...
Current we found code online for the 'NEO-6MV2 GPS Module' from ublox and "Arduino GY-271 3-Axis Electronic Compass Module", but we have no idea how to interface it like a simplified program to plot GPS Coordinates and determine a track and implement it back into our code.
Like the video shown below:
Progression on 21/June/2018:
- Start to learn Arduino Coding Language.
- Having trouble with 'NEO-6MV2 GPS Module' from ublox' with codes available online, found a working code on https://www.roboshala.com/arduino-gps-module-interface/ but the library given doesn't work for me
- Still haven't figure out how to plot GPS points for my vehicle can follow
- Successfully soldered 'NEO-6MV2 GPS Module' and 'Arduino GY-271 3-Axis Electronic Compass Module' on my first try with a soldering iron
- The current code I found online so far are working after trial and errors.
Next agenda:
- Work on Mapping
- Purchasing a body to house arduino, shields and motors.
- Figure out how to config the vehicle