I want to make a GPS device (the simplest one possible) that will receive GPS data, compute them and then output result as a simple signal (audio signal with piezzo buzzer or visual signal with several LEDs). The result would be something like current speed (or how close it is to pre-programed target speed; one, two or all 3 axes), current heading, etc.
So I was thinking of combining GPS module, some sort of processor (simple calculation and output) and an output for buzzer and diodes. I have no idea how to choose GPS module and what processor to use, so any help there will be highly appreciated.
If possible the entire package should be small and light, it will be used in clear air (up in air on top of skydiving helmet), it should do well with altitude (accuracy wise; barometric altitude sensor could be added to correct the data but first I want to have working proof of concept), faster sampling rate is preferable (5Hz or more). Absolute position on the globe is not most important, what is important is relative accuracy between measurements (I don’t care if position is 50m off if all locations are 50m off in the same direction). Good signal “retention” (planes are metal tubes and GPS inside a metal tube is… well bad) would be great. Battery requirements are not very strict, basically anything over few hours will be fine, but longer is better. I would also like to have capability to download GPS data to a PC, but that can be added after having working device. It should be dumb-proof device; one button to turn on, device does its job, same button to turn off. Pre-programed (via PC) to do the job.
Is this doable or am I asking for too much? If doable, which component would you suggest to build the device? Any other advice (or links or literature reference) is appreciated.