Raspberry Pi OS • Re: Openvpn installl on Bookworm (RPi5)
Thank You for this, as you say easy to install, and also a good amount of documentation with it, appears to be working fine but ree next commentI am using an RPI5 8Gbyte and I have RPi Connect...
View ArticleAdvanced users • Re: Successfully Replaced(Emulated) DA9090 with MXL7704-R3...
That's a pretty epic hack, great work!I haven't blown up a Pi yet, but I'll be handy if it eventually happensStatistics: Posted by JamesPi123 — Sun Jul 07, 2024 10:00 am
View ArticleTroubleshooting • Re: No sound available in default Pi5
RunCode: raspinfo | pastebinitand post the url of the log file.Statistics: Posted by dom — Sun Jul 07, 2024 10:08 am
View ArticleTroubleshooting • Re: Having trouble connecting to most websites
Edit: Update - Ethernet works, but I really need to get wireless to work.Start with Raspberry pi Imager and a new SDCard. You need to get your system up to date with a brand new copy of...
View ArticleTroubleshooting • Re: Cannot install updates, clock not synchronized
RaspiOS comes with timesyncd. So if you've done nothing special you should have timesyncd running.Statistics: Posted by DougieLawson — Sun Jul 07, 2024 10:13 am
View ArticleAdvanced users • Re: 3 monitors possible with RaPi5?
Displaylink requires a driver, only V1 is supported, see posting.php?mode=reply&t=373324&sid=0e1 ... #pr2234786What's wrong with my statement on USB-C? Just informed OP that USB-C on the Pi5...
View ArticleBeginners • Re: Advice for complete starter kit and peripherals for a teen
Any Monitor with an HDMI socket should work. If it only has a VGA type socket' you'll also need an adaptor. I would add to what others have said.... I would also consider getting....depending on your...
View ArticleCamera board • Re: Camera emulation, how ?
upStatistics: Posted by tranchant — Sun Jul 07, 2024 10:16 am
View ArticleMedia centres • Stream Kodi (or screen in general) to Laptops-Screen
I'm running kodi - but i don't want to see the video on the raspberry itself! I want to stream it to my Laptops-screen.Is this possible somehow?I'm thinking about setting up a "external player" that...
View ArticleGeneral • Re: DMA pacing timers clock source
Hmm. I can't see anything obviously wrong in the code.So the theory that the timer stops for a couple of cycles during chaining seems like the most likely explanation. There's no mechanism to...
View ArticleAdvanced users • Possibility of Pi 3a+ with 1GB RAM
I'm working on a camera based project where I'm running into issues due to project limitations.I exploring the possible Ras Pi options against the project's size limitations, and found the following:-...
View ArticleAdvanced users • Re: Possibility of Pi 3a+ with 1GB RAM
What's the probability that the Raspberry Pi Foundation releases a 1GB variant of the 3A+, and how might that be increased? Absolutely no chance of that at all.The Raspberry Pi Foundation do not...
View ArticleTroubleshooting • Re: Cron not running Python script
Hi all,Thank you for your replies. Especially the link to the beginners guide helped a lot.In the end, I could fix it by simply adding DISPLAY=:0 to the crontab.The scripts were opening the browser,...
View ArticleBeginners • Re: Induction sensor PNP with Raspberry pi
It would be better if the PNP open collector drives an LED in an opto-isolator the isolated side of which runs ground to GPIO pin."Open Collector" is often generically misused to mean low-side...
View ArticleBeginners • Re: How to deactivate the red LED when Raspberry Pi 5 is shut down?
OP wrote:How can I deactivate the red LED of my Raspberry Pi 5 when it is shut down?It's either possible, or not possible. If it's possible please state how.Statistics: Posted by ame — Mon Jul 08,...
View ArticleBeginners • Re: USB SSD as Boot drive
I am relatively new to Raspberry Pi, have been using various GNU/Linux flavours for about 10 years, I have bought two Pi's to play around with, a Pi 400 and a Pi 5. I have installed Raspberry PiOS on...
View ArticleTroubleshooting • Re: Things to do with system clock (top left) [FIXED]
<snip> %u day of week (1..7); 1 is Monday ..................................... does not work system clock<snip> %w day of week (0..6); 0 is Sunday ........................................
View ArticlePython • Re: Using Python to patch a binary.
The user just runs the received PythonPatcher.py, enters his credentials and the PythonPatcher issues a xxxxx_patched.bin file.The user uploads the xxxxx_patched.bin file with esptool.py You think...
View ArticleAdvanced users • Re: Connecting MPU-6050 to Raspberry Pi 5
If you want to delve deeper than the code / video linked above then you can find the data sheet at:https://components101.com/sites/default ... aSheet.pdfStatistics: Posted by MiscBits — Mon Jul 08,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Learning MIPI DSI on PI 5
it's not the overlay which sends DSI commands, It's the driver - if needed.for the LCDs which do not require an init (and/or power on) sequence you can use the dsi_gerneric overlay...
View Article