General 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 ArticleGeneral • Re: Pico2 easy upgrade or nightmare?
The only thing that jumped out was custom linker scripts which might take some finagling in the new SDK. But it's easy to get the SDK and try it out before you buy. Get it working on the RP2040 on...
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 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 5?Thanks!I...
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 ArticleBeginners • Re: Making the pi touch screen
i have a raspberry pi 5 8gb, i have a touch screen prechen hd156, i changed the os today to the raspberry os 32 bit to see if that was the problem.when i try to use the touch display it doesn't do...
View ArticleAdvanced users • Re: Image File Utilities
truncate -s 16265510912 /mnt/nasbckp/nasbackup/test.imgI never used image-backup to create backup on my Fritzbox. So I executed the above command try to reproduce the issue and gotCode:...
View ArticleGeneral • Re: RP2350: HSTX max resolution nad colour depth
Thanks for that.I see all your demos are 640x480 or less. Is this the max resolution you can achieve using the HSTX?Statistics: Posted by bobtrex — Fri Aug 16, 2024 10:32 pm
View ArticleTroubleshooting • Re: Keyboard layout on Pi 5 with xmodmap
the latest release (bookworm) uses wayland, not X11you can switch to X11 in 'sudo raspi-config' advanced -> waylandthen you rpi4 settings should work on the rpi5Statistics: Posted by kerry_s — Fri...
View Article