...
- When do we arm the board after starting up?
- do we wait for a button?
- might need to enable GPIO interrupts https://stackoverflow.com/questions/40057581/stm32f3-discovery-implement-gpio-interrupt
- this can also be done in STM32Cube
- might need to enable GPIO interrupts https://stackoverflow.com/questions/40057581/stm32f3-discovery-implement-gpio-interrupt
- do we wait until the rocket is tipped up?
- do we wait for a button?
- Do we always record data as fast as possible?
- low power mode for on the pad and landed?
- When do we calibrate sensors? (e.g. the IMU)
- What do we do when we land?
- Testing modes
- deployment testing
- full simulation
- heartbeat check
...