-
This depends on #163
Right now the dT for each sensor update is computed per sample. This is going to introduce artificial jitter into the dT estimation. The PIOS_SENSORS interface provides a natur…
-
Queues don't have any knowledge of where they were created:
```
#if defined(PIOS_INCLUDE_FREERTOS)
struct pios_queue
{
uintptr_t queue_handle;
};
#elif defined(PIOS_INCLUDE_CHIBIOS)
#include …
-
If us_ticks is > 1, the overflow value for uS is < 0xffffffff. This will lead to wrong results upon overflow. A modulo operation would have to be added to fix this.
This function is only used within t…
-
We can't currently support both SPI and I2C drivers on the same board because the drivers share identical public function names. For instance, the init functions at https://github.com/TauLabs/TauLabs/…
-
This is a standard vertical video taken from a smartphone.
https://drive.google.com/file/d/1Czpn4BOzt3GpAwljFzMN83GO2elWYce_/view?usp=sharing
I am fairly sure that these used to play correctly on VL…
-
So, I know it's not going to work, but is there any development toward getting it working on the Pi5 (yes absolute overkill) and PiOS Bookworm, I can see some talk but not sure which branch you are us…
-
hello
Could someone add the support for the arducam pivariety camera please
this camera use libcamera to work.
she is compatible with openCV
my imx298 modele : https://www.arducam.com/docs/camera…
-
I have adafruit-circuitpython-typing version 1.10.2 installed via pip3 on a Raspberry Pi 3B+ running "Raspbian GNU/Linux 10 (buster)". I did just do "apt-get update" and "apt-get upgrade" today (Nov …
-
Update the script to allow for 64 bit Pios version
-
Settings should _never_ be overwritten like this (which in this case also precludes using any sensor with the default scaling factor).
https://github.com/d-ronin/dRonin/blob/1840a1461ad033fdd748f8b7c3…