Raspberry Pi OS • Re: [Solved] A need to use a newer OpenSSL. Advice?
Coming back to say I do have the latest OpenSSL running on the Pi as of today. After going through much documentation it's installed without removing the system installed copy, but the latest version...
View ArticleOther projects • Re: Precision timing using custom oscilator on RB Pi 5
The oscillator used in the hackaday project actually gets its precision from receiving a GPS signal! So if you can't receive GPS, their project won't work.If you can normally receive GPS, then your...
View ArticleFrançais • Probleme Wayland sous Pi5
Bonjour, mon Pi5 suite a un redemarrage a l’arrache a eu un probleme… J’ai la barre des menu qui a disparue.Mais uniquement sous Wayland quand je repasse sous X11 elle est bien là.Et il se produit un...
View ArticleAndroid • Re: [DEV] LineageOS 20 (Android 13) for Raspberry Pi 4 & Pi 5
Hi,ok now I am on the jan '24 release but problems proceed:the rPi (4B, 2GB) is connected via hdmi to my TV and every time I switch to another hdmi input and come back to the rPi, I have sound only.Is...
View ArticleOther programming languages • Re: OpenSCAD library NopSCADlib
It turned out to be easy to let move the camera onto one stepper motoshaft and let it turn together with motor shaft.The union of both is created in "ptc(ang2)".Then in "pt(ang,ang2)" instead of...
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 and M2 Hat+ Module PCIe Issue
Well... Ooopsiee then :> I learned that with harsh way. I didn't expected how it can be that delicate. I hope the only thing that damaged is M2 Hat not the Pi 5.Code: dtparam=pciex1dtparam=nvmeOh...
View ArticleTroubleshooting • Re: Pi 4B failing to boot when boot SD is inserted.
Can you boot from a USB stick?Statistics: Posted by kip_the_elder — Sun Jun 30, 2024 10:43 am
View ArticleTroubleshooting • Re: Using Pi as internet router
If you plan to use the Raspberry Pi solely as a router; you might be better off looking at openWRT.https://openwrt.org/Statistics: Posted by kip_the_elder — Sun Jun 30, 2024 10:55 am
View ArticleAutomation, sensing and robotics • Re: RPi 3 as burglar alarm control panel
I fitted a house alarm system years back but stopped using it because it was ruling my life too much. Now use CCTV and a MotionEye at my front door.Ref 1. the bell box I recall mine included a...
View ArticleBeginners • Re: Sound card for Raspberry pi 5?
Because Raspberry Pi is not Apple?The only Raspberry Pi product with audio in is Codec Zero, which is €23.Accepted. But the alternative the OP asked about also cost 21 Eu, and is not currently...
View ArticleAdvanced users • Re: Shrink-backup: a backup tool for SBC:s
Thought I would mention that I used your tool yesterday to back up an MX Linux respin of Orange Pi 5's Debian Bookworm official image. I found it easy to understand and use. Since there is no OPi...
View ArticleGeneral discussion • Re: The end of the cross device SD card compatibility?
Raspberry Pi have maintained a level of backward compatibility that is largely unheard of in IT.You can STILL download a fully supported OS for the very first RPI models. Try that for the machines of...
View ArticlePython • Re: Running python script from PHP - crashes at "import...
Would appreciate any guidance on how to address this problem please.What Operating System is running on your RPi4b board?How was the (working) mysql.connector Python library installed?With apt? With...
View ArticleTroubleshooting • Re: pi4b selects random HDMI port for output on each reboot
Lets get some debug information.Connect to first hdmi port (closest to power connection) and boot with just the display connected (no sdcard).What does the "DISPLAY:" line report in the diagnostic...
View ArticleTroubleshooting • BU-353N5, gpsmon cannot get location (lat+lon), cgps NO-FIX
As stated in the title I can't get the gps to work. Device itself isn't damaged (works on windows).However on RPi I'm not able to make it work.I triedCode: gpsd_3.25 instead of...
View ArticleRaspberry Pi Desktop for PC and Mac • Error when updating
Statistics: Posted by unknown9258 — Mon Jul 01, 2024 10:58 am
View ArticleMicroPython • Re: Pico-OLED-1.3 SPI display not working with Pico W
Thanks in advance for your suggestionsSomeone, apparently on behalf of Waveshare, repeatedly posts advice in these forums -Example - viewtopic.php?p=2160483#p2160483If you have any questions about...
View ArticlePython • Re: Python and FTP not working
First: the FTP issue. It won't do anything, so I just wanted to see what happens when I execute this small script:Code: import ftplibfrom ftplib import FTPsession =...
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 PCIe Bus Error - ASM1166
Use the canned overlays that set this for you in config.txt:dtoverlay=pciex1-compat-pi5,no-mipdtoverlay=pcie-32bit-dma-pi5I believe the latest apt kernel+firmware now includes these.Statistics: Posted...
View ArticleAdvanced users • Re: RPI Secure boot not working as expected
Seems like you missed to sign the boot.imgWhat you need to do is using private key (what was used to enable the signed boot) sign the boot.img using next command Code: rpi-eeprom-digest -k private.pem...
View Article