Kari Karvonen

Results 11 comments of Kari Karvonen

json interface should also be able to communicate with extensions. Like ```` my.kiwisdr.example/json?ext=ant_switch ```` Json would return status on currently selected antennas. ``` { "extension":"ant_switch", "backendfailed": false, "denymixing": false, "denyswitching":...

Buttons & LCD. There is project for LCD and buttons https://github.com/mafredri/lcm It works with AS5104T. Notes for installing on Debian bullseye. Debian default version for go is 1.15. It is...

To see current fan value cat /sys/class/hwmon/hwmon4/pwm1 To change fan speed Full speed echo 255 > /sys/class/hwmon/hwmon4/pwm1 Default speed echo 51 > /sys/class/hwmon/hwmon4/pwm1 Low speed (quiet) echo 13 > /sys/class/hwmon/hwmon4/pwm1

Ground all button moved to admin page. However it is useless there at this time. It is not possible to send command to extension from admin context to extension yet....

ant-switch-daemon is telnet daemon so you can execute antenna switch commands from telnet Work in progress https://github.com/OH1KK/KiwiSDR-antenna-switch-extension/blob/ant-switch-daemon/docs/ant-switch-daemon.txt Todo: arduino code, telnet code cleanup and documentation

Reminder. Telnet code for arduino https://playground.arduino.cc/Code/Telnet

Making arduino controller is now possible since antenna can now be selected from http url. Make your arduino to make http request using buttons button 1: http://my.kiwisdr.org/?ext=ant,1 button 2: http://my.kiwisdr.org/?ext=ant,2...

Dot in top top of signal is visible only as long signal exists. Waterfall shows history even signal is already disappeared. Also clicking a circle is not so easy when...

Workaround before these fine pitches are implemented. For example to get DIN933 M27 with 1.5mm pitch. Open freecad/common/Mod/fasteners/FsData/din933head.csv file. Then Find M27 bolt `"M27",3.0,0.4,38.0,45.2,17.0,1.0,41.0` Second value it pitch. Modify it...