General discussion • Re: Beginner Attempted to Upgrade to Pi5
Did you use a fresh operating system and give it plenty of time to do the first boot?I think all those monitors are 1080p and should be no problem.Love to know where the weak hdmi info came from,...
View ArticleAutomation, sensing and robotics • Re: RC car driving with sim steering wheel...
what about mqtt? But I still need a raspberry pi for my steering wheel, brake etc, and another raspberry pi for my rc car right?Both raspberry pi's connected to internet so they can communicate back...
View ArticleCamera board • Re: New camera driver can not be probed, need urgent support
Thanks, I got the issue fixed and the root cause it a hardware issue, while it is really not that straight forward to bring up a non-standard camera module. Maybe I can share my experience as a step...
View ArticleDebian • Re: Debian 11 on Raspberry Pi 5
Ok, I finally got the solution. So I want to share with those who are facing the same problem.The first step, I installed the Ubuntu Server 23.10 (64-bit) operating system which currently supports the...
View ArticleTroubleshooting • Can Raspberry Pi 5 no longer use the “rpi-ws281x” library?
This is my code. It runs fine on Raspberry Pi 4, but it throws an error on Raspberry Pi 5.Code: import timefrom rpi_ws281x import Adafruit_NeoPixel, ColorLED_COUNT = 8 LED_PIN = 18 LED_FREQ_HZ =...
View ArticleBeginners • Re: Pi 5 1500mhz
Sorry, for some reason I thought this was Pi 4. I think the Pi 5 drops to 1500.and there is a minor firmware issueyou can request a lower clock like 600mhz or 1ghz in config.txtlscpu will claim that...
View ArticleCamera board • Re: ISP Image processed output is abnormal while raw image...
Thank you for the suggestion.When I tried to capture in this way Code: rpicam-still -r -o test.jpg --shutter 10000 --gain 1.0 --awbgains 1, 1 --immediateI can get a normal color image, the image is...
View ArticleTroubleshooting • Re: Samba share with symbolic links fails on windows PC
@hortimech Just one thing I haven't seen asked (so sorry If I missed it), but what filesystem is in use on the usbdrives ?Sure. Those FS are as the drives came in the mail form Amazon (ntfs). I don't...
View ArticleCamera board • Re: V2 camera coding stopped working
Hi, I still have the same issue after upgrading libcamera-apps.Code: $ sudo apt-get install libcamera-appsReading package lists... DoneBuilding dependency tree... DoneReading state information......
View ArticleGeneral discussion • Re: Raspberry Pi 5 - SSD SATA or SSD NVMe ?
I'm not sure the length of the traces matters much since the top adapter carries those signals from the connector clear to the other end of the board (see pic above).Maybe nitpicking but still worth...
View ArticleNetworking and servers • Re: Seems like failing hostapd messages
Hi All,Let me add one more thing.As I mentioned I have the ESP32 'clock' setup to use this wifi RPI access point. As a test I asked my laptop (win10) to use the same AP. Below is a trace from syslog....
View ArticleTroubleshooting • Re: Format SD card without downloading a formatter?
Did you create a new account to ask this again? I could swear I answered this same question a week or two ago.No, I didn't create a new account. I didn't know this was a situation anyone else was in...
View ArticleFrançais • Re: Gros probleme pour mon projet de fin d'annee
J'ai testé ton code et il semble fonctionné.Il y a quelques possibilités pour ton problème.1 - J'ai trouvé que le bme280 est très sensible au bruit donc un R/C servo branché sur son alimentation le...
View ArticleGeneral discussion • Re: Installing Docker in Raspberry Pi5
I installed it yesterday on PiOS 64bit and it's working fine. I used the instructions on the docker websitehttps://docs.docker.com/engine/install/debian/I installed it from the docker repo:...
View ArticleRaspberry Pi OS • Re: Unable to update wf-panel-pi
That is what the upgrade did but it couldn't upgrade wf-panel-pi because another part has to be update, which is not in the repro but the name does appear in trying to upgrade wf-panel-pi, libfm-gtk4...
View ArticleRaspberry Pi OS • Re: How to create shortcut of application?
assuming bookworm (or bullseye)-menu- preferences- menu editor- select the category (on the left)- new itemfill out the form.should appear in the menuStatistics: Posted by terribleted — Tue Jan 30,...
View ArticleTroubleshooting • Re: VNC File Transfer greyed out and VNC is flaky
I switched to X11 from Wayland and now I am having multiple problems.VNC Server on the Pi doesn't start at boot. I have to useCode: sudo systemctl start vncserver-x11-serviced.service after each boot....
View ArticleGraphics, sound and multimedia • Re: VLC: missing argument --alsa-audio-device
The list of modules is very short in the VLC installed through 'sudo apt-get install vlc':Code: $ vlc --listVLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b) skins2 Skinnable Interface...
View ArticleGeneral • Re: BBC BASIC on the Raspberry Pi Pico?
Yet another problem seems to be the inbuilt Thumb assembler. The input mnemonics are checked nice and strictly by the system, but the next step fails. Assembly output turns out to be fake, just random...
View ArticleBeginners • NVME hat and Crucial P5 Plus 2TB PCIe M.2 2280SS SSD
Hi Looking at the NVME base hat for PI 5 and the Crucial P5 Plus 2TB PCIe M.2 2280SS SSD anyone have any experience with this combination ?Statistics: Posted by Geralds — Wed Jan 31, 2024 1:45 am
View Article