summaryrefslogtreecommitdiff
path: root/testenv/Dockerfile
AgeCommit message (Collapse)Author
2022-06-24shellcheckMaxim Devaev
2022-06-15pst serverMaxim Devaev
2022-04-23using dbus_nextMaxim Devaev
2022-04-23fixed keyring in testenvMaxim Devaev
2022-04-10get rid of the otg-unlock helperMaxim Devaev
2022-04-01fixed dockerfileMaxim Devaev
2022-01-18pikvm/kvmd#66: OCR APIMaxim Devaev
2021-12-23python updateMaxim Devaev
2021-08-28unified udc code and automatic driver detectionMaxim Devaev
2021-08-14Implement 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-24janus runner draftDevaev Maxim
2021-05-16dynamic importDevaev Maxim
2021-05-14janus stubsDevaev Maxim
2021-04-09ipmi gpio driver uses ipmitoolDevaev Maxim
2021-03-07npm workaroundDevaev Maxim
2021-02-15fixed Makefile for vnc sslDevaev Maxim
2021-01-25using archlinux/archlinux:base-develDevaev Maxim
2021-01-24systemd-tmpfiles hangsDevaev Maxim
2021-01-22sink source for vncDevaev Maxim
2020-10-17fixed missing packageDevaev Maxim
2020-10-17use packages from the repoDevaev Maxim
2020-10-16new attemptDevaev Maxim
2020-10-16attempt to fix github actionsDevaev Maxim
2020-09-12libgpiod initialsDevaev Maxim
2020-09-09hid relay driverDevaev Maxim
2020-08-21removed loop msdDevaev Maxim
2020-07-14pugDevaev Maxim
2020-07-09hw monitoringDevaev Maxim
2019-11-07v2 testingDevaev Maxim
2019-10-11set --process-name-prefixDevaev Maxim
2019-09-24otg service and helperDevaev Maxim
2019-09-01changed upstream urlDevaev Maxim
2019-08-23don't use packer-kitDevaev Maxim
2019-07-15USTREAMER_MIN_VERSIONDevaev Maxim
2019-07-13new ustreamer and fps maxDevaev Maxim
2019-05-10improved users/groupsDevaev Maxim
2019-05-09using unix socketsDevaev Maxim
2019-04-16fixed make runDevaev Maxim
2019-04-13build fixesDevaev Maxim
2019-04-13updated docker imageDevaev Maxim
2019-04-13refactoringDevaev Maxim
2019-04-06validators, testsDevaev Maxim
2019-03-27actualized dockerfileDevaev Maxim
2019-02-17package fixesDevaev Maxim
2018-12-15own authDevaev Maxim
2018-11-18moved lua crutch to kvmdDevaev Maxim
2018-11-16moved tox to testenvDevaev Maxim
2018-11-12/extensions using luaDevaev Maxim
2018-10-28log interfaceDevaev Maxim
2018-09-28some fixes for ustreamerDevaev Maxim