General discussion • Re: Where can I buy a RPi 5?
DigiKey is dry... I am seeing zero in-stock inventory. I sent a letter to my logistics expert and hopefully it will be resolved soon (Santa).Statistics: Posted by chipace — Fri Dec 22, 2023 9:44 pm
View ArticleGeneral • Re: Raspberry pico st7789 display rotated.
I found that by changing three lines I could rotate the image 90 degrees clockwise like I needed:self.write_cmd(CASET, b'\x00\x00\x00\xF0')self.write_cmd(RASET,...
View ArticleTroubleshooting • Re: Trouble setting up whipper to run automatically
when I try to start the systemctl process with Code: sudo systemctl start rip-audio.service I get the error ...Code: ...Dec 22 13:55:35 raspberrypi whipper.sh[3726]: Error: drive offset unconfigured....
View ArticleRaspberry Pi OS • Re: Recommend image viewer/editor
I used a few of the smaller packages but ended up going with gimp. Gimp is a huge complex editor but most basic functions are fairly simple to execute. Its multi-platform so you can have gimp on your...
View ArticleGaming • Re: BooBoo - new language with game engine
Pi 4B is scheduled to be delivered just after Christmas. If I have enough money left in January, I'll get a 5 also. Then I'll update you on how it runs.I allowed any type of variable in expressions...
View ArticleGeneral discussion • Re: Intermittent mouse cursor
If using an extension cable on the dongle resolves the issue you have interference. Likely can put either the dongle or the usb stick on an extension.Statistics: Posted by bjtheone — Fri Dec 22, 2023...
View ArticleGeneral discussion • Re: Bookworm feedback thread
You can also install a third party desktop environment (like KDE for example) over the "lite" version of RPIOS. This actually works perfectly and resolves "some" of the issues that you have been...
View ArticleAutomation, sensing and robotics • Extract specific variable from this code
I got this code from https://www.hackster.io/vinayyn/multipl ... 0#comments and I trimmed it down to be using only 3 sensorsHere's the code:Code: import osimport globimport time# These lines mount the...
View ArticleTroubleshooting • Re: Raspberry Pi 400 Bluetooth Audio
Can you not pair the headphones with your TV, and leave the Pi on HDMI audio out?Unfortunately, this TV is quite old, there's no BT chip on it. I thought to buy a new Chromecast but since the RPI is...
View ArticleGeneral • Re: Pico W: Network of bluetooth serial port devices
I have some youtube demo for bluetooth classic using pico w, youtube link below source in the description.https://www.youtube.com/watch?v=ko_IgcIizaUStatistics: Posted by sonnybalut — Fri Dec 22, 2023...
View ArticlePython • Program stops after initiated with CRONTAB - runs fine directly from mu
Summary of issue:1) Program runs fine when invoked with mu and running. However, when automatically initiated via crontab, program halts with no errors.Hardware/Software Configuration:Raspberry Pi...
View ArticleAutomation, sensing and robotics • Re: Extract specific variable from this code
The read_temp() functions are currently returning a tuple containing the 2 values, you could just extract the second value and round the result.Code: F1 = round(read_temp()[1],1)print(F1)Statistics:...
View ArticleTroubleshooting • Re: RPiPlay Issue
Alternatively you can also try https://github.com/FDH2/UxPlay which has support up to bookworm 32 / 64 bit.Statistics: Posted by portram — Sat Dec 23, 2023 9:45 pm
View ArticleRaspberry Pi OS • Re: Bookworm wayvnc + RealVNC viewer : Zlibinstream inflate...
Option D5 was not in my raspi-config options.Only received my Pi 5 today and already disappointed.I did manage to connect a screen and keyboard.Manged to get into VNC Server.Firtst thing to notice at...
View ArticleTroubleshooting • Re: USB boot requires a high current (5V 5A) power supply....
That is "Quite Interesting"!Statistics: Posted by jamesh — Sat Dec 23, 2023 10:01 pm
View ArticleMicroPython • Re: Help with interrupts
Ok thanks. I WAS getting caught in infinite loops in my functions and assumed an interrupt or poll could be used to listen out' and break out of the loop.To avoid infinite loops in the function I...
View ArticleMedia centres • Re: Kodi on bookworm RPiOS
Only the Kodi Fullscreen option works for me. The windowed mode doesn't show my audio devices (IQAudio and my Denon amp). It's probably my fault because I don't know how to set up up Pulse Audio....
View ArticleRaspberry Pi OS • Re: Firefox Is Laggy
Why is my Fİrefox laggy? Please someone help! The thing is i am also suspecting Firefox is laggy for everyone and some people here misleads me, so maybe i am trying to find a solution of the problem...
View ArticleOther projects • Re: EPQ Project ideas
Identifying an animal from your camera experience would be good. All the species I mentioned are introduced predators killing local fauna in large parts of Australia. Identifying them is enough. The...
View ArticleSDK • Re: Problem with WS2812_Parallel example past 7 rows
From your description it sounds like the pindirs or the GPIO pin function aren't being set to PIO mode correctly for some of the pins. Looking at the code in https://github.com/raspberrypi/pico-exa...
View Article