Troubleshooting • Re: black menus since upgrade
i think where talking about 2 different versions herethe 1 i'm working on is bookworm, the desktop is wayland/wayfire. the current recommended raspberry osthe 1 you seem to be on is bullseye, it uses...
View ArticleBeginners • Re: Raspberry pi car head unit - help please
If you're using a battery pack, make sure it's connected to the Raspberry Pi and configured to charge when the car is on. Alternatively, you can connect the Raspberry Pi directly to the car's...
View ArticleAdvanced users • Re: Why to run 16k page size for RPi5?
Does it have the kernel8 as that is also 64bit? I would have thought a 32bit install should only have kernels up to 7l?It does have kernel8. Pi 4 can use 32-bit LPAE kernel (kernel7l) or 64-bit 4k...
View ArticleBeginners • Re: Orange Pi what's the difference?
The difference is that they are not made by Raspberry Pi and therefore not to be discussed here.See the last one of the Forum Rules.Statistics: Posted by rpdom — Mon Dec 25, 2023 11:27 pm
View ArticleAdvanced users • Achieving high FPS on multiple still image captures
Hello,Trying to achieve a good 30 fps on Pi 3 Model B using the old 5MP camera module 1.3. Recently downloaded OS Bullseye, and using PiCamera2 on Python.The goal is to achieve:Good FPS ~30FPS for a...
View ArticleRaspberry Pi OS • Re: RPI 5: When booting from USB SSD can not edit config.txt
Thank you for the responses. So when booting from an SD Card under /etc/mtab: /dev/mmcblk0p1 /boot/firmware vfat...
View Article日本語 • Re: ラズパイから0~5Vを取る方法
様々な案をご提示していただきありがとうございます。少し勉強しながら方向性を決めて進めていこうかと思います。Statistics: Posted by T.T.T.T — Mon Dec 25, 2023 11:48 pm
View ArticleRaspberry Pi OS • Re: RPI OS Update Package Error
@dhomas, were you ever able to create the symlinks and move your files to that location? I am in same boat, I "think" my upgrades and updates are working, but this error bothers me.WARNING:...
View ArticleGeneral discussion • Re: Raspberry pi 5 fan connector?
Well,well. Can't post the picture (even 500k is too large) but the red wire is on the inside after all. Need to stop doing this stuff at 2 am.Thanks for all the help, this was harder than it...
View ArticleGeneral discussion • Re: Using a wireless keyboard with Pi5
Good to know. May I suggest changing the name of this thread to something like: Using Apple Bluetooth keyboard with Pi5?This would make it a little easier for new Pi users to find this very useful...
View ArticleGeneral • Re: New to pico, having trouble with hardware interrupts in C
I guess there are many errors.But to name one that directly stands out:Code: bool interrupt_flag = false;must beCode: volatile bool interrupt_flag = false;The interrupt handler is changing the...
View ArticleGeneral • Re: Pico reset when controlling 12V DC motor through relay
Hello all,Do you know for sure how the signals on the 4-pin connector work?For example, are you sure you have to provide 29V to the Up and Down command pins? Or should they just be shorted to GND?Yes,...
View ArticleSDK • Differences between set_sys_clock_khz and set_sys_clock_pll and how...
I have been working on a project and seen in many examples people overclocking there pico via the two commands set_sys_clock_pll and set_sys_clock_khz. When I am looking into the documentation beond...
View ArticleTroubleshooting • Re: X11 is not detected when starting vino-server
Yeah, i checked and there is no support for it. I also tried anydesk (which completely bricked my pios install) and teamviewer (which does not connect). I will try tigervnc, hopefully it works.Thanks...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I still have Mouse lockups/slowdowns in Bookworm on this Pi400, seems to happen if I have too many tabs open and run another big app.Still a few bugs to squish, it might be a Mouse...
View ArticleTroubleshooting • Re: Busy GPIO's Raspberry PI5
I guess 'flask' with 'debug=True' is doing something like this -Code: import gpiozeroimport osimport sysLED = gpiozero.OutputDevice(0)if len(sys.argv) <= 1 or sys.argv[1] != "forked":...
View ArticleAutomation, sensing and robotics • Re: Speed camera
Thanks, I'm UK based and it's similar here but usually the driver gets a letter which is a slap on the wrist because it's not prosecutable without a calibrated device operated by a trained operator....
View ArticleGaming • Re: Need help with a project
I'm fairly sure at least one Pipboy build has been completed so maybe ask your preferred web search engine.Statistics: Posted by thagrol — Tue Dec 26, 2023 11:59 pm
View ArticleGraphics programming • Re: 0x8000 verts the max?
Ok I was meaning OpenGL not v3d directly. Thanks for the response though.Statistics: Posted by skinmarquee — Wed Dec 27, 2023 12:00 am
View ArticleRaspberry Pi OS • Re: HOW-TO: Bookworm On-screen Keyboard
should be a way. just have your favorite language execute the bash script at /usr/bin/toggle-wvkbd.shfor example, see this for how-to in pythonhttps://www.geeksforgeeks.org/how-to-ru ......
View Article