-
Hi Teams,
I realized that the minimum timestep parameters when using predictive solver can causes distortion under two cases:
1. Extreme low or high duty cycle
Assuming 5% duty or 95% duty on 2…
-
**What has to be done**
Controller should somehow estimate the wear on pinch valves. This information should either be saved to controller non-volatile memory or somehow transmitted to the GUI, which…
-
- Platform/operating system: **BeagleBone Blue, bone-debian-9.5-iot-armhf-2018-10-07**
- Python version: **Python 3.5.3 and Python 2.7.13**
- Error message you are receiving, including any Pytho…
-
Hello, I'm currently trying to run the PWM example on my pi5 but I keep getting the following error:
```dart
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PWMerrorCode.pw…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.0.0-alpha.2 on 2023-10-27; Adafruit Feather RP2040 with rp2040
```
### Code/REPL
```python
# import
import alarm
import board
import…
-
Hi,
PWM with python-periphery can get stuck if frequency will be increased:
Reproducing the error:
```
from periphery import PWM
pwm = PWM(0, 0)
pwm.duty_cycle = 0
pwm.frequency = 5000
pwm.d…
-
### Device type
AIO liquid cooler, Kraken 240 (no rgb version)
### Product page
https://nzxt.com/product/kraken-240
### First-party software
NZXT CAM
### What monitoring functionality does the d…
-
**Describe the bug**
Duty 0 does not brake dc-motor on first try.
**To Reproduce**
Steps to reproduce the behavior:
1. Use brickman to put the motor port in `dc-motor` mode.
2. Then do this:
…
-
**Distribution (run `cat /etc/os-release`):**
```
# cat /etc/os-release
NAME=Slackware
VERSION="15.0"
ID=slackware
VERSION_ID=15.0
PRETTY_NAME="Slackware 15.0 x86_64"
ANSI_COLOR="0;34"
CPE_…
-