General discussion • Re: how much would it have cost per pi500 to fit the M.2...
Per Eben's official launch announcement for the CM5 (https://www.raspberrypi.com/news/comput ... -sale-now/) there will be CM5s with 16GB released at some point next year:16GB SDRAM variants are...
View ArticleGeneral discussion • Re: Raspberry Pi5 Computer - An Observation Of Its 'Power'
i leave it on automost of my day is on youtube, i'll even often watch 2 videos on each screenAhh, you are using Ubuntu. Can’t help except to suggest that you run test with Raspberry Pi OS which is...
View ArticleGeneral • Multicore optimisations and memory use
I’m using a Pico 2 (actually a Pimoroni Pico 2 Plus) and the C/C++ SDK 2.0.0. Programming via VSCode and using the Pico Extension.I’ve got a massive project (around 20k lines of code) using both...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Anyone else noticed with 6.12.6 that when running a chrome based browser (like Brave...) every 2 minutes or so it crashes with an error code 5. This error code is for running out of memory.I compiled...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB power supply for external HDD
i assume you are using the official supply.if not, recommend you get one.the official supply can provide 1.6A to usb. How much does the drive say it draws? (check the label)spinning rust - may require...
View ArticleBeginners • Running Pi 3B+, Controlblock, MiniAmp and fan - ok solution?
I am looking to an arcade emulator using a Pi 3B+. I am thinking about a Controlblock HAT to handle the buttons and a MiniAmp HAT because my speakers are passive. The heat that might be created made...
View ArticleBeginners • Re: Which Raspberry Pi Model Should I Use for a Home Automation...
I would go with a Pi4 2GB RAMStatistics: Posted by neilgl — Tue Dec 31, 2024 8:36 pm
View ArticleGeneral discussion • Re: A Pi Pie Chart
It's astonishing but Xcode on MacOS is still missing OpenMP support. Here are the results for the single-processor version of pichart on a Mac Mini M4.Code: % ./pichart-serialpichart -- Raspberry Pi...
View ArticleTroubleshooting • Re: Ubuntu Server Can't Install Anything
Are you installing it using Raspberry Pi Imager?Statistics: Posted by neilgl — Tue Dec 31, 2024 8:40 pm
View ArticleTroubleshooting • Re: Bluetooth sometimes shows No Bluetooth adapter found
Forget to mention it is Pi4bStatistics: Posted by yolopoi — Tue Dec 31, 2024 8:41 pm
View ArticleUbuntu • Re: Can't boot first time - fan in endless loop
Hi,It is great to know, thanks for the insights. It is really strange that the first Ubuntu that appears on top of the list of the Pi Imager is the 24.10 and it does not even say that it is a test...
View ArticleNetworking and servers • Re: LAMP WordPress server problem
Wordpress hard codes the old address in some internal tables.IIRC in the _options table of your website’s database, there are two rows siteurl and homeurlCheck those.Statistics: Posted by neilgl — Tue...
View ArticleCamera board • Correct Timing for GS Dual Camera Capture with External...
Hello everyone,I am working on a project using Raspberry Pi 5 to capture images of products on a production line. The setup involves two GS cameras (IMX296 modules) connected to the Pi. A hardware...
View ArticleBeginners • Re: Raspberry Pi 5 came with no SD card
Thank you both and have a Happy New Year!RoyStatistics: Posted by rtroxel — Wed Jan 01, 2025 8:41 pm
View ArticleTroubleshooting • Re: Hard resetting my raspberry pi 5
What do you mean by "hard reset"?If you mean force a power off and reboot try holding down the power button to force a shutdown then press and release as normal to boot.If you means discard the OS...
View ArticleOther projects • Re: Surveillance_Client
I am looking for a software like Surveillance_Client for windows to run on a raspi. We have 3 NVR's that is needed to be monitored regularly and they want to free up their computers so they can do...
View ArticleSDK • Re: Trouble printing time_us_64() [SOLVED]
Ah , of course. I was a bit surprised the compiler didn't pick that up. I usually build with -Wall but had forgotten to add this the cmake config. I even had a commented out line about setting...
View ArticleGeneral discussion • Re: Raspberry pi 500 rechargeable battery?
OP this might be of interest:https://thepihut.com/products/solar-power-manager-cThe batteries and solar panel are linked as extras.I can't vouch for whether this product is suitable for your intended...
View ArticleRaspberry Pi OS • Re: How to add 800x480 resolution in bookworm OS 64 bits?
config.txt is not used anymorein /boot/firmware/cmdline.txt add to the front of the lineCode: video=HDMI-A-1:800x480then you can select it in screenGreat. This worked. Thanks!Statistics: Posted by...
View ArticleTroubleshooting • I can't ssh to my pi 5
So my pi is 5 l was installing by pi hole and wiredgurd after finishing up to set up I restarted my pi then I cannot do ssh or VBC. But the pi hole admin website shows online and everything's working...
View Article