GeorgA

Results 6 comments of GeorgA

This sensor is now supported. It actually required a change in the temperature calculation as it has en extended range up to 110°C which is not possible with the usual...

tfrec has a quite narrow filter to increase sensitivity, maybe your transmitter is a bit off. You can try the -W option to open up the reception window. I haven't...

Finally I've found some time to fix this hack. The main cause for the ugly makefile splitup was that for best performance there were some unusual FPU compiling flags needed...

Looks like there is no development package of librtlsdr installed (usuall librtlsdr-dev).

Which distribution are you using? I've tested with various older Raspian version and have also no problems with Debian bullseye for RPi400 in 64bit.

Argl, now I see it (anrobi-com saw it two years ago...). It's a bug in buster... `g++ -rdynamic -o tfrec ... -lm -L -lrtlsdr -lpthrea` The -L is wrong, as...