Troubleshooting • Re: RPi5 no internet access
I am the network manager. There is no filtering in place.Disabling the wifi does not help.I also tried a USB wifi dongle in case the wifi on the board is broken, but no, nothing works.So weird. The...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Seriously lately I began thinking of what exactly is people's goal. Like this guy who says Zoom loses frames.You have to remember that the subliminal programming messages inserted by the government...
View ArticleCamera board • Re: Arducam 16MP AF camera on a Pi5 ?
Did you modify config.txt ?Disable auto_camera_detectionAdddtoverlay=imx519,cam0dtoverlay=imx219,cam1Only one16MP camera is connected. I have certainly made the entry dtoverlay=imx519 and deactivated...
View ArticleTroubleshooting • Re: Any official personnel can tell me that the da9090 pmic...
I checked the forum and found that everyone was discussing this issue.Citations? Even if you can provide some, I very much doubt it would be anywhere near everyone, perhaps a very small (minute)...
View ArticleTroubleshooting • Re: Official Pi5 PSU and 4GB Pi5 PD negotiation glitch or...
I know I'm dealing with a very very small sample size, but it has the potential to repeat and it is a little annoying when I bought the pi5 + 27W supply specifically to be able to get rid of a powered...
View ArticleSDK • Re: Any downsides to using RPi 5 for install of SDK?
I am trying to wire up the SWD, and having an issue. I've wired it up IAW Chapter 5 of the "Getting Started" guide. However, I get an error message I don't quite understand: the old way of gpio doesnt...
View ArticleNetworking and servers • Re: How to access pi desktop from outside of my home...
C) How would I be able to access this from outside of my home network without creating a port forwarding protocol?A VPN is one method, but you'd need an external server - either a commercial VPN or...
View ArticleDevice Tree • Re: changing spi speed using the existing dtoverlay
Thank you for the reply!the pipe from ffmpeg ouput to spi-pipe seems doesn't produce any spi transaction...Code: ffmpeg "ffmpeg parameters" -f mpegts pipe:1 | spi-pipe -d /dev/spidev4.0 -s 50000000 -b...
View ArticleOther programming languages • Re: Latest Raspbian and latest Lazarus HAS so...
I had a problem with fpcupdeluxe yesterday: it cannot compile any fpc except 3.3.1 for me, or it generates error while linking. Then, compiled Lazarus generates segfaults. I have Ultiibo Lazarus...
View ArticleMedia centres • Re: Camper van audio system..Pi as the heart?
Brilliant, thanks, will take a lookThank youStatistics: Posted by npaisnel — Tue Jan 23, 2024 8:31 am
View ArticleBeginners • "raspistill -t 0" headless
I am using a HQ camera on a Raspi 3B+. I want to focus the camera remotely, but "raspistill -t 0" does not produce an image on the screen when running headless. This command does put an image on the...
View ArticleMicroPython • Re: Inaccurate Documentation on Pi PicoW
The download page says “January 2021”.Inside the book it says “ First published in 2021 ”Statistics: Posted by neilgl — Tue Jan 23, 2024 8:42 am
View ArticleFrançais • Re: gpio c++
Une petite bifurcation de ma part,En regardant votre code je me suis demandé s'il était possible de prendre le code arduino et de le rouler en c++ directement?C'est possible; c'est ce que voulait...
View ArticleAdvanced users • Re: re-enable expand filesystem on boot
sdm looks great. Thanks for that. Since everyone here seems to agree on sdm, please tell me more. Can it do what I need: create a ready-to-go image file that can be flashed to SD with any client by...
View ArticleGeneral discussion • vlc on specified monitor rp4 bookworm
Morning,RP4 2gb with bookworm running 2 displaysHow can I play a video in VLC on a specified monitor, fullscreen and rotated?So far I have vlc --fullscreen <path to video> which is playing the...
View ArticleGraphics programming • Unexpected difference between Wayland and X11
Hi,I maintain a version of the Cura slicer for the Raspberry Pi 4/5. The UI is based on PyQT and uses OpenGL shaders. Until now, the application has been built only for X11 displays and it looks OK...
View ArticleMicroPython • Re: Wireless REPL code updates?
You can achieve what you want but I would suggest 'wireless REPL' is the wrong approach.It works pretty well and has been a standard part of MicroPython for years. You should try it.I have tried to...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
It will be interesting to see if 1GB - $40, 2GB - $50 Pi's get made.Is current 400,000 per month 50/50 - 4/8GB?The 4 and 8GB will be ok as daily PC. The 1GB/2GB could be daily drivers too if a less...
View ArticleTroubleshooting • Re: black screen with mouse cursor
The config that worked for me was:Code: vc4.force_hotplug=1In /boot/cmdline.txt.Thank you this worksStatistics: Posted by Minecon724 — Wed Jan 24, 2024 8:29 am
View ArticleAutomation, sensing and robotics • Re: Building a water quality test.
Maybe use an iPad or Android phone running VNCViewer and connect to the Pi over WiFi - no GPIO used.Or, altarnativelly, using an HDMI one.Statistics: Posted by vffgaston — Wed Jan 24, 2024 8:29 am
View Article