Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-28 | Bump version: 3.38 → 3.39v3.39 | Maxim Devaev | |
2021-10-28 | Bump version: 3.37 → 3.38v3.38 | Maxim Devaev | |
2021-10-27 | Bump version: 3.36 → 3.37v3.37 | Maxim Devaev | |
2021-10-27 | using override.d | Maxim Devaev | |
2021-10-24 | Bump version: 3.35 → 3.36v3.36 | Maxim Devaev | |
2021-10-23 | Bump version: 3.34 → 3.35v3.35 | Maxim Devaev | |
2021-10-19 | Bump version: 3.33 → 3.34v3.34 | Maxim Devaev | |
2021-10-19 | Bump version: 3.32 → 3.33v3.33 | Maxim Devaev | |
2021-10-19 | kvmd-bootconfig prototype | Maxim Devaev | |
2021-10-17 | Bump version: 3.31 → 3.32v3.32 | Maxim Devaev | |
2021-10-16 | Bump version: 3.30 → 3.31v3.31 | Maxim Devaev | |
2021-10-14 | Bump version: 3.29 → 3.30v3.30 | Maxim Devaev | |
2021-10-04 | Bump version: 3.28 → 3.29v3.29 | Maxim Devaev | |
2021-10-04 | Bump version: 3.27 → 3.28v3.28 | Maxim Devaev | |
2021-10-03 | Bump version: 3.26 → 3.27v3.27 | Maxim Devaev | |
2021-09-26 | Bump version: 3.25 → 3.26v3.26 | Maxim Devaev | |
2021-09-26 | Bump version: 3.24 → 3.25v3.25 | Maxim Devaev | |
2021-09-25 | Bump version: 3.23 → 3.24v3.24 | Maxim Devaev | |
2021-09-08 | small rebranding | Maxim Devaev | |
2021-08-31 | Bump version: 3.22 → 3.23v3.23 | Maxim Devaev | |
2021-08-27 | Bump version: 3.21 → 3.22v3.22 | Maxim Devaev | |
2021-08-25 | Remove wiringpi and use already included libgpiod (#59) | Shantur Rathore | |
2021-08-22 | fixed pillow dep | Maxim Devaev | |
2021-08-21 | Bump version: 3.20 → 3.21v3.21 | Maxim Devaev | |
2021-08-21 | Bump version: 3.19 → 3.20v3.20 | Maxim Devaev | |
2021-08-21 | Bump version: 3.18 → 3.19v3.19 | Maxim Devaev | |
2021-08-17 | Bump version: 3.17 → 3.18v3.18 | Maxim Devaev | |
2021-08-14 | Bump version: 3.16 → 3.17v3.17 | Maxim Devaev | |
2021-08-14 | Bump version: 3.15 → 3.16v3.16 | Maxim Devaev | |
2021-08-14 | Bump version: 3.14 → 3.15v3.15 | Maxim Devaev | |
2021-08-14 | Implement button push using servo motors controlled via pwm (#55) | Shantur Rathore | |
1. Add to /boot/config.txt ``` dtoverlay=pwm ``` 2. Create /etc/udev/rules.d/99-kvmd-pwm.rules ``` SUBSYSTEM=="pwm*", ACTION=="add", RUN+="/bin/chgrp -R kvmd /sys%p", RUN+="/bin/chmod -R g=u /sys%p" SUBSYSTEM=="pwm*", ACTION=="change", ENV{TRIGGER}!="none", RUN+="/bin/chgrp -R kvmd /sys%p", RUN+="/bin/chmod -R g=u /sys%p" ``` 3. Connect Servo motor like SG90 PWM connection to RPi GPIO18, +5V and GND to a 5V and GND pin on header 4. Add to /etc/kvmd/override.yaml ``` kvmd: gpio: drivers: servo1: type: pwm pwm_chip: 0 # PWM Chip Number pwm_period: 20000000 # Servo Motor SG90 Period in nano-seconds duty_cycle_push: 1500000 # Servo Motor SG90 duty_cycle for pushing button duty_cycle_release: 1000000 # Servo Motor SG90 duty_cycle for releasing button scheme: short_press: driver: servo1 pin: 0 # Pin number is the PWM channel number on the PWM Chip mode: output switch: false pulse: delay: 0.5 max_delay: 2 long_press: driver: servo1 pin: 0 # Pin number is the PWM channel number on the PWM Chip mode: output switch: false pulse: delay: 2 max_delay: 2 extra_long_press: driver: servo1 pin: 0 # Pin number is the PWM channel number on the PWM Chip mode: output switch: false pulse: delay: 10 max_delay: 20 view: header: title: Controls table: - ["#Servo - Short Press", "short_press|Press"] - ["#Servo - Long Press", "long_press|Press"] - ["#Servo - Extra Long Press", "extra_long_press|Press"] ``` | |||
2021-08-11 | Bump version: 3.13 → 3.14v3.14 | Maxim Devaev | |
2021-08-02 | Bump version: 3.12 → 3.13v3.13 | Maxim Devaev | |
2021-08-02 | Bump version: 3.11 → 3.12v3.12 | Maxim Devaev | |
2021-07-17 | Bump version: 3.10 → 3.11v3.11 | Devaev Maxim | |
2021-07-17 | Bump version: 3.9 → 3.10v3.10 | Devaev Maxim | |
2021-07-14 | Bump version: 3.8 → 3.9v3.9 | Devaev Maxim | |
2021-07-10 | Bump version: 3.7 → 3.8v3.8 | Devaev Maxim | |
2021-07-04 | Bump version: 3.6 → 3.7v3.7 | Devaev Maxim | |
2021-06-17 | Bump version: 3.5 → 3.6v3.6 | Devaev Maxim | |
2021-06-11 | Bump version: 3.4 → 3.5v3.5 | Devaev Maxim | |
2021-06-11 | Bump version: 3.3 → 3.4v3.4 | Devaev Maxim | |
2021-06-10 | Bump version: 3.2 → 3.3v3.3 | Devaev Maxim | |
2021-06-10 | bump | Devaev Maxim | |
2021-06-10 | Bump version: 3.1 → 3.2v3.2 | Devaev Maxim | |
2021-06-10 | ustreamer bump | Devaev Maxim | |
2021-06-10 | Bump version: 3.0 → 3.1v3.1 | Devaev Maxim | |
2021-06-10 | bump ustreamer dep | Devaev Maxim | |
2021-06-10 | Bump version: 2.86 → 3.0v3.0 | Devaev Maxim | |
2021-06-10 | bump ustreamer | Devaev Maxim | |