Good point.
That’s something I didn’t consider the first time. The good part is that not all countries signed that treaty: most countries signed the treaty and ratified it, some countries only signed it but did not ratify it, and a very small number of countries neither signed nor ratified it.
I guess we will have to go to countries like Equatorial Guinea or Somalia to be able to launch the balloon without too many problems. We could say that it is a “stratospheric balloon with scientific equipment” and that’s it.
Money was the first obstacle I encountered: launching a CubeSat is prohibitively expensive, so I thought of a stratospheric balloon as a cheaper alternative. In addition, replacing the balloon in case of downing would also be cheap.
As for the duration of the flight, the only thing cheap enough, is to make a careful calculation of the liters of hydrogen to make the balloon fly, and a weight reduction of the payload. The problem is that at higher altitude the density changes drastically, causing the balloon to expand until it explodes. That is the reason why weather balloons have a parachute attached to the payload: to be able to retrieve the scientific instrumentation when the balloon explodes. For now the best I have is to put in less hydrogen so that the balloon will expand without exploding.
The use I want to give it is that of “flying safe”, just to store data.
According to the Montevideo Convention, for a state to be formed you need a defined territory and people living there, so in this case the people can be substituted by PGP keys that will “live” inside a microSD card, and the territory can be substituted by the area of a PCB.
The architecture I have in mind is weird, but I think it will work well. The central element will be a microcontroller (imagine an ATmega328P-PU like the one in Arduino), connected to two microSD cards. The microcontroller will be programmed with a modified Forth interpreter, which will read the source code from one of the microSD cards, and run it in RAM. It’s like an RTOS but with dynamic expansion capability. I expect that will extend the life of the microSD. Communication with ground will be done with a 27 MHz citizens band transceiver.v To save batteries, the balloon circuitry will only be activated when a command is sent to it.