drone project with gps module

hello, I will need your help to start a project. My goal is to create a drone that can move with a gps chip. For this, I must set up a permitting transmitter / receiver system. The transmitter will be a push button connected to an arduino card, a GPS module and a radio emitter. I would like at first to create a program to record the gps location of the transmitter at the moment the button is pressed. Then, the receiver implanted in the drone receives the GPS coordinates and moves to the received position.
Having only some basic coding with arduino :confused: , I want to know how is it possible to send GPS coordinates from a transmitter to a radio wave receiver?
thank you for reading my request for help.

Not having your drone under positive control is illegal in most countries. Please check yours.

Paul

Probably possible.

But in a lot of place in the World you would need a special license for an autonomous drone, and given the basic level of questions your asking, you may not get one.

I know the standards of the DGAC but the problem is not there. I would like some information on gps information coding. What components must I procured to realize the assembly? a sim5320e, a neo-6 module?

this project was given to me by my teachers, in order to evaluate my approach ... I know that my knowledge in this area is close to 0 and that's why I'm asking you for help. Thanks anyway.
thanks srnet for the link, i will learn more about it.

Your approach could be to refuse the project because it is way outside your knowledge and experience.

Alternatively you can do it as normal, in small bites.

Choose a GPS module and learn how to use that. You need to know how to get the coordinates from it and exactly what they look like.

Then you can think about what radio "emitter" and receiver you are going to use. When you've chosen those (it will depend on legal requirements and the range you need among other things) you can learn to get your transmitter and receiver to talk to one another. Simple messages at first.

Then you can put the two together and communicate the GPS data.

If you have only basic coding experience that sounds like several months work to me, at least.

Steve

Thank's slipstick now i know where beginning :slight_smile:

Then, the receiver implanted in the drone receives the GPS coordinates and moves to the received position.

How will the drone know where it is ?