Troubleshooting • Re: Raspberry Pi Camera Not Working
If you are running "Bookworm" on that Pi4, it automatically detects the camera, no need to "Enable Camera Module" in raspi-config.Statistics: Posted by neilgl — Wed Apr 24, 2024 10:16 pm
View ArticleTroubleshooting • Re: pi5 cant find can1
alrighty we had an enormous case of operator error!! lol I forgot to set up a working environment to allow me use of the spidev module.Code: (env) pi@raspberrypi:~/can_can $ sudo dmesg | grep can[...
View ArticleUbuntu • Ubutnu 23.10: rpi-eeprom-config downgraded my EEPROM bootloader....
An annoying issue/bug now solved:For many months I have been successfully running Ubuntu 23.10 on my Pi5 8GB with an NVME SSD. One day, for some reason, I ran the command for editing the EEPROM...
View ArticleAdvanced users • Re: Raspberry Pi EEPROM Manager
rpi-eeprom-mgr (in the first post of this topic) has been updated.This update eliminates a false "dpkg failed" error message that may occur in the "Update rpi-eeprom Package" action.The rpi-eeprom...
View ArticleMicroPython • Re: pico onboard rtc and lack of datetime module
What about this code? I grabed it from my project for Pico W. It requires WiFi network nearby. You can get actual time from NTP server and use it in your code. It is untested, just as an...
View ArticleGeneral • Re: ssi pins after driving RUN low
That'd be great. I look forward to hearing about your results.Statistics: Posted by rdb9878 — Wed Apr 24, 2024 11:07 pm
View ArticleOff topic discussion • Re: Why was my post deleted?
Well...actually it *did* go against forum policy. That's because it was completely unrelated to anything to do with Raspberry Pis.Yep.@OP:The key rules (my langauge not the leagal Ts&Cs) seem to...
View ArticleAndroid • An android build and emulator for Raspbian Bookworm.
Good day everyone.What is the best ready build to use for android emulation on raspbian boorworm operating system?I found ready-made android builds for Rpi4 on https://konstakang.com/devices/rpi4/,...
View ArticleRaspberry Pi OS • Re: eeprom updates gives error
Can you showCode: mountShow us the contents of your /etc/fstab too please.Statistics: Posted by thagrol — Wed Apr 24, 2024 11:21 pm
View ArticleWanted • Re: Exciting Consultancy Opportunity: Raspberry Pi Developer for...
That and just a three day window for submissions of CV didn't seem very professional to me. And I couldn't see the job advertised on the company's site. But their other posts do seem to involve video...
View ArticleBeginners • Re: Boot password no keyboard - enable auto-login on sd card?
Alright, thanks for your answers. My assumption was that I could only access the Pi using SSH after booting it. That was my misunderstanding then. Thank you again for the help.Statistics: Posted by...
View ArticleAdvanced users • Bug in bash script
I am maintaining a img creation backup script on https://github.com/UnconnectedBedna/shrink-backupI rescently got a request to also include f2fs so I started looking into it, not that much to change...
View ArticleGeneral • GPIO26 and 27 always read as zero
I am trying to use the two ADC capable pins GPIO26 and GPIO27 and general purpose inputs. Using the C++ SDK, Even though I sent these pins to inputs, reading them with gpio_get() always returns zero...
View ArticleCamera board • RuntimeError: Camera __init__ sequence did not complete.
Pi5 with Module3 Wide camera. Fresh install full bookworm, updated, virtual environment created and rebooted.If I run 'capture_circular.py' from the examples on GitHub I get an error. This is what I...
View ArticlePython • Re: Python3 + Gphoto latency issue
Sorry I saw you second response of "Just a question does a picamera also have latency when taking a picture?" and assumed it was an indication that you were using a PICamera. So also please ignore my...
View ArticleGeneral discussion • Re: Raspberry Pi auto-start application not working
Have you looked at this guide viewtopic.php?t=314455?Statistics: Posted by DS256 — Thu Apr 25, 2024 11:22 pm
View ArticleGaming • Re: Linux Air Combat on Raspberry Pi 5
The official install scripts for Linux Air Combat on Raspberry Pi have recently been simplified and updated so that they now reference the latest versions of LAC. Now there are just three distinct...
View ArticleTroubleshooting • Re: Can undervolting kill a Pi 4?
So I left this a long time but I did try the advice here.I discovered that on the Pi 4 8GB, the TVS diode is actually by the ethernet port, not by the USB-C port. I identified it and lifted it off the...
View ArticleAdvanced users • Re: Why does the sd card copier require a desktop environment?
Ait, I'm going to shamelessly self-promote here.My project does exactly what you are looking for (I think), and at lightning speed compared to cloning the entire...
View ArticleAdvanced users • Re: Pi 5 Jitter every 2~3 seconds
What happens if you doecho performance | sudo tee /sys/module/pcie_aspm/parameters/policy?Thank you for the suggestion. Unfortunately, the system persists.Statistics: Posted by JinShil — Thu Apr 25,...
View Article