Raspberry Pi OS • Re: HOW-TO: Bookworm On-screen Keyboard
Many thanks to terribleted for putting this together for those of us who can't do it ourselves, and for improving it with version 2, and for the advice on how to edit the bash script- in my case, for...
View ArticleTroubleshooting • Re: rPi crashes, takes whole network down
So I'll keep an eye on the rPi's memory to see if it perhaps is running out of memory too. Still not sure why that would cause a packet storm. I'm also unsure if it's the rPi's NIC causing the storm,...
View ArticleBare metal, Assembly language • Re: For Baremetal Raspberry Pi Zero 2W, how...
Alright, I got it to work, but only the 32-bit-elf files with the apt arm-none-eabi-gcc, for nowCode: ldr r0, gpiomov r1, #8str r1, [r0, #8]ldr r1, pin21str r1, [r0, #28] bx lrpin21:.word...
View ArticleGeneral • Re: Pico WH
Hi Thanks for your replies B.Goode and hippy. The USB cable is definitely power and signal, I went through several cables until I found one that connected the pico using BOOTSEL. If I connect the...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Memory seems to be the cheapest upgrade and is really useful for giant disk caches in a file server with a 4 TB disk. The Pi 5 M.2 hat is restricted to 2242 which means only 1 TB SSDs so 8 GB memory...
View ArticleCamera board • Re: Suppot for OV3211
You're mixing OV3211 and OV2311. I'm assuming it's OV2311.There is no official support for OV2311The fact that a device "ov2311 10-0060" was found at all means you have a V4L2 driver.We do have one in...
View ArticleCamera board • Re: Manual AFRage without changes to tuning file
Try picamera2 and use picam2.set_controls( {"AfRange" ....Sorry, I should have clarified that I want to set min and max values independent of the defined ranges in the tuning file.Statistics: Posted...
View ArticleTroubleshooting • Re: recently, can only get to sites hosted on my pi's via...
More data points say it's a browser problem....local address works in Firefox and netsurf-gtk, and even dillo.local address works from the default Chromium-browser ("125.0.6422.133 (Official Build)...
View ArticleCamera board • Re: Issues using Raspberry Pi Camera Module 3with OpenCV Video...
Are you using the Desktop version of Bookworm or the Lite?And how are you interacting with the Pi, attached keyboard and monitor, or remotely?(The response above - 'that it works'- was based on...
View ArticleBeginners • Re: I don't know the definition of development.
"I don't know the definition of development."Lots of meanings, depending on the knowledge domain you are operating in.Like -EducationAnatomy/PhysiologyAid for less-fortunate regions and...
View ArticlePython • Re: Add a timer to GPIO input for RPi
Personally I would use the gpiozero library and the button hold_time parameter:Code: from gpiozero import Buttonfrom signal import pausedef say_hello(): print("Hello!")button =...
View ArticleBeginners • Re: New sd card
@Squidcoder - PINN will dual boot Kali Linux with Raspberry Pi Os and many other OSes (depending on RPi model).I suggest you use the Rpi Imaging Utility instead of Etcher, as it includes a list of...
View ArticleRaspberry Pi 400 • Re: Pi 400 displays multicolor screen then No signal
I then changed resolution to 1280 (Raspberry symbol top left/preferences/screen configuration/layout/screens/noop-1/resolution.)I then plugged back into my monitor. (my monitor wasn't accepting the...
View ArticleOther projects • New Release (0.2.0) of "piggui" GUI for...
We're happy to announce a new release of the "piggui" GUI for controling and viewing GPIO hardware on a Raspberry Pi.Here you can find the release notes with videos and more gifs:...
View ArticleOther • Re: How to clone on a 512GB micro sd card?
@Squidcoder - it would be a good idea to test your 512GB SD card to make sure it is not a fake using some tool like H2testw, especially if you bought it for a "good" price. My son bought one (without...
View ArticleDevice Tree • Re: Linux Device Tree and u-boot
Hi Charles,Thank you for your reply.I've just tried with the DT file from the mainline Linux source file not with this from u-boot.I've found a solution by using the generated DTB file stored in RAM...
View ArticleGeneral discussion • Screen blanking from Bash
Morning,Is there a way to turn screen blanking on and off from a Bash script?I need a screen to go dark at around 4pm, vcgencmd has gone for a burton, so I'm thinking I simply disable screen blanking...
View ArticleGeneral • Re: pico too slow to read bits from dht22 ?
If your goal is to just read data from your sensor, then you would be better off using a pre-built library e.g. something like https://randomnerdtutorials.com/raspber ... cropython/ (This is just an...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - Power supply in the car - 12V DC...
I am not sure what was the reason but I made working after i changed:max_usb_current=1 in the /boot/config.txtandChanged usb <-> usb-c cable to the shorten one with 3A wrote on the plugI had...
View ArticleBeginners • Re: Improved NTFS Samba speed on RPi4 with USB drive
Why are you using NTFS on a Linux system? Statistics: Posted by kip_the_elder — Tue Jun 25, 2024 10:08 am
View Article