Troubleshooting • 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 ArticleBeginners • Re: Ras PiOs Bookworm: Turning off the display of dot cursor in...
Hi, I'm new to the whole Raspberry Pi thing and I was also annoyed by the dot showing alongside the cursor in VNC. I did the following steps to remove it:Before starting My Pi connection, I went to...
View ArticleOther projects • Security camera with Raspberry Pi?
Hello,I've been having an issue where things of mine keep getting stolen and would like to do something about it, by turning my Raspberry Pi into a security camera. My questions for you all:- I've...
View ArticleMicroPython • Re: .uf2 upload problem (raspberry pi pico 2)
Yes, for a Pico 2 W in BOOTSEL mode we get Code: picotool info -dDevice Information type: RP2350 package: QFN60 chipid: 0xf594cfa348f8e276 flash devinfo: 0x0c00 current cpu: ARM available cpus: ARM,...
View ArticleAutomation, sensing and robotics • Re: Rotary Encoder RPi 4B in C
How did this solution work out for you ?Thanks,Brian H.Uxbridge Ont CanadaStatistics: Posted by hambonius — Tue Dec 31, 2024 9:11 pm
View ArticleNetworking and servers • Re: Retrieve swimming pool data
That URL with bin/cgi in it looks to me like there is some server or other (Apache2) in the system - what is it?Statistics: Posted by neilgl — Tue Dec 31, 2024 9:12 pm
View ArticleTroubleshooting • Raspberry Pi 5 turning on automatically
I have a project involving a Raspberry Pi 5 connected to a power bank via a 51Pi power distribution board. My issue is that when shut down, it sometimes powers up again spontaneously. It just happened...
View ArticleMicroPython • Re: Pico W Reliability
Here is the new capture: https://github.com/edmcman/rpi-temp-ser ... fice2.pcap1. Association happens at t=4282, the Association ID is 2.2. The Pico last responds to a request at t=53322....
View ArticleAdvanced users • Re: Image File Utilities
@tinker2much,I just installed nfs-kernel-server on a Raspberry Pi 4 runnng a fresh copy of Raspberry Pi OS Bookworm. After creating the appropriate entry in /etc/exports, I mounted the exported...
View ArticleOther projects • Re: Security camera with Raspberry Pi?
What model of Pi is it (Pi4 or Pi5 or other)Maybe get a camera module V2 and use the example from the excellent github picamera2 repository that captures motion: https://github.com/raspberrypi/picamer...
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 ArticleBeginners • Re: Which Raspberry Pi Model Should I Use for a Home Automation...
Staying with PiA Pi5 for your central device, it'll last for a long time and you'll be able to use it ...You'll then want external device, RP based, ESP based, Bought and custom mode devices etc... to...
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