Beginners • Re: RASPBERRY PI MODEL B ADD POWER SWITCH
While `sudo shutdown -h now` works (by virtue of support in systemd), the actual shutdown command is:Code: sudo systemctl poweroffTo reboot, just change poweroff to reboot. On Pi models that use...
View ArticleGeneral discussion • RTSP recording
I have several surveillance cameras that support RTSP (Real-Time Streaming Protocol).Is there any way to record to a hard drive attached to a Raspberry Pi?ThanksStatistics: Posted by ChibitulSmecher —...
View ArticleTroubleshooting • Re: CANNOT SSH INTO PI 3
Which OS and ssh client are you using?By IP address or hostname?Are you 101% certain you're connecting to the correct device?Statistics: Posted by thagrol — Thu May 30, 2024 11:14 pm
View ArticleRaspberry Pi OS • Re: Upgrade your operating system to a new major version
3) Although it is theoretically possible to upgrade in place, it is dangerous and will likely end in pain if you don't know exactly what you are doing (and why). Advice-givers on the forum will always...
View ArticleOfficial Display • Re: Back protection cover?
You could cut a simple piece of plastic and mount it on four standoffs. You could also cut holes in it to allow access to the GPIO pins and DSI connector.Statistics: Posted by ame — Thu May 30, 2024...
View ArticleTroubleshooting • Re: [Semi-Repaired] 'sudo apt install git-all' trashed my...
Note that Windows used to have (may still have - I haven't checked in many a moon) the concept of protected files - files you can't delete because they are key to the OS and it just wouldn't ever make...
View ArticleGeneral discussion • Re: Lecroy HDO6104 oscilloscope with pyvisa
https://github.com/pyvisa/pyvisa-py/issuesStatistics: Posted by memjr — Fri May 31, 2024 12:32 am
View ArticleTroubleshooting • Re: bullseye nano not binding arrow
Thx for the suggestions so far. But keep in mind that the arrows work perfectly for all other Raspberry Pis BEFORE version 4. I can literally open 2 Putty sessions - one from the Raspberry Pi 4 and...
View ArticleTroubleshooting • Re: Pi 5 with latest Pi OS desktop. NVMe SSD in RTL9210 USB...
Some experiments with boot up. I was going to use the Pi to copy all the files from a full 2 TB SSD to an empty 4 TB magnetic disk. When both disks were in before switching on the Pi, the magnetic...
View ArticleTroubleshooting • Re: Raspberry pi 400 has dark screen after boot.
we tried to boot up without SD card, screen still doesn't show anything.Statistics: Posted by ciciewang — Fri May 31, 2024 1:08 am
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
I can't be the only person considering bricking this Pi 5 and ordering a 4?Why? plenty of use cases for Pi5, I use it as a Desktop PC, much better than the Pi4.$6 USB sound dongle worked out of...
View ArticleAdvanced users • Re: custom image for RaspberryPi 5
Nice to know Buildroot can build Pi5 images now.Statistics: Posted by Gavinmc42 — Fri May 31, 2024 1:28 am
View ArticleCamera board • Re: How do I control Pin 12 on the camera bus?
Which Pi are you using? As none of the camera modules since v1 have had an LED, the GPIO driving that line has been dropped from Pi4, Pi02W, and CM4IO.Due to this there is no configuration defined in...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting single relay to trigger
http://www.hiletgo.com/ProductDetail/1958599.htmlThis is the product page from the manufacturer.I bought it on Amazon though. Just a basic Chinese 5V relay.Statistics: Posted by testing8 — Fri May 31,...
View ArticleCamera board • Re: Libcamera+rpicam install error: ERROR: rpicam-apps...
Hello,I'm in a similar situation where no other workarounds have worked for me. Could you let me know what commands you ran to restore dkms. I tried simply "apt-get install dkms" and it did not solve...
View ArticleAutomation, sensing and robotics • Reliable Tilt Switch
Hello,Working on a raspi project with a tilt switch.Need a simple on/off switch for when the project is tilted past about 45 degrees. (Only in one direction)Will power the NC or NO switch off of the...
View ArticleHATs and other add-ons • Re: Longer Flexcables for the M.2 HAT+
i got the x1001 and grabbed a set of extra from amazonhttps://www.amazon.com/gp/product/B0CXC ... UTF8&psc=1Those aren't suitable for OP. The Raspberry Pi M.2 HAT needs an opposite-side contacts...
View ArticleTroubleshooting • Is it 32-bit or 64-bit?
I have a Raspberry Pi 3B+ rev 1.2 (2014), no physical WLAN or Bluetooth module on it.It was my understanding that this was 64-bit arch, but as I can't get it to boot 64-bit Rasparian/Lite, I put...
View ArticleSDK • Re: How to set NO_SYS to 0
You should not be using “pcio_cyW43_arch_none” along with the the other libraries;It is an alternative to the other Pico_cyw43_arch librariesStatistics: Posted by kilograham — Sat Jun 01, 2024 12:36 am
View ArticleTroubleshooting • Re: Rpi3B+ won't boot from same card as Rpi3B, latest image...
I think I solved it - this board may be a knockoff (I got it in 2014, there's no wifi or bluetooth modem on it)3B +:Code: pi@octopi:~ $ cat /proc/cpuinfoprocessor : 0model name : ARMv6-compatible...
View Article