BAHAR - Software
The BAHAR software is written in linux using gcc for the ground station code and avr-gcc for the avr microprocessor which is in the rocket and balloon launcher.
Here is the avr-gcc code for the microcontrollers used in the rocket and balloon launcher:
Makefile used to compile and send to the avr microcontroller.
main c code for microprocessor.
microcontroller c code for a uart.
header file for avr microcontroller uart.
avr-gcc compiled object code for microcontroller.
avr-gcc compiled object code for microcontroller.
avr-gcc linked elf binary code for microcontroller.
avr-gcc binary (motorolla converted from elf format) .
The groundstation code will be here once the microcontroller code is fully tested.