General discussion • Re: MX Linux on Raspberry Pi 5
I have a website , successfuly built and executeable on Raspberry pi 5.Have installed MX Linux and cant open up to the internet.It works locally but not remotely thru a broswer.Any ideas ?...
View ArticleOther • Re: raspberry pi 5 & TwisterOS
Just for anyone looking in the future, the TwisterOS discord was of the opinion that this original claim that it worked is... uh... the polite way to put it would be "no chance it worked".Appreciate...
View ArticleAdvanced users • Re: Image File Utilities
I have tried the following:Code: pi@raspberrypi:~ $ ls -l /boot/config.txtlrwxrwxrwx 1 root root 19 Oct 9 17:39 /boot/config.txt -> firmware/config.txtpi@raspberrypi:~ $ ls -l...
View ArticleTroubleshooting • Pi 5 HDMI not working on older TV
Hi folks, I have 2 HDMI TVs - the new one is 5 years old, the old one is 10 years old. Pi works fine on new tv.Pi does not work properly on old TV. If I remove the SD card it shows on old TV with the...
View ArticleAdvanced users • Re: Heating and cooling, is the Pi 5 too new?
I don't get why to add such big coolers, as Raspberry engineer Jamesh stated that both official cooler solutions prevent throttling:54 isn't particularly hot. The Pi will throttle at 85. The Pi 5 can...
View ArticleDevice Tree • Passing "argument" to "kernel module"
I'm placing "argument" and "kernel module" in quotes here because I'm not sure if these are actually the names for what I am referring to below.I am trying to get a DA7213 codec (on an IQAudio Codec...
View ArticleOfficial Display • Re: Raspberry Pi5 - two DSI LCD
that's a good one, but sorry! Of no help at all as the 3.3V rails is overloaded (and thats stopping the Pi from booting).2-DSI.jpgIt seems that dual DSI touch screens can be used simultaneously.how do...
View ArticleTroubleshooting • 'command not found' but only when running daphne using sudo
Trying to run daphne on port 443.This is the command: sudo daphne -e ssl:443:privateKey=/etc/ssl/mycerts/apache.key:certKey=/etc/ssl/mycerts/apache.pem myProject.asgi:applicationThe following error is...
View ArticleTroubleshooting • Re: Pi 5 HDMI not working on older TV
Assuming you are running Bookworm or Bullseye.probably the old TV does not respond to the request for EDID data sent from the pi to the TV.as such, the pi does not know what resolution to set, so it...
View ArticleGeneral discussion • Re: Bookworm feedback thread
No, I use stuff all the time that we have probably never specifically tested. But there are limits to what we can test, so we cannot promise things we haven't tested will work. Most will work fine of...
View ArticleTroubleshooting • Re: Issue with latest bluez and libbluetooth3 update...
Looking at things more carefully, I figured out that "bluez" when updated over-wrote all my changes regarding using the sdptool for a Serial Port Profile. Thus, I had to disconnect my BT device that...
View ArticleAdvanced users • Re: Do RPi 3s really have no firmware outside their SDcard?
Ram based OS load the OS from uSD into the RAM, anything that infects that OS is gone next power cycle.I use PiCore Linux for 24/7 Pi gadgets if the user needs Linux.For my own stuff I use Ultibo...
View ArticleOff topic discussion • Re: New key on MS Keyboards.
I see that the Microsoft hegemony is trying to make us all have a "Copilot" key on our keyboards.They're replacing the menu key. Presumably it has a new scan code so old keyboards won't bring up...
View ArticleGeneral discussion • Re: Pi 5 USB boot issue
Trying to get my pi 5 running libreelec12 from usb and having some issues with the usb3 port. No problems here booting LibreELEC from a 1 TB SSD connected to a Raspberry Pi 5 USB 3 port...
View ArticleC/C++ • Re: Raspberry Pi 5 GPIO programming with C
Seems a reasonable summary to me. But I would point out that most Pi makers have been using the '/dev/mem' and 'sysfs-gpio' mechanisms, directly or indirectly, because that is what Raspberry Pi and...
View ArticleC/C++ • Re: try to figure out how gpiod works. But it locks pins and can't...
The problem with taking that path is you are likely to find that any alternative to a Pi is no easier to use.Pushing for having a 'Wiring-Pi 2.0' which works on Pi Bookworm, Pi 5 and others, would...
View ArticleBeginners • What socket size for A4988 drivers from Alixpress?
I ordered a 16 pin socket 2.54mm but it's too narrow, I can't work out what size i needI'm making a custom pcb, nothing complex hand solderedAnd would like to socket the A4988 driver so I can easily...
View ArticleBeginners • Re: What socket size for A4988 drivers from Alixpress?
I ordered a 16 pin socket 2.54mm but it's too narrow, I can't work out what size i needGet a ruler and measure a module yourself?Statistics: Posted by trejan — Sun Jan 07, 2024 2:40 am
View ArticleSDK • Debug faster than Release?
I've been developing code that displays to a 16 channel (16 GPIO pins) WS2812B matrix using PIO and DMA to bang out the data to the 16 strips of pixels, after the matrix array in row bit major to...
View ArticleTroubleshooting • Re: Pi Zero 2 W won't connect to secured Wi-Fi network
For reassurance, your brcmfmac dmesg data is identical to mine (Bullseye RP Zero 2W)And yours connects?Yes, absolutely no problems with it. I only use it wireless headless, its never had a monitor or...
View Article