Results 32 comments of Frode Austvik

Just a quick update: I've figured out how the Windows program separates these variants (thanks to sniffing the USB bus for both and comparing) - it sends a request to...

I believe I've added support for this device type to tempered now - it works with the device I was given, at least - can you check if it works...

Sorry for not responding earlier - I am indeed interested in playing with one of those. After all, my goal is to get all of them working, and the more...

This looks as if you don't have the -dev package for the udev library installed - but it's a bit odd, because if that was the case, it should have...

Can you run ldd on the libhidapi-hidraw.so file? And, what version of udev do you have? (I have version 175-3.1)

Hmm, searching online shows quite a few other people with the same problem, for other programs - though they usually say it is caused by replacing udev with systemd-tools (which...

Hmm, OK, that's the problem then - that list is supposed to include a link to udev, like this list from my system: ``` shell $ ldd libhidapi-hidraw.so linux-gate.so.1 =>...

dhwndk: Linking hidapi statically worked? That's sort of odd, as I would have thought it would end up with the same missing link to libudev, but I guess not... May...

The TEMPer devices tend to be somewhat inaccurate, yes. I have now added a way to get the tempered application to calibrate the returned temperature values, as long as you...

Thank you! I think I've added support for reading both sensors of this device now, so I'd be grateful if you could please test it and tell me whether or...