summaryrefslogtreecommitdiff
path: root/testenv
AgeCommit message (Collapse)Author
2022-07-22lint fixMaxim Devaev
2022-07-22using usb codes instead of arduino cinstantsMaxim Devaev
2022-07-22renamed otg key to usb keyMaxim Devaev
2022-07-21refactoringMaxim Devaev
2022-07-16vulture fixMaxim Devaev
2022-07-16fixed testsMaxim Devaev
2022-06-24lint fixesMaxim Devaev
2022-06-24shellcheckMaxim Devaev
2022-06-15pst serverMaxim Devaev
2022-06-08more options to edid editingMaxim Devaev
2022-04-25report a serial numberMaxim Devaev
2022-04-23using dbus_nextMaxim Devaev
2022-04-23fixed keyring in testenvMaxim Devaev
2022-04-10added dirMaxim Devaev
2022-04-10get rid of the otg-unlock helperMaxim Devaev
2022-04-01fixed dockerfileMaxim Devaev
2022-03-27refactoringMaxim Devaev
2022-03-26test fixMaxim Devaev
2022-03-19vcgencmd measure_temp and thermal_zone0 are the sameMaxim Devaev
2022-03-15max h264 kbps is 2000Maxim Devaev
2022-01-20refactoringMaxim Devaev
2022-01-18pikvm/kvmd#66: OCR APIMaxim Devaev
2022-01-07copyright bumpMaxim Devaev
2021-12-23python updateMaxim Devaev
2021-11-25changed h264 range to actual valuesMaxim Devaev
2021-11-12testenv https redirectMaxim Devaev
2021-10-28disable vns memsinks in testenvMaxim Devaev
2021-10-24pikvm/pikvm#457: custom commands driverMaxim Devaev
2021-09-26parse yes/no/on/off as stringMaxim Devaev
2021-09-20lint fixMaxim Devaev
2021-09-08small rebrandingMaxim Devaev
2021-08-28unified udc code and automatic driver detectionMaxim Devaev
2021-08-21lint fixMaxim Devaev
2021-08-15win95 runtime switchingMaxim Devaev
2021-08-14refactoringMaxim 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-07-08lint fixesDevaev Maxim
2021-06-08lint fixDevaev Maxim
2021-05-24janus runner draftDevaev Maxim
2021-05-16dynamic importDevaev Maxim
2021-05-14janus stubsDevaev Maxim
2021-04-17clean yaml error messageDevaev Maxim
2021-04-17terminal windowDevaev Maxim
2021-04-09ipmi gpio driver uses ipmitoolDevaev Maxim
2021-03-07npm workaroundDevaev Maxim
2021-02-18ustreamer == 3.17Devaev Maxim
2021-02-16otgnet forwardingDevaev Maxim
2021-02-15fixed Makefile for vnc sslDevaev Maxim
2021-02-06refactored streamer params, added h264 gopDevaev Maxim
2021-01-28h264_bitrate streamer paramDevaev Maxim