Troubleshooting • Enabling Raspberry Pi 5 RTC
Do I need to enable the RTC on a Raspberry Pi 5? When I re-power the Pi, the time is not up to date.I have created a 3.3V power for the RTC (I am setting it up to use in a vehicle so deriving the 3.3V...
View ArticleTroubleshooting • Re: Enabling Raspberry Pi 5 RTC
Do I need to enable the RTC on a Raspberry Pi 5?No. Are you running Raspberry Pi OS?If not, is there a test point that I can check the 3.3V is correctly applied?Run "vcgencmd pmic_read_adc...
View ArticleOther projects • Re: Custom Key pad
Hello , do you think it needs a switch to enable it to work?Statistics: Posted by tom2 — Wed May 15, 2024 8:13 pm
View ArticleTroubleshooting • Offline wireless access point
I need my Pi 4 to be an offline WAP. It will be in places without internet and will be publishing/receiving messages with wireless Picos through an MQTT protocol. This link...
View ArticleTroubleshooting • Re: Offline wireless access point
Take a look here: viewtopic.php?t=357998With Bookworm you need to use network manager and using nmcli makes it easy.Statistics: Posted by DougieLawson — Wed May 15, 2024 8:17 pm
View ArticleTroubleshooting • Network Install Kiboshed
What happened to Network Install? I used to be able to Network Install on a Pi4 straight onto a USB3-SATA SSD but now when I go to CHOOSE STORAGE is opens up a blank window titled "Storage".I haven't...
View ArticleGeneral discussion • Re: Broken pi5
See viewtopic.php?t=369675Maybe useful to you.Statistics: Posted by wildfire — Thu May 16, 2024 7:45 pm
View ArticleRaspberry Pi OS • Re: Lost console history when shutting down with on/off button
Note to OP: I understood what you meant by "console history" - even though the term was used imprecisely. I just think some of the other posters here interpreted it differently (i.e., more...
View ArticleBeginners • Re: Help needed: lgpio.error: 'GPIO busy'
Have you got nay other scripts running at the same time (also using GPIO4) ?Statistics: Posted by neilgl — Thu May 16, 2024 7:54 pm
View ArticleSDK • Re: openOCD doest work Ubuntu
I had this issue on Ubuntu LTS. I cloned openocd from https://github.com/openocd-org/openocd, built it, installed it, and then things worked.Statistics: Posted by jags84 — Thu May 16, 2024 8:01 pm
View ArticleCamera board • Re: New Raspberry Pi Global Shutter camera
Is it possible to change the camera to run in monochrome mode?Just thinking about increasing the resolution at higher frame rates for some computer vision stuff.thanks,Not without removing the Bayer...
View ArticleRaspberry Pi Connect • Re: does rpi-connect run headless?
I hate to sound dumb but here goes.You wrote Wayland compositor isn't runningNot that I am new to this, I was a system admin for a large hospital running HP UNIX servers, but the term compositor is...
View ArticleBeginners • Re: No such file or directory [Makefile:66: install_conf] Error...
I'm having this exact same issue - find any solutions?Statistics: Posted by qwick745 — Thu May 16, 2024 8:10 pm
View ArticleBeginners • Terminal window opening
Basic question- I am working on a C program for the RP4. When executed from inside the Geany IDE, or from a command line, a terminal window is automatically started. This is very useful for debugging...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Unable to access SPI with LUMA
I'm trying to display an image on my LCD screen (https://www.waveshare.com/oled-lcd-hat-a.htm) for my Raspberry Pi 5. Using their sample code, I get the following error:Code: from...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Unable to access SPI with LUMA
RuntimeError: Cannot determine SOC peripheral base addressYour library is out of date and not compatible with Pi 5. https://github.com/rm-hull/luma.core/pull/271 is the fix but the luma.core...
View ArticleHATs and other add-ons • Re: SSD compatibility with M.2 HAT+
One is a Transcend M.2 SSD 420S - does not work with Pimoroni or RPiFrom a quick look around, that 420S has a SATA interface, not NVME PCIe as required. So it won't work with the PCIe interface. You...
View ArticleTroubleshooting • Re: Mounted NAS shows lower storage size
Thank you for the reply. The simpler code gave the same results.Right now, I have Code: //NAS_IP/Groups/MB/Ackley/LifespanMachine /mnt/evl cifs username=my_username,password=my_password,vers=3.0 0...
View ArticleBeginners • Re: PI5 Beginner problems
I just have tried again several times as you suggested. Completely unplugged the PI and power supply and also removed the M.2 with the OS for testing.Now i can say again with certainty that many times...
View ArticleTroubleshooting • Turn of RCA Analog video command line
I have old Raspberry Pi Model B Rev 1 and small video display connected by RCA cable. Running OS Linux raspberrypi 6.6.20+rpt-rpi-v6 #1 Raspbian 1:6.6.20-1+rpt1 (2024-03-07) armv6l without...
View Article