Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-24 | lint fixes | Maxim Devaev | |
2022-06-24 | shellcheck | Maxim Devaev | |
2022-06-15 | pst server | Maxim Devaev | |
2022-06-08 | more options to edid editing | Maxim Devaev | |
2022-04-25 | report a serial number | Maxim Devaev | |
2022-04-23 | using dbus_next | Maxim Devaev | |
2022-04-23 | fixed keyring in testenv | Maxim Devaev | |
2022-04-10 | added dir | Maxim Devaev | |
2022-04-10 | get rid of the otg-unlock helper | Maxim Devaev | |
2022-04-01 | fixed dockerfile | Maxim Devaev | |
2022-03-27 | refactoring | Maxim Devaev | |
2022-03-26 | test fix | Maxim Devaev | |
2022-03-19 | vcgencmd measure_temp and thermal_zone0 are the same | Maxim Devaev | |
2022-03-15 | max h264 kbps is 2000 | Maxim Devaev | |
2022-01-20 | refactoring | Maxim Devaev | |
2022-01-18 | pikvm/kvmd#66: OCR API | Maxim Devaev | |
2022-01-07 | copyright bump | Maxim Devaev | |
2021-12-23 | python update | Maxim Devaev | |
2021-11-25 | changed h264 range to actual values | Maxim Devaev | |
2021-11-12 | testenv https redirect | Maxim Devaev | |
2021-10-28 | disable vns memsinks in testenv | Maxim Devaev | |
2021-10-24 | pikvm/pikvm#457: custom commands driver | Maxim Devaev | |
2021-09-26 | parse yes/no/on/off as string | Maxim Devaev | |
2021-09-20 | lint fix | Maxim Devaev | |
2021-09-08 | small rebranding | Maxim Devaev | |
2021-08-28 | unified udc code and automatic driver detection | Maxim Devaev | |
2021-08-21 | lint fix | Maxim Devaev | |
2021-08-15 | win95 runtime switching | Maxim Devaev | |
2021-08-14 | refactoring | 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-07-08 | lint fixes | Devaev Maxim | |
2021-06-08 | lint fix | Devaev Maxim | |
2021-05-24 | janus runner draft | Devaev Maxim | |
2021-05-16 | dynamic import | Devaev Maxim | |
2021-05-14 | janus stubs | Devaev Maxim | |
2021-04-17 | clean yaml error message | Devaev Maxim | |
2021-04-17 | terminal window | Devaev Maxim | |
2021-04-09 | ipmi gpio driver uses ipmitool | Devaev Maxim | |
2021-03-07 | npm workaround | Devaev Maxim | |
2021-02-18 | ustreamer == 3.17 | Devaev Maxim | |
2021-02-16 | otgnet forwarding | Devaev Maxim | |
2021-02-15 | fixed Makefile for vnc ssl | Devaev Maxim | |
2021-02-06 | refactored streamer params, added h264 gop | Devaev Maxim | |
2021-01-28 | h264_bitrate streamer param | 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 | |
2021-01-14 | v3 usb breaker | Devaev Maxim | |
2021-01-07 | update copy | Devaev Maxim | |
2020-12-25 | configurable gpio devices | Devaev Maxim | |