Skip to main content
Home
dx9s.net

Main navigation

  • Home
  • About
    • Borg Tag
    • LTX Mag Hold
  • Projects
    • Companion
    • Decklink
User account menu
  • Log in

Linux based Ham software

Sun, 07/25/2021 - 03:10

Visit here:
https://www.m0plt.me.uk/qsstv.php
for QSSTV plus other software (FLDIGI, etc.)

  • Read more about Linux based Ham software

Dream Hybrid Inverter Hardware

Fri, 07/23/2021 - 06:06

Magnum Engergy MSH4024M Hybrid Mobile Inverter
EG4 24V LiFePo4 200AH Battery

* https://www.solar-electric.com/magnum-energy-msh4024m-hybrid-inverter.h…
* https://shop.signaturesolar.us/products/4v-200ah-battery-by-eg4

(further parts required like cables, fuses, high current switches, bus bars, etc.)

  • Read more about Dream Hybrid Inverter Hardware

Linux and Joystick info

Thu, 07/22/2021 - 21:33

Remember that both jstest-gtk and evdev-joystick are important in tuning the the joystick behavior:

$ apt install jstest-gtk

and

sudo evdev-joystick --evdev /dev/input/by-id/{controller name} --d 0 # zero's out the dead zone that the hid "event" system inserts into that abstraction layer

  • Read more about Linux and Joystick info

Flow 8 Pulseaudio script

Thu, 06/03/2021 - 23:10

Flow 8 Pulseaudio script (to create USB1-2 and USB3-4 and if in "Streaming" mode will create Mic1 & 2 + Main from the 10 input channels):

#!/bin/bash

pacmd unload-module module-remap-source
pacmd unload-module module-remap-sink
echo unloaded modules
sleep 2

  • Read more about Flow 8 Pulseaudio script

Pulseaudio has matured!

Mon, 05/04/2020 - 14:11

It has gotten to the point where Pulseaudio in many ways is superior to the sound engine in Windows/Mac.

Being able to route to/from external USB audio interface such as X32 or XR18 (or similar) HAS reached a level of usability and stability. The ability to create virtual sound cards out-of-the-box is something that might be a selling point.

[Screenshot of two Firefox tabs being routed to external Mixer over USB]
ALL AUDIO IS ROUTED OVER ONE USB CABLE!

  • Read more about Pulseaudio has matured!

USB Audio

Fri, 01/17/2020 - 20:27

Interesting history and technical overview of USB audio:

http://thewelltemperedcomputer.com/KB/USB.html

Tags

  • audio
  • Read more about USB Audio

xLights and Pixel Info

Tue, 11/12/2019 - 18:11

Bookmarking URLs here:

* https://xlights.org/
* https://www.pixelcontroller.com/store/index.php
* https://www.holidaycoro.com/

  • Read more about xLights and Pixel Info

Useful Notes for Debian/Apt

Mon, 07/08/2019 - 18:55

Not that I used this recently, but saw an article on some commands that thought would be good to document here:

(after a bad install or upgrade of packages that effect the core OS)

dpkg --configure -a
apt clean
apt autoremove

  • Read more about Useful Notes for Debian/Apt

FFMPEG PNG to webm

Wed, 05/22/2019 - 18:19

Most the examples don't list basic file globing for input... so here it is:

$ ffmpeg -pattern_type glob -i '*.png' -c:v libvpx-vp9 -pix_fmt yuva420p output.webm

When new enough ffmpeg can do vp8 with transparency that is backwards compatible with decoders that DON'T support alpha channel:

$ ffmpeg -pattern_type glob -i '*.png' -c:v libvpx -pix_fmt yuva420p -metadata:s:v:0 alpha_mode="1" output.webm

Most examples show something like this:

$ ffmpeg -framerate 25 -f image2 -i frames/%03d.png -c:v libvpx -pix_fmt yuva420p output.webm

  • Read more about FFMPEG PNG to webm

CH Pedal Information

Thu, 05/09/2019 - 01:22

I should have documented this (and other useful tools which I can't remember at this time) earlier:

/etc/udev/rules.d/99-CHProducts.rules:
KERNEL=="event*", ATTRS{idProduct}=="00f2", ATTRS{idVendor}=="068e", MODE="0666"
KERNEL=="event*", ATTRS{idProduct}=="00f3", ATTRS{idVendor}=="068e", MODE="0666"

There are some ways to scan input devices .. some "jstest" and another way -- can't remember because it would come in handy with previous post about NX6000D HID interface:

  • Read more about CH Pedal Information

Pagination

  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Next page
  • Last page

RSS feed
  • RSS
  • Youtube
  • Github
  • HitRecord