-
```
This is enhancement suggestion:
Is it possible to show decimals like 0.6m for altitude?
For all flying multicopters alt above the ground is critical. Most of flight
controllers are using MS5611 p…
-
```
Arducoper ACM
library APM_MS5611.cpp
function:
float AP_Baro_MS5611::get_altitude()
{
float tmp_float;
float Altitude;
tmp_float = (Press / 101325.0);
tmp_float = pow(tmp_float, 0.190295);
Er…
-
```
This is enhancement suggestion:
Is it possible to show decimals like 0.6m for altitude?
For all flying multicopters alt above the ground is critical. Most of flight
controllers are using MS5611 p…
-
I'm not sure this is the right forum - please close if not.
Running through some basic flight tests after flashing and experienced some major glitches (almost resulting in crashes). On a couple of th…
-
```
Arducoper ACM
library APM_MS5611.cpp
function:
float AP_Baro_MS5611::get_altitude()
{
float tmp_float;
float Altitude;
tmp_float = (Press / 101325.0);
tmp_float = pow(tmp_float, 0.190295);
Er…
-
```
This is enhancement suggestion:
Is it possible to show decimals like 0.6m for altitude?
For all flying multicopters alt above the ground is critical. Most of flight
controllers are using MS5611 p…
-
```
What steps will reproduce the problem?
1. use OXS-Configurator
2. only choose voltage/other as sensor-type
3. finish settings in oxs-configurator and write config
4. compile the oxs-sketch in ard…
-
```
Arducoper ACM
library APM_MS5611.cpp
function:
float AP_Baro_MS5611::get_altitude()
{
float tmp_float;
float Altitude;
tmp_float = (Press / 101325.0);
tmp_float = pow(tmp_float, 0.190295);
Er…
-
Map following sensor's control pins to proper GPIO on RPI2
- MPU6050
- HMC5883L
- MS5611
-
```
Arducoper ACM
library APM_MS5611.cpp
function:
float AP_Baro_MS5611::get_altitude()
{
float tmp_float;
float Altitude;
tmp_float = (Press / 101325.0);
tmp_float = pow(tmp_float, 0.190295);
Er…