Beginners • Re: Reasonable Projec? R Pi Zero Desktop
There is some information on disabling Wifi in this doc, which although about the CM4 is still relevant to other models.https://pip.raspberrypi.com/categories/ ... dule-4.pdfStatistics: Posted by...
View ArticleAdvanced users • Re: Pi5 - PWM on GPIO 18
Could you post a link to the latest version? I think what got me on this was reading a very preliminary version.the latest is always at https://datasheets.raspberrypi.com/Statistics: Posted by...
View ArticleTroubleshooting • Re: pi4b selects random HDMI port for output on each reboot
Since i got my pi4b 8gb (soon after they were released), it has always randomly selected one of the two HDMI ports to output on each time i boot it. There seems to be neither rhyme nor reason as to...
View ArticleGeneral discussion • Re: Pi Zero 2 W: Upgrading wpasupplicant package makes...
Changes to the OS to use network manager maybe worth checking viewtopic.php?t=357623You can also useCode: apt mark hold to prevent updating of a particular package.Statistics: Posted by andrew_pi —...
View ArticleBeginners • Re: Raspberry Pi 4 Model B Boot/display Issue
..The display shows on diagnostics so i'm pretty sure that isn't the issue...Post a picture of the diagnostics screen please.Unfortunately i tried to do that with the post but the site says file is to...
View ArticleGeneral discussion • How to track IP of the Raspberry Pi Zero
I want to track the IP address of my Raspberry Pi Zero. An extremely essential issue.Raspberry Pi Connect does not work, so I have to rely on RealVNC.I tried dynu.com, but that does not work either....
View ArticleBeginners • Re: Extracting files from a tar.gz archive
I was looking for a copy of Mah Jongg that will play on a Pi 5, and found a tar.gz file on the Webfootgames /pi site. However, I have not been able to find any installation instructions and have no...
View ArticleRaspberry Pi Connect • Multi display setup and RPI connect - only single...
How to sue RPI connect in a multi display setup - i.e. 2x HDMI or HDMI+DSI display or DSI+SPI display?Just tested again today with an HDMI+SPI setup and RPI connect only displays the content of the...
View ArticleGeneral discussion • Re: How to track IP of the Raspberry Pi Zero
I have tried to disable ipv6 addresses by settingCode: net.ipv6.conf.all.disable_ipv6 = 1in /etc/sysctl.conf.Yes, it works, but not on bookworm after reboot. Adding " ipv6.disable=1" to the end of...
View ArticleTroubleshooting • Re: Pi 4 Bookworm Lite 64 bit Hotspot setup
For any that may find this in the future, I was never able to make the hotspot work reliably using network manager. I ended up disabling it, loading the old tools, and doing it that way. Hey do you...
View ArticleRaspberry Pi 400 • Re: Has anyone built a budget-friendly desktop using...
The Pi 400 is good as a spare desktop. Switch it on during the Olympics to record events across multiple channels. Let guests play games. Run a long slow magnetic disk copy.Plugging large capacity USB...
View ArticleGeneral • Differences in .uf2 Loading: Picotool vs. Bootrom Loader
Hi all,I am developing a solution on top of a custom RP2040 board, and my code for it uses a special second-stage bootloader that can load another application from the flash and execute it. It also...
View ArticlePython • Re: Running python script from PHP - crashes at "import...
I should have given more info at the start: The OS is Raspbian Linux 11 (bullseye). I installed using Thonny's 'manage packages menu option which i understand calls pip to install...
View ArticleAdvanced users • Re: New behaviour when closing I2C lines with the GPIO v2 API
Thanks for your replies. But sorry, I try to stay away from Github as far as possible for political reasons.Statistics: Posted by KillerBerthier — Wed Jul 03, 2024 7:40 am
View ArticleRaspberry Pi Connect • Re: Operation without internet?
Thank you, Herman, very helpful. When I saw this video about Raspberry Pi connect:https://youtu.be/r3MQr_zE8mYI thought it could be great for smartphones to control a Raspberry Pi screen. And in the...
View ArticleTroubleshooting • Re: BU-353N5, gpsmon cannot get location (lat+lon), cgps...
It is a GNSS device, not a 'GPS' device*GPSD** know what it is doing. Hence using GN*It can use GPS, but is better than that and uses GLONASS, etc as well, if it can.**and Gpsmon or cgps,...
View ArticleCompute Module • Flashing CM4 without I/O board
I know how to flash the eMMC memory of a CM4 using USB-Slave connection over an I/O board.What do I need for an eMMC update, if I want to use the CM4 in an embedded application?Could I access the eMMC...
View ArticleGraphics programming • Re: Xorg weird issues: log flooded and memory leak
It seems that the link is confirmed between errors in the log and the memory leak!As I understand, the "PageFlip" error trace is related to dual screen support. So I plugged another screen on our...
View ArticleGraphics, sound and multimedia • Re: Are there no USB speakers that are...
Logitech make some very nice speakers that almost fit your specs. Mostly the ones I've used have a 3.5mm jack and power pack but I did a quick search and found the Z407 which can connect via USB but...
View ArticleGeneral • Re: High-speed counter
This is a good example, but I can't figure out how to implement automatic counting up or down depending on the input state. And is it possible that the hardware counter counts not up to 16 bits, but...
View Article