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 ArticleSDK • Flashing more then 2mb of memory at runtime
I have been trying to use flash_range_program during runtime to use the total 16 mb of flash memory for permanent storage on my project. I am hitting a issue where when I try and access above 2mb with...
View ArticleRaspberry Pi OS • Re: startx error: xf86OpenConsole: Cannot open virtual...
No other screens are attached to the Pi. both HDMI and composite video are unused.I should have been more specific and said I'm using vnc and the screen is "opened" that way.I'm only wanting to use...
View ArticleTroubleshooting • Re: Audio via HDMI - unable to make it work
...But still, this does not explain why audio via the 3.5 mm audio jack is working fine and hdmi won't make a single sound.I don't know but the first thing to do is to stop or deinstall "home...
View ArticleSDK • Re: Flashing more then 2mb of memory at runtime
flash_range_program() has an assert that checks it doesn't exceed PICO_FLASH_SIZE_BYTES. PICO_FLASH_SIZE_BYTES is defined in the board header file. If you're still using the file for a Pico then it is...
View ArticleGeneral • Re: RP2040 boards (including a Pico) come up in bootsel after...
This is a weird issues that you are hitting. If I have read through this thread correctly then I think this is a summary of what has been learned so far. You are seeing the BOOTSEL issue:When the PC...
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 Article