Troubleshooting • Re: Replacement DA9091 PMIC
I was talking to someone who is more active in the "Right to Repair" movement than I am, and they said it's not just having the right to repair that is required; having the ability to repair is...
View ArticleMicroPython • Re: MP3-Player with Pico and DFPlayer Mini
Having read the datasheet, how do you put the module into random playback mode?My plan was to switch between random- and sequence-mode by holding the play/pause-button. That all actually works.After...
View ArticleGeneral • Re: PI pico W and breadboard problem
Maybe your breadboard is faulty?No, its old one but there is no problem with it.decent quality usb cableI’m using a low quality, no name cable, but I tried connecting 5V from the lab power supply...
View ArticleBeginners • Re: Please can you help with install scripts?
I have the Unicorn HAT HD already installed and working using the Pimoroni examples, what I dont understand is how to get the Go script running in the terminal?Statistics: Posted by Scott Fleming —...
View ArticleRaspberry Pi OS • Re: Multiple Workspaces [Solved]
Not seen that option but take a look on github:https://github.com/labwc/labwc/blob/mas ... rc.xml.allYea I guess I'll have to play around with it but I can definitely use it the way it is now. Thanks...
View ArticleRaspberry Pi OS • Re: No updates of late?
I just did an update via the command line, and there were quite a number waiting. Looks like the GUI tool was having a bad hair day, or week.Statistics: Posted by jthjth — Sat Apr 05, 2025 6:08 pm
View ArticleOther • NixOS
https://wiki.nixos.org/wiki/NixOS_WikiCode: [nix-shell:~]$ fastfetch ▗▄▄▄ ▗▄▄▄▄ ▄▄▄▖ nixos@pinix ▜███▙ ▜███▙ ▟███▛ ----------- ▜███▙ ▜███▙▟███▛ OS: NixOS 23.11.7870.205fd4226592 (Tapir) aarch64 ▜███▙...
View ArticleBeginners • Re: Connect a RPI Zero 2W to a composite connector?
You should only need the 2 entries I have stated.Is you screen PAL, NTSC, other?Statistics: Posted by rpiMike — Sat Apr 05, 2025 6:12 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 Active Fan Cooler
Which section of the /boot/firmware/config.txt file do I need to edit for the temp thresholds?ThanksStatistics: Posted by Ukruler54321 — Sat Apr 05, 2025 6:17 pm
View ArticleRaspberry Pi Desktop for PC and Mac • Re: How to configure Debian to look...
Back again and can report the Sleep Pixies suggested a better way than telling users how to get a Debian system install updated to be the best Raspberry Pi OS lookalike we can have, is to find and...
View ArticleOther programming languages • Re: Basic on Raspberry
Extracts fine with tar:So it should probably be .tar, not .tar.gz.Statistics: Posted by RichardRussell — Sat Apr 05, 2025 7:04 pm
View ArticleTroubleshooting • Latest apt updates seem to have killed my serial ports
Running 64 bit Bookworm on a 3B. The main purpose of the Pi is to run a number of Python services which are involved in managing a household heating control and energy monitoring system. These include...
View ArticleTroubleshooting • Unknown Display Board
A friend owns an arcade and they have a 32 x 192 pixel display thats been kicking around for a few years.It looks home made and there are no distinguishing marks anywhere on it.I just wondered (long...
View ArticleRaspberry Pi OS • Re: Do *** NOT *** install LibreOffice ...
apt is a shell (Command Line) tool that can perform all the package installation tasks you need to undertake.Which is missing the point. We all know how to run things like apt and apt-get, but they...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Touchscreen not being detected by...
How have you connected CTP_RST? That would be TouchPanel ReSeT. It won't respond if it's in reset.Hold on I'm not sure I understand what's causing what. Is i2cdetect not detecting the screen because...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: rp5 i2c extra buses
Sorry, but how do I git pull the adxl345 sensor? I am used to the git repository giving me the pull git command.The adxl345 driver is already built into the kernel. The overlay configures it. You the...
View ArticleBare metal, Assembly language • Re: ASPM on rpi 400
It does indeed require both ends to be enabled.There was an upstream bug that incorrectly set overrides for L0s which broke L1 as well. Please report the output of uname -a.Statistics: Posted by jdb —...
View ArticleGeneral discussion • Re: RPi Power connection
I would not recommend that for a Pi5, it should not cause damage but might, and may not work well. It is well short of the recommended 5A, though 3A is enough if there are no power-hungry...
View ArticleTroubleshooting • Re: Chromium headless is unreliable on Zero 2
2gb is recommended to run a modern browserswap is now set to 512mb, might want to increase see if it helps.Statistics: Posted by kerry_s — Sun Apr 06, 2025 5:11 pm
View ArticleTroubleshooting • Re: LXDE update module is buggy
personally i just run updates in terminal once a weeki don't even keep the updater in the panelthe default desktop is labwc on bookworm, for lxde you have to switch to X11 in raspi-configlxde has long...
View Article