-
### Problem Description
Lets say i encode a couple episodes of a season with H.265 (Intel QSV) plus low power quick sync activated in the settings.
A lot of the files finish successfully, but somet…
-
I tested the following code on an MKR 1310:
```
#include
#include
void noop() {}
void setup() {
Serial1.begin(115200);
RTCZero rtc;
rtc.begin();
LowPower.attachInterru…
-
I'm using the VL53L1X sensor with the following configuration in continuous mode:
sensor.setDistanceMode(VL53L1X::Long);
sensor.setMeasurementTimingBudget(50000);
sensor.startContinuous(50);
I t…
-
@FASTSHIFT
I want to share the libraries I use and that I tested with the real hardware.
My setup: SMT32F030 with internal clock @8Mhz
I use this libraries, sensors and displays in other ardui…
-
### Request
I've had a few times I've wanted to inject a static metric. Currently, in Kubernetes, the "easiest" option is:
1. Write that static metric in the format:
```
# HELP my_product_build_info …
-
Features List
- [ ] Serial
- [x] digitalWrite
- [x] digitalRead
- [x] analogRead
- [x] analogWrite
- [ ] SPI
- [ ] I2C
- [ ] USB
- [ ] Touch
- [ ] BLE Peripheral
- [ ] BLE Host
- [ ] Lo…
-
Hi,
I would like to implement AskSinPP on a platform which uses the Atmega4809. Currently this platform is not supported.
I compile to this chip with the MegaCoreX platform.
During compilation it …
-
Hello,
While using the `LowPower` library for Arduino Pro Mini with ATmega328 @ 3.3V 8MHz Int RC Osc, the CPU doesn't wake up with a watchdog timer.
My code snippet is as follow:
```
attachInt…
-
run a timer that resets every second using the RTC, and use millis() to add millisecond precision to the timekeeping functions
-
Hello, I am using the chip STM32G070K8T6 and the compiler version is 2.7.1. If I configure 6 external keys to wake up the chip, one of them does not work
this is my code
#include
STM32RT…