Hello there!
I am a graduate student in astrophysics, and my research group is working on a high-altitude scientific balloon experiment. We are flying a new type of UV detector which will be used to map the intergalactic-medium in the 'relatively' local universe!
Our commands get uplinked to the balloon and come out as a parallel dataword, which I need to convert to a serial signal and forward to our instruments. I'm pretty sure I can do this with an Arduino, but my hesitation is whether it will survive the flight. We had been using a Xilinx Spartan 3E FPGA for previous flights, but the hardware has changed and a full FPGA is overkill anyway since we just need a very simple parallel in -> serial out thing.
I have done a little research and come across other examples of people having used Arduinos in balloon flight, and that's reassuring to some degree. There's even ArduSat, which is a space mission! But I need to be very certain before I tell other people on my team 'yes, let's use this', because if it breaks, we lose our communications.
So, it would be incredibly helpful if anybody knows a reliable source for any of the following:
-
Pressure/temperature specifications for Arduinos - what can they survive?
-
Groups using Arduinos in flight who might be able to help out and share their experiences with this.
Thank you very much! I really hope I find something convincing enough that I can move forward with the Arduino. It would be so much better than trying to get 9-year-old software up and running to reprogram the Xilinx board.
Donal