OpenStratos / server

Server implemented in C++14. It will be in charge of the management of the balloon.
GNU General Public License v3.0
6 stars 1 forks source link

BME280 implementation #73

Open Razican opened 9 years ago

Razican commented 9 years ago

OpenStratos 1.1 will have the BME280 sensor that will give readings for humidity, temperature and pressure during the ascent and descent. Nevertheless, we need to implement it in our project so that we can use it. The reference implementation will be this provided by Adafruit for Arduino: https://github.com/adafruit/Adafruit_BME280_Library

Since we use WiringPi, only parts that can be overriden/improved by the C++14 standard will be changed. It provides a pretty good API compatible with OpenStratos standards almost completely.