Rob Russell
Rob Russell
I had the same problem. Just tried the recommended change to > *FootSwitch* and it worked for me. So now my /etc/udev/rules.d/19-footswitch.rules contains ``` ATTR{product}=="*FootSwitch*"\ MODE:="0666"\ GROUP="hid"\ RUN+="keymap $name 0x70066...
One pointer for anyone interested in pursuing this - Showmewebcam relies on buildroot for building Linux. Unfortunately the Jetson Nano isn't supported in buildroot. This [Nvidia forum post](https://forums.developer.nvidia.com/t/nvidia-jetson-and-buildroot/77935/5) is the...
Adding `-std=gnu11` to CCFLAGS in Makefile got me past this error.
Unfortunately I never found a solution with a devcontainer. Instead I now rely on the [prebuilt binary releases](https://github.com/NVlabs/instant-ngp#installation) for my application.
Alarming battery monitors [like these](https://www.amazon.com/Battery-Voltage-Tester-Monitor-Checker/dp/B08832NJ9Z) are popular. It doesn't cut off the power but it does make a really loud alarm when the voltage drops below the set level. It...
One more vote for JST-XH over DuPont. The servo connectors are DuPont though so they'd still be needed. Maybe cutting a servo extension cable would be a good way to...