-
Hello,
I have got a small PCB board which has GPS(BN220) connected and it works fine
```
Second analog to digital sensor is not detected
Foreseen GPS type is Ublox (configured by oXs) :GPS i…
-
The Directory sw_stm32/Drivers/Custom is not clean.
- Interfaces and Naming not homogeneous (uart6.cpp, usart_1_driver.cpp)
- Some are old and unused (fxos8700*, L3GD20_gyro.cpp, stm_l3gd20.cp…
-
**Describe the bug**
Usage of ms5611 from console is misleading. The usage screen incorrectly shows that stop and status commands do not take arguments. This probably is the case for other I2CSPIDriv…
-
Good afternoon @RobTillaart
I run this code for two sensors
```cpp
#include "MS5611.h"
MS5611 MS5611_1(0x76);
MS5611 MS5611_2(0x77);
uint32_t start1, stop1, start2, stop2, count;
void …
-
Hello,
i'm trying to display the meassurements from the MS5611 sensor on an OLED.
Thereofore i'm using a Arduino Nano with MS5611 and a 128X64 OLED driven by a SSD1306 controler. The Arduino, sens…
M-Kmp updated
2 years ago
-
In the timer callbacks,register a timer callback function's formal parameter:
`AP_HAL_MEMBERPROC(&AP_Baro_MS5611::_update)`
need to be change into:
`FUNCTOR_BIND_MEMBER(&AP_Baro_MS5611::_update, vo…
-
I am using px4 build for Raspberry Pi 3 with custom sensors. The px4 starting is fine but after some time I get this error…
ERROR [vehicle_air_data] BARO #0 failed: ERR DNST!
However. it seems t…
-
EPAPER TAKES SIGIFICANT TIME TO UPDATE EACH FRAME;
* WHEN THE DISPLAY IS ENABLED, THE ALTITUDE DATA IS VERY NOISY AT 87 SAMPLES PER SECOND;
* WHEN THE DISPLAY IS OFF, THE ALTITUDE DATA IS VERY S…
-
Context: we wrote up a Guidance/Navigation/Control script, prototyping off of the Uno. It is essentially an assemblage of sensors (MPU6050, MS5611, NEO-6M GPS, HMC5883L) that output to two servos and …
-
I'm testing an Here2 Module in UAVCAN mode on a Pixhawk4 Board.
The PX4 version I'm running is the stable 1.9.2 and I have the UAVCAN_ENABLE parameter set to 2.
PX4 can successful recognize the Gps …