This repository contains the source code for Open Cosmos' qbcan CanSat kit.
Visit http://doc.open-cosmos.com/ for more information
In the root folder there are all the libraries that the qbcan.h
library requires to run the examples. The examples and test files are inside the examples
folder:
The content of the repository is divided in different folders within the examples
folder:
Examples
: Contains theCanSat
(Flight Unit) and GroundStation source code examples to get your qbcan up and runningTestfiles
: Source code files used for testing purposes: test the basic serial communication, test the transceiver, test the temperature and pressure sensor, etc.
You can download the library .zip file to be imported to Arduino IDE from this link or from the green download button.
Visit Open Cosmos' wiki for more information on how to install the libraries.