Marcin Kondej

Results 53 comments of Marcin Kondej

The more important question is: using which OS (distro)? These libraries are normally included in Raspbian OS. I am assuming You are using Raspberry Pi board of any kind. If...

I will try compiling using kali linux and let you know if this issue can be solved

Simply don't use -r flag when executing

Assuming that You want to run GUI on same machine that will be transmitting, there are few nice frameworks for linux: https://wiki.qt.io/Qt_for_Beginners http://wiki.codeblocks.org/index.php/WxSmith_tutorial:_Hello_world

Please keep in mind this software makes use of some RPi hardware, which may be also used by other currently working applications. More specific: GPIO, DMA and PWM hardware are...

Try disabling ARM auto frequency switching by: ``` echo "powersave"| sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ``` Notice: this will reduce overall RPi 4 CPU performance (until next reboot)

RPi 4 hardware is problematical, I've noticed it's behaivour varies between firmware versions very often, esspecially when it comes to clocks etc. I will examine this issue with latest firmware...

Please check out issue #12, @ronlaws86 stated disabling w1-gpio and w1-therm mods could help. Type in console: ``` sudo rmmod w1-gpio sudo rmmod w1-therm ```

this problem occur mainly on RPi 4, as some other hardware is messing PWM clock and DMA is triggered slower than expected. I found this may be related to ARM...