Networking and servers • OpenVPN What am I missing
Background:I have had an Openvpn server running for years and it has worked fine, the last time I touched it was about three years ago when I changed my in-house IP schema, so am quite rusty. I was...
View ArticleGeneral discussion • Re: Burning Raspberry Pi 5 with dc-dc step-down converter
no idea on that device, but it's a good idea to measure under load and over a certain period of time to see if there is any variation in the output voltage.To make use of a good DC/DC is always...
View ArticleGeneral • Re: Need help designing a PCB for Pico W
It looks using a USB C port is going to be a pain, I was looking of a USB 2.0 only port that had just the power and data lines turns out this is not as simple and this type of port has 8 pins broken...
View ArticleGraphics, sound and multimedia • Re: Selecting what is output HDMI
Great. What I am trying to do is avoid the OS GUI being displayed but only display certain videos(MP4) and maybe custom message/GUI.Is there a library or code example for this?A friendly volunteer...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I am loosing my mind over getting...
and disabling bluetooth is not an option?do you have a scope or logic analyzer?I did check with the oscilloscope, and there's no output coming from the pin. From my understanding, bluetooth uses PL011...
View ArticleTroubleshooting • Re: Broadcom BCM2837B0 TAxxxx
Just to add it will be a board revision change that change can be seen here https://pip.raspberrypi.com/categories/797-pcnA PMIC change and nothing else of significance. ( I assume I can say that it I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi Joystick examples
Guess you may want to deal with non linear values.Such a case perhaps the architecture of this library is more suitable: https://github.com/Clave-EIDEAnalog/DOCSThanks for all your help. But I've...
View ArticleGeneral discussion • Re: About the 3.5mm jack missing from the Pi5...
The Pi5 could be a serious HiFi system Hmm, RPT Valve audio Hat+, that would need a nice Steampunk wood and brass case You can base a serious HiFi system with anything >= a Pi3. The Pi5 might be...
View ArticleGeneral discussion • Re: Does anyone know when the Geekworm X1003 nvme HAT...
"We hope the Raspberry Pi Foundation will resolve this issue soon".I thank the contributors of this thread for the heads up on this one. The quote from Geekworm above is enough information for me to...
View ArticleAdvanced users • Handling I2C timeout or fail
Hello,I am using the RPI to query an I2C device of my own making using C++, and it all works well, until the I2C worker device is turned off, or communications is severed.I am using the below code to...
View ArticleTroubleshooting • Re: Get motion to work with RaspiOS Bookworm
Yes, according to thishttps://lookslikematrix.de/raspberry-pi ... kworm.htmlI added "/usr/bin libcamerify" to the ExecStart line in the motion.service file...PS: Tried the SD-card on a raspi 1B with...
View ArticleGeneral discussion • Re: How does Pi5 determine Power Supply capacity
At bootup if it needs too.Then check dmesg for any undervoltageAlso use vcgencmd get_throttled to check that.https://www.raspberrypi.com/documentati ... _throttledandvcgencmd pmic_read_adc for the...
View ArticleAdvanced users • You mean, you don't need to install kpartx for this?
Code: Select allsudo losetup -P /path/to/file.imgVery interesting. I always thought the CW on this was that you needed to install "kpartx" for that functionality.I haven't tested this -P option yet,...
View ArticleTroubleshooting • Re: pi4 and pi5 boot freez after few days of useing
The issue occurs on two different computers: Pi 4 and Pi 5. As I mentioned earlier, they have two separate SD cards from different sources, and the cards are good.I will adjust the swap file size, but...
View ArticlePython • Re: having trouble with micropython and ssd1306
Im trying to get a 1.3 inch i2c ssd1306 display to work with a pi pico w. I am trying to use Thonny ide. I can not get any libraries to work. How are you loading the libraries? They need to be on the...
View ArticleBeginners • Re: Probs getting docker to pull images
What is the "I have a docker login" for? ( I have a docker hub login that is working fine )Statistics: Posted by neilgl — Sun Feb 04, 2024 12:16 pm
View ArticleCompute Module • follow on from the (defunct) cooling thread
This needed an update.viewtopic.php?p=2071399I posted over there, just so ppl can see photos eh?https://www.audioasylum.com/cgi/t.mpl?f ... o&m=190562I get the complete unit to run 29-31C with...
View ArticleTroubleshooting • Pi5 - BLE sound stops working when user logs out.
Hey everyone, I recently upgraded to a Pi5 and discovered that it doesn't have a 3.5mm audio jack.I had one of these BLE audio modules lying around and thought I could use it to virtualize the missing...
View ArticleRaspberry Pi OS • RPI OS 64bit versions
I have 4 raspberry pi's, 2* pi4 and 2* pi3.They have recently been build from bullseye and then upgraded to bookworm a little later using the same process for all 4.Yesterday I noticed that the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 always boots from NVMe SSD, even with...
I cloned the SD card with new partition UUIDs, booted into NVMe and changed the boot order back to the default 0xf41 (SD card & USB). Now the RPI boots from the SD card, as expected:Code: $...
View Article