Troubleshooting • Re: pi5 keeps locking up
as a follow up i added those lines Code: cat /boot/firmware/cmdline.txtconsole=serial0,115200 console=tty1 root=ZFS=rpool/ROOT/pios zfsforce=1 rootwait cfg80211.ieee80211_regdom=AU pcie_aspm=off...
View ArticleGeneral • Pico USB Web Cam
Is it possible to interface a USB web cam like this https://www.amazon.com/Ximimark-Camera- ... =yjtw04-20 to a Raspberry Pi Pico?Statistics: Posted by CrabbyPete — Wed Aug 07, 2024 12:06 pm
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
The first part of this entirely makes sense, and the second part is a consequential implementation of Postel's law.It's unfortunate that some manufacturers seem to be selling cards that AIUI don't...
View ArticleGeneral • Re: Help Needed: Achieving Long Delays with PIO for Pump Control on...
Probably best to post your full code in case there's something wrong or missing in that, pin configuration isn't correct.There are some PIO emulators and debuggers available which may help with...
View ArticleBeginners • Re: Help for a very old beginner
Went with amusement park rides (most coasters) for a hardware design network. Amusingly the Sun user server that IS made me buy (I wanted a NetApp) ended up being called Dropzone. Sadly, it lived up...
View ArticleGeneral discussion • Re: What data recovery software is best for recovering...
SEO spam.Statistics: Posted by jdb — Wed Aug 07, 2024 12:30 pm
View ArticleGaming • Re: Linux Air Combat on Raspberry Pi 5
Well, I'm not sure. I had to create THREE different install scripts to handle the three different Raspberry Pi environments that work well with Linux Air Combat. Although the three scripts are very...
View ArticleSDK • Re: acknloweging IRQs created by irq_set_pending()
BTW, having just re-read that ARM document, I think I was wrong in saying you need to manually clear these interrupts. I think I was remembering older systems where interrupts had to be explicitly...
View ArticleNetworking and servers • Re: Using Raspberry pi as a NAS (omv vs os)
Thagrol's guides are always a good starting point.https://github.com/thagrol/Guides/blob/main/nas.pdfStatistics: Posted by procount — Thu Aug 08, 2024 10:56 am
View ArticleTroubleshooting • Re: Is this symptomatic of a failing SD card?
Works flawlessly, until the SD card goes bad that is!... and you can't get it to work with a new card. Let us know if you find the solution.Statistics: Posted by Paul Hutch — Thu Aug 08, 2024 11:02 am
View ArticleTroubleshooting • Re: Problem getting Plex to see my external hard drive
Can Someone pleas give me some assistanceStatistics: Posted by Bobbyds1 — Thu Aug 08, 2024 11:19 am
View ArticleTroubleshooting • Re: Pi 5: display sleeps and immediately wakes back up
I wonder if the updates since the beginning of March 2024 could be the source of the issue?Knowing what was updated (e.g. firmware, kernel, wayfire, etc) when the issue first started would be very...
View ArticleGeneral discussion • Re: RaspberryPi in ITX format // ExplainingComputers and...
I forgot to mention third-party products of which there are a few.Much as I would like a Pi in a format which can nicely and easily fit into a traditional desktop mini-tower case I can't see the...
View ArticleBeginners • Re: Non-PD supply to power Pi 5 from battery
Multiple options:1) in config.txt set usb_max_current_enable=1 2) set PSU_MAX_CURRENT=5000 in the EEPROM config fileNote: Both of these override the PD mode validation and USB port current limiting....
View ArticleTroubleshooting • Re: PI5 LED error codes
Hi all, I know this old post.But I am getting the same issue. what was the fix???ThanksStatistics: Posted by Multimegabacon — Thu Aug 08, 2024 11:53 am
View ArticleOff topic discussion • Re: What happened to my old account
So where does this leave me?Screwed I'd say. Three and a half years of posting history gone in the blink of an eye, hundreds, maybe thousands, of posts deleted with little hope of retrieving them, no...
View ArticleAdvanced users • How to manually enable night vision on a camera?
Hello, i recently bought a camera from aliexpress, it is 95 degree OV5647 camera for raspberry pi 4 it supports normal and night vision, i connected a raspberry pi 5 wire to it and it works, the...
View ArticleBeginners • Re: Error when trying to control servo
Which Pi are you using Pi5 or Pi4 or other?What operating system do you have on it - Raspberry Pi OS Bookworm with desktop (64-bit ) or other ?I have Raspberry pi 5 4Gb model with raspberry pi 64 bit...
View ArticleCamera board • Re: Any projects that turns the RPi + HQ camera into a webcam...
Something like this should work:create_frame $FUNCTION 4056 3040 uncompressed u "5000000"create_frame $FUNCTION 4056 3040 mjpeg m "1000000"At least on my Raspberry Pi 4 it sort of did. The MJPEG...
View ArticleNetworking and servers • Re: Wifi Router w/ Wireguard VPN for IoT
Where I'm stuck is how to get the sensor data into my local network. I can ping wg0 from any device in my local network, but cannot reach the sensors.That's probably because your Pi and your wireguard...
View Article