Troubleshooting • Re: mempolicy
I installed rsyslog because I am more familiar with reading the logs .After a reboot and then studying the logs. I narrowed it down between a few Services . When I killed the service for Nordvpn the...
View ArticleCamera board • Re: Pi 5 Camera Not Available
Sticky topic at the top of the camera board sub-forum - "What to do if your camera is not detected"Are these Raspberry Pi v2 camera modules that you've bought, or some third party's IMX219...
View ArticleHATs and other add-ons • Re: Hat board identification help
Its a radio module for something. Go look up the writing on the small square chip to work out what kind of radio it is.Statistics: Posted by trejan — Wed Apr 02, 2025 2:31 pm
View ArticleHATs and other add-ons • Re: external antenna and hdmi intereference.
There is no supported option for mounting an external antenna on a Pi5 or any of the other Pi's, only CM4 and CM5.RF is hard, and EMC certification / compliance largely prevent selling modules to work...
View ArticleTroubleshooting • Re: Replacement DA9091 PMIC
2. Such legislation almost always increases the prices of products, especially for very low profit margin devices (Like Pis)The margins aren't that low though. If they were Raspberry Pi's annual...
View ArticleNetworking and servers • Re: TFTP boot to iSCSI root on 3B+
Interestingly, the kernel panics at different places in the shell script output, which to me indicates it isn't actually crashing in the shell script, but is crashing somewhere else. Now 'just' to...
View ArticleGeneral discussion • Re: Question, just starting out
All well within the capabilities of a Pi, even a Pico.Need to add motors, motor controllers, audio amplifier and possibly relays.Statistics: Posted by andrew_pi — Wed Apr 02, 2025 2:41 pm
View ArticleAdvanced users • Re: Second oled display to rpi5
What sort of OLED display?Code: dtoverlay=i2c-gpio,bus=3will create /dev/i2c-3, yet you've saidCode: i2cdetect -y 2Something doesn't add up.Have you added I2C pull-up resistors to GPIOs 22 &...
View ArticleC/C++ • Re: Looking for a C++ GPIO library suitable for the Raspberry Pi 5.
The WiringPi library does not support the Raspberry Pi 5 and cannot be used for GPIO development. I believe that statement is inaccurate.(It is necessary to differentiate between the 'original'...
View ArticleC/C++ • Re: Using GCC 14 on Debian bookworm
The only options I have (for rpi5 64bit)..Code: foo@pi23:~ $ /usr/local/GCC/14.2.0/bin/g++ -vUsing built-in...
View ArticleOther programming languages • Re: Basic on Raspberry
In BASIC, binary data is typically stored using the DATA keyword.No, DATA is for holding constant data, it can't be used for data that changes!I haven't studied the string structure in PureBasic yet....
View ArticleMicroPython • MP3-Player with Pico and DFPlayer Mini
Hello everyone,I could use some help with the following project, first of all: I am still a beginner. The code below is a combination of my own work and our good friend (?) Chat-GPT. Especially when...
View Article