Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-24 | cached /export/prometheus/metrics | Maxim Devaev | |
2023-06-18 | fixed pip | Maxim Devaev | |
2023-04-20 | testenv: libgpiod from the repo | Maxim Devaev | |
2023-04-19 | ldap auth module | Maxim Devaev | |
2023-03-23 | Issue #947: Improved layout handling and Unicode -> X11 keysyms translation | Maxim Devaev | |
2023-01-22 | TOTP implementation | Maxim Devaev | |
2022-12-21 | added base-devel package to testenv | Maxim Devaev | |
2022-12-21 | using archlinux/archlinux:base for testenv | Maxim Devaev | |
2022-12-21 | removed openssl-1.0 from testenv | Maxim Devaev | |
2022-11-08 | lint fix | Maxim Devaev | |
2022-11-07 | static env | Maxim Devaev | |
2022-09-12 | changed arch mirror | Maxim Devaev | |
2022-08-30 | lint fix | Maxim Devaev | |
2022-08-14 | /api/msd/read: zstd supported | Maxim Devaev | |
2022-06-24 | shellcheck | Maxim Devaev | |
2022-06-15 | pst server | Maxim Devaev | |
2022-04-23 | using dbus_next | Maxim Devaev | |
2022-04-23 | fixed keyring in testenv | Maxim Devaev | |
2022-04-10 | get rid of the otg-unlock helper | Maxim Devaev | |
2022-04-01 | fixed dockerfile | Maxim Devaev | |
2022-01-18 | pikvm/kvmd#66: OCR API | Maxim Devaev | |
2021-12-23 | python update | Maxim Devaev | |
2021-08-28 | unified udc code and automatic driver detection | 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-05-24 | janus runner draft | Devaev Maxim | |
2021-05-16 | dynamic import | Devaev Maxim | |
2021-05-14 | janus stubs | Devaev Maxim | |
2021-04-09 | ipmi gpio driver uses ipmitool | Devaev Maxim | |
2021-03-07 | npm workaround | Devaev Maxim | |
2021-02-15 | fixed Makefile for vnc ssl | Devaev Maxim | |
2021-01-25 | using archlinux/archlinux:base-devel | Devaev Maxim | |
2021-01-24 | systemd-tmpfiles hangs | Devaev Maxim | |
2021-01-22 | sink source for vnc | Devaev Maxim | |
2020-10-17 | fixed missing package | Devaev Maxim | |
2020-10-17 | use packages from the repo | Devaev Maxim | |
2020-10-16 | new attempt | Devaev Maxim | |
2020-10-16 | attempt to fix github actions | Devaev Maxim | |
2020-09-12 | libgpiod initials | Devaev Maxim | |
2020-09-09 | hid relay driver | Devaev Maxim | |
2020-08-21 | removed loop msd | Devaev Maxim | |
2020-07-14 | pug | Devaev Maxim | |
2020-07-09 | hw monitoring | Devaev Maxim | |
2019-11-07 | v2 testing | Devaev Maxim | |
2019-10-11 | set --process-name-prefix | Devaev Maxim | |
2019-09-24 | otg service and helper | Devaev Maxim | |
2019-09-01 | changed upstream url | Devaev Maxim | |
2019-08-23 | don't use packer-kit | Devaev Maxim | |
2019-07-15 | USTREAMER_MIN_VERSION | Devaev Maxim | |
2019-07-13 | new ustreamer and fps max | Devaev Maxim | |
2019-05-10 | improved users/groups | Devaev Maxim | |