Good morning,
I'm getting ready to do an Arduino project with high school students this fall related to scientific ballooning. I want to build a flight computer, but all info on this topic is actually talking about data loggers. This will have other uses as well, so I want to build (and share) something that really works well. Some requirements are perhaps not the most direct way of doing something, but will make it easier to do with kids and will bootstrap some related projects.
Requirements / Use Case:
The Arduino must receive a serial input (the TNC of a ham radio) and write it to a text file. The Arduino (same unit or a second unit) will read the text file and parse it into memory. The Arduino will take action based on those values. It will then take all the current values, compile them, and write it to the text file. The Arduino (or second unit) will then transmit the contents of the text file as a serial output to the TNC for transmission. It would be preferred if the storage device could store at least three text files, in case of errors and for the Arduno to take action based on changes in data by comparing two or more text files. These text files will be processed (received, processed, transmitted) once every 60 seconds.
The goal is to have the balloon receive commands from the ground (such as to initiate an early cutdown) and to transmit critical data (internal temperature, battery condition).
Rather than just throwing something together (like usual...) I would like to carefully craft a solid solution that can become the foundation for future projects. Being a teacher, I don't have much money but I have a bunch of time this summer to work on this. Any ideas or links to other resources would be appreciated.
Thanks,
-- Markus