Troubleshooting • Re: Configuration and graphics performance issue after...
How can I fix this problem without having to reconfigure Openbox, DWM, and other settings that are crucial to me from scratch?you know those are just folders/files that can be copied from install to...
View ArticleRaspberry Pi OS • Re: AutoCorrect LibreOffice in July 2024 raspberry pi OS...
I believe the Tools -> AutoCorrect Options multi-tab dialog may let you do what you want without manually editing files. (works on all platforms)Statistics: Posted by Paul Hutch — Wed Aug 14, 2024...
View ArticleC/C++ • Re: Picotool v2.0.0 is built, but not seen by cmake
I won't be of much help as I use linux. Nevertheless, I just upgraded my pico SDK to 2.0.0 and noticed, like yourself, my project downloading picotool from github. All I did to solve this was grab the...
View ArticleSDK • Re: Help needed for Building RISC-V Compiler
On top of the page with compilers from getting started pdf is:If you can’t find what you want, please let us know by email to [...]Maybe go easy way Statistics: Posted by MatSOBDev2 — Wed Aug 14, 2024...
View ArticleC/C++ • Re: Visual Studio Code setup for Raspberry Pi
I don't know about VSCode. Can you debug from the command line? This is one of those situations where typically your IDE won't work until you've figured it out. Your mileage may vary. I have this...
View ArticleGeneral discussion • Re: How to bind screenshot to print screen key
ZeroGPT claims it is NOT written by an AI, but 100% human written, but I agree i smells "robotic" have locked it for editing and will keep an eye on it.Statistics: Posted by mahjongg — Wed Aug 14,...
View ArticleBeginners • Re: Raspberry Pi 5 connector with 2 leads
What is "vecials"?Statistics: Posted by drgeoff — Wed Aug 14, 2024 10:29 pm
View ArticleTroubleshooting • Re: "Crave Plus" USB battery: enough for rpi5?
This battery seems to claim 25W over USB-C:https://www.amazon.com/SAMSUNG-Portable ... 084GVM6NC/Do folks have experience with using a battery like this with an "accessorized" raspberry pi...
View ArticleTroubleshooting • Re: Mouse/pointer click action-selection difficulty
The simple mouse settings are very rudimentary. My present difficulty is not double-click speed or acceleration related. I am having difficulty clicking on things. I have to place the mouse pointer...
View ArticleTroubleshooting • Re: Raspberry Pi Zero 2W not detecting V3 Camera(Sony IMX 708)
What OS is running on the zero2w - Raspberry Pi OS Bookworm 64-bit with desktop or something else?Statistics: Posted by neilgl — Thu Aug 15, 2024 9:12 pm
View ArticleBeginners • Re: Remote Access - Pi4 BookWorm
Strangely, VNC viewer is working fine for me using Bookworm on Pi4 and Pi5, with Wayland - I never use X11However, rpi-connect is now my remote connection of choice - it works using Safari.It does not...
View ArticleBeginners • How to send data from pico to driver board using I2C pins
Hi, I am really new to raspberry pico and micropython. I have circuit, where I am controlling 3 phase AC motor with 24 windings and each windings connected to IGBT through quad channel Nand gate and...
View ArticleGeneral discussion • Re: Dynamically load functions into RAM
probably be easier to go with tmpfs for the ram part, create & release instead of trying to tie up ram that you don't know if something else is using.no idea for single coreStatistics: Posted by...
View ArticleSDK • Re: How to distinguish between rp2350A and rp2350b in software
Board headers and anything that needs setting at compile time are my biggest complaint with the Pico environment. I want my code to run on multiple variants and self configure at run-time. My code...
View ArticleTroubleshooting • Re: Powering pi zero via gpio
Have you measured the output voltage of your buck converter?Statistics: Posted by ame — Thu Aug 15, 2024 10:02 pm
View ArticleBeginners • Re: How to send data from pico to driver board using I2C pins
Post the details of your driver board.Statistics: Posted by ame — Thu Aug 15, 2024 10:07 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Lineage21 is available in PINN.You can use the Replace function to replace lineage20 with lineage21.Will this also leave the other OS there untouched. or will it wipe or/and reinstall them.Statistics:...
View ArticleGeneral • Re: Forced and EXEC’d Instructions
The "public" keyword does the trick! Really appreciate the tips arg001!Statistics: Posted by seanchenca — Thu Aug 15, 2024 10:18 pm
View ArticleAdvanced users • H.264 encoder color space
I'm looking at the kernel driver for the H.264 encoder found on Pi 4 and older here: https://github.com/raspberrypi/linux/bl ... l2-codec.cAs far as I can see, the driver does not pass the colorspace...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
The performance loss between the 4GB and 8GB models was 57 percent when over clocked to 2800 MHz running stress-ng.viewtopic.php?p=2167695#p2167695This may have changed since firmware updates but I...
View Article