Troubleshooting • Mount from Network
I mounted a directory from my Network onto my Pi and the mnt Folder is now in the root system (not in the root folder but in the larger / Folder). The problem is that as a normal user I don't have...
View ArticleCamera board • Re: Camera module v3 + Pi Zero => Webcam
Don't have to look too far...... https://www.raspberrypi.com/tutorials/p ... sb-webcam/Thanks! I actually was aware of that tutorial (should've mentioned it). But it asks for a Zero 2. Can it be done...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
LibreOffice could practically be the alternative to MS Office, functionally it is not missing anything that most users need to be productive with it. But for most users, a computer is a utilitarian...
View ArticleGeneral discussion • Re: Powering the Raspberry Pi 5.
Hi,thanks a lot. This works.BR kamiStatistics: Posted by kami83 — Tue Apr 23, 2024 6:49 am
View ArticleRaspberry Pi OS • Re: How to know what all to install on a system re-build?
I have been doing this since 2017 although I have had to modify the process over the years and it is not particularly helpful if you use the GUI installer.I don't actually rebuild systems (because I...
View ArticleAdvanced users • Re: GPIO 14 as power indication
Why not monitor Pin01 3V3?If you set POWER_OFF_ON_HALT=1 in the EEPROM config then this will be off when the PMIC is in STANDBY (sudo shutdown halt).Statistics: Posted by timg236 — Tue Apr 23, 2024...
View ArticleDevice Tree • Re: gpio-poweroff questions
I2C1 uses GPIO2 & GPIO3, so using GPIO4 for gpio-poweroff is fine.Does this work on other OS besides Raspberry Pi OS or is this YMMV?Most OSs on Pi (those that are Linux-based) will support...
View ArticleTroubleshooting • Re: Installing with NPM runs out of memory?
and eventually just kills the process because the board runs out of memory.Get a Pi with more memory? The Zero range only have 0.5GB and they aren't suited for big tasks. The Pi 2B, 3B and 3B+ have...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: UART 3 and 4 data corrupted when CPU...
This sounds like a hardware fault with these specific boards - probably a dry joint. On the Pi, these GPIOs are wired directly to the 40-pin header, so there's little to go wrong that would affect...
View ArticleRaspberry Pi OS • Re: dhcpcd not learning NTP servers from DHCP
bringing my good old shelved Pi2B to new life I just installed newest Raspberry Pi OS (Lite, all updates installed) and noticed that the system didn't use the NTP servers my DHCP server provides to...
View ArticleTroubleshooting • Re: Mount from Network
What are you trying to mount (the filesystem that is) and from where and how?You also say 'not in the root folder but in the larger / Folder' , if you are referring to '/' and not a directory called...
View ArticleBeginners • Re: Help Choosing the Right Raspberry Pi Zero for My LCD Screen
Without a full datasheet for that screen you're not going to be able to connect it to any Raspberry Pi.You need to know the pinout of the interface and the format and the protocol. Also the timings...
View ArticleHATs and other add-ons • Rpi 5 built-in power switch ("PSW"), and...
The ATX Watchdog hat is here:https://www.tindie.com/products/tomtibb ... -module-4/It controls an ATX supply, and needs a switch connected to two of its pins for powering everything on. With a jumper...
View ArticleBeginners • Suitable GPIO library for Buster?
I am constrained to using Buster on a RPi3B because of other software that is installed on it. A friend is helping me with programming and he has a file running fine on a RPi3 but with an up to date...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 and 6 SPI screens
You should be able to apt install it now then open raspi-config to switch between wayfire and labwc …Not possible here for me.Code: pi@raspberrypi:~ $ sudo apt install labwcReading package lists......
View ArticleBeginners • Re: Suitable GPIO library for Buster?
Can’t see an error message - only line numbers!What software is stopping you using the latest Bookworm?Statistics: Posted by rpiMike — Wed Apr 24, 2024 6:12 am
View ArticleCompute Module • Re: CM4 + IMX296 Camera --> Impossible Camera Rotation
Hello,I am using a CM4 with 2 IMX296 cameras.I would like to flip the displayed image so my config.txt is :Code: #camera_auto_detect = 1dtoverlay=imx296,rotation=0,cam0dtoverlay=imx296,rotation=0,cam1...
View ArticleAdvanced users • Re: Why does the sd card copier require a desktop environment?
Let's assume somebody is willing to write a clone command line tool to be included in next RaspbianOS. Is there any way this tool will be accepted by dev and included in next release?One version of...
View ArticleBeginners • Re: miniature circular full color OLED displays inserted to light...
Rambling thoughts ...It needs to be totally diffused otherwise light and dark spots are going to detract from your objectives. So in addition to @ame's opal diffuser, I would face the LED's away from...
View ArticleGeneral discussion • Question about PIO mode
Hardware:Raspberry Pi PicoSoftware Development Environment:MicropythonPurpose:Turn on a back light(the back light is producing at present, so now I only have LED driver...
View Article