Beginners • Re: shared drive
here is how i mount a windows shared on another machine on my PI5-8G running Bookworm:(folder i'm mounting is on 192.168.0.99/d)create a folder on the PI for the mount point (under your home folder)...
View ArticleTroubleshooting • Re: PI5 - Bookworm 12 - VNC
However, I'd like to also connect when I'm outside of my home network.I know I could connect from outside network using cloud connect, which should be possible when both phone and PI are logged into...
View ArticleGeneral • Re: RP2040 counter divider by 10
I use RP2040 as a frequency meter. The program is written on the Arduino Ide.Maximum measured frequency = 500 kHz. I set the input frequency to pin 0.To increase the input frequency measurement, I...
View ArticleGeneral • Re: RP2040, Issues with I2C-bus_scan. Unable to get address of...
@harsh20: Some I2C devices have a secondary address (like broadcast), but this one doesn't look so.You might still have signal integrity problems. Check your wires, try lower pull-up...
View ArticleTroubleshooting • Re: Pi 5 video playback on YouTube fails.
Can you provide a link to the failing YouTube video?This occurs on any YouTube video I attempt to play, but the first video to have this error was this one:...
View ArticleAdvanced users • Re: Cronjob help! (please)
2) Among other failings, cron runs jobs with /bin/sh (which is a primitive, limited shell) rather than the /bin/bash that you are used to.Why not set the shell to bash withCode: SHELL=/bin/bashin your...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MCP2515 Module with Raspberry zero 2W
The problem is solved. And this issue is as old as mammoth dung.I found the solution in these two discussions from 10 years ago:viewtopic.php?t=7027&start=650#p729436...
View ArticleRaspberry Pi OS • Second monitor when the first is virtual….?
I’m running a Pi4 headless and running a custom program to control model railwaysCurrently I access the Pi through VNC when I need toBut, it would be really cool if I could add a second monitor (even...
View ArticleTroubleshooting • PI5 doesn't turn on after trying a NVME hat
Hello,I received a nice Pi5 with 8GB during the holidays. I ordered the 52pi NVME hat and case and tried to use it but it didn't turn on. Now, even without the hat, the Pi5 doesn'T even turn on. I...
View ArticleOff topic discussion • USB charger module with Push Button Switch for 3.7V Li...
Hello,I'm posting here at the suggestion of PiShop, although I don't think it's strictly a Raspberry Pi question. Please forgive me if this is a transgression.I need to find a module like the one in...
View ArticleTroubleshooting • Wi-fi Issues
I have a PI 3B+ and was trying to install octopi, however when I was setting it up, I noticed the wi-fi chip wasn't being recognized at all, and when I installed Raspberry Pi OS, on the desktop it...
View ArticleCompute Module • Re: CM5 trouble with 7inch display on DSI
Pi5 and cm5 use identical cables, as do cm1, 3 and 4.Statistics: Posted by 6by9 — Tue Jan 07, 2025 9:14 pm
View ArticleBeginners • Re: Streaming camera app remotley
Install rpi-connect on the Pi running the desktop, even though no monitor is connected to the Pi, you can use the desktop on a PC (I use that).Are you sure? I tried and it's not working.In my other...
View ArticleAdvanced users • Re: Image File Utilities
Hi All,I just wanted to say that although this thread was started back in 2019, and it continues through 2025 is awesome for info. I have not read through all the posts yet, and it appears I do not...
View ArticleBeginners • Re: Issue with PI apps and Minecraft download
Thank you very much.Can you please help me how to check out why process 1718 has not been completed?No.Statistics: Posted by B.Goode — Tue Jan 07, 2025 9:23 pm
View ArticleRaspberry Pi OS • Re: etc/rc.local does not exist
i tend to keep everything useri would probably put it in .profile since your using litei would make a script to check if running, then start if not runningprobably keep it to tty1 as wellCode: [...
View ArticleNetworking and servers • Re: Raspberry pi with ethernet module
In addition to the 'Zero' range of boards, the RPi 1 Model A/A+ also lack a cabled Ethernet interface. (But although not formally obsoleted, they are not part of the current product range.)Also the...
View ArticleC/C++ • Re: file or directory does not exist error message
WiringPi won't work on a Raspberry Pi 5 due to changes in the hardware. sooo wrong True. I had foooooorgotten that WiringPi is now there is a version maintained by a group on GitHub, but the original...
View ArticleRaspberry Pi OS • Re: Raspberry Pi OS Zero 2w VRAM
Great! Thanks for the replies. Just to clarify I would run the commandCode: sudo nano /boot/firmware/config.txtand then I would scroll down to the bottom and typegpu_mem=16(or whatever amount I want...
View ArticleMicroPython • Re: How do you get a Pico W to sleep?
Please feel free to take and use anything you want to, and you are welcome to discard anything else. I am entirely happy to agree to disagree, let you get on with the important work in whatever way...
View Article