As far as weather or not an Arduino can be fitted with a GPS and a radio and transmit it's location from high altitude to the ground, I can reference the following Instructable. High Altitude Balloon Tracker Arduino
What I want to do would only start out with something like this. Obviously I plan to start with something similar and do some balloon tests to make sure all of my equipment and code works as I expect / intend it to.
After that's all been proven, the next logical step in my mind is to put it in low earth orbit and see how it fares from space. This is relatively easy to do with some creativity and crowd-funding. There are companies that are willing to take small payloads to low earth orbit and even NASA is taking cube-sats to space these days.
Having said that, I would still like to utilize GPS data if at all possible from low earth orbit. Otherwise, any readings my satellite takes, to me are somewhat trivial. Without knowing where the reading was taken, there's nothing to put on a graph. Having some coordinates would also make predicting the satellite's passes quite a bit more predictable.
This is where the problem seems to be however. It would seem that most if not all off the shelf GPS units are limited and they stop working above a certain altitude or above a certain speed. The best I can find seem to stop returning values when they exceed 50Km or 1,000Kts which is obviously fairly difficult to meet or exceed for an Arduino slung under a balloon. When you place something on orbit, though things change. Suddenly you're moving at around 17,000 miles per hour and you're closer to 400 Kilometers up. Both of these numbers are decidedly outside of both upper limits and thus the GPS will essentially stop working. What I want to know is if there's any way to get around this or if it's simply that's the rules and there are no exceptions unless you are a space agency or you're the department of defense.
Obviously, in the wrong hands, this type of thing is dangerous because the same technology could be used for weapon guidance, assuming you don't need to be more accurate than a few meters, but assuming this would be a tiny satellite with no attitude control, drifting in space until it inevitably burns up in the atmosphere, surely there's got to be a way I can make it happen right?
Seems a shame to go through all the trouble of building a somewhat sophisticated project, spend all that money to put it into orbit and then have no idea where it's at until I pick it up from my radio on the ground. I've done hours, days, weeks and months of searching, asking questions and sending emails to companies that build GPS units and other companies that build GPS breakout kits and nobody seems to have an answer for me.
Does anybody know if there's a way I can put a GPS unit in orbit and expect it to work?
I realize what I'm asking is pretty difficult, it's somewhat of my holy grail at the moment. Any ideas or suggestions would be greatly appreciated.
Thank you.