himijendrix24

Results 16 comments of himijendrix24

Same here: `sudo pishrink.sh Raspi3_basic.img` Debian Stretch 64 bit (virtualbox with windows 10 host). There is 35 Gb free disk space for the virtual machine and the image is accessed...

I just tried the adafruit TinyWireM library to use an attiny85 as a i2c-master and it did not work. No compile-errors, but connection to slave never worked. In the end...

For me adding CACHE MANIFEST did solve the problem. I was using a device with an old browser (safari 5) for video playback and without the cache manifest it was...

I think calling self.load(source, pause=pause) in line 154 should be self.load(source, pause)

I had similar issues (also with python mido). This solved the issuse (on ubuntu): `sudo apt-get install libasound2-dev` `sudo apt-get install libjack-dev`

commenting the analog audio output in /boot/config.txt solved the problem for me. No need for a custom ~/.asoundrc `#dtparam=audio=on` [https://forums.raspberrypi.com/viewtopic.php?t=322751&start=25](url)

see this fix: https://github.com/josex2r/jQuery-SlotMachine/issues/54

As soon as `btn = Button(23, pull_up=True)` is called the CPU usage gets stuck. Even after quitting _kworker/0:0+events_ hangs at 100% for a longer time. Tomorrow I am going to...

After removing the Strompi and Hifiberry shields it all worked as expected and also gpiozero works well. With the shields only RPi.GPIO works without clogging the cpu. However the values...

Same issue with android app 3.2.7 Phone: moto G84 Server: Hetzner Storage Share **Android Settings** All app permissions are guaranteed. Battery optimization turned off. Sync is enabled in android nextcloud...