Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-14 | Bump version: 3.14 → 3.15v3.15 | 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-08-11 | Bump version: 3.13 → 3.14v3.14 | Maxim Devaev | |
2021-08-11 | pikvm/pikvm#245: using sbin for some binaries | 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-08-01 | changed /msd/write_remote format | Maxim Devaev | |
2021-07-30 | send error in streaming response | Maxim Devaev | |
2021-07-30 | refactoring | Maxim Devaev | |
2021-07-29 | removed max_power option, added todo about remote wakeup | Maxim Devaev | |
2021-07-28 | refactoring | Maxim Devaev | |
2021-07-28 | get rid of multipart in /msd/write | Maxim Devaev | |
2021-07-27 | /msd/write_remote handle | Maxim Devaev | |
2021-07-27 | refactoring | Maxim Devaev | |
2021-07-26 | fixed long shutdown | Maxim Devaev | |
2021-07-26 | refactoring | Maxim Devaev | |
2021-07-26 | start_streaming() | Maxim Devaev | |
2021-07-24 | dual mouse mode | Maxim Devaev | |
2021-07-24 | disabled instead of empty string | Maxim Devaev | |
2021-07-23 | refactoring | Maxim Devaev | |
2021-07-23 | rewrite otg hid | Maxim Devaev | |
2021-07-23 | fixed process waiting | Maxim Devaev | |
2021-07-21 | optional no_out_endpoint | 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-17 | moved wol to gpio | 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-10 | fixed otg mouse for apple m1 | Devaev Maxim | |
2021-07-08 | lint fixes | Devaev Maxim | |
2021-07-04 | Bump version: 3.6 → 3.7v3.7 | Devaev Maxim | |
2021-07-03 | pikvm/pikvm#373: added yen key | Devaev Maxim | |
2021-06-17 | Bump version: 3.5 → 3.6v3.6 | Devaev Maxim | |
2021-06-17 | make janus-static work for web ui | 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-11 | supported xor-mapped-address | Devaev Maxim | |
2021-06-10 | Bump version: 3.2 → 3.3v3.3 | Devaev Maxim | |
2021-06-10 | Bump version: 3.1 → 3.2v3.2 | Devaev Maxim | |
2021-06-10 | Bump version: 3.0 → 3.1v3.1 | Devaev Maxim | |
2021-06-10 | Bump version: 2.86 → 3.0v3.0 | Devaev Maxim | |
2021-06-10 | Bump version: 2.85 → 2.86v2.86 | Devaev Maxim | |
2021-06-09 | Bump version: 2.84 → 2.85v2.85 | Devaev Maxim | |
2021-06-09 | Bump version: 2.83 → 2.84v2.84 | Devaev Maxim | |
2021-06-08 | Bump version: 2.82 → 2.83v2.83 | Devaev Maxim | |
2021-06-08 | lint fix | Devaev Maxim | |
2021-06-08 | Bump version: 2.81 → 2.82v2.82 | Devaev Maxim | |
2021-06-08 | pikvm/pikvm#321: server-side uploading counters | Devaev Maxim | |
2021-06-03 | Bump version: 2.80 → 2.81v2.81 | Devaev Maxim | |