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, 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 ArticleRaspberry Pi OS • Re: systemd kills all processes? Really? Since when?
Not if you want a clean logout/login for all usersWhich is pretty clearly an "anti-user" policy.I know that some TOS's specifically disallow any method that you, as a user of the service, might employ...
View ArticleGeneral • Re: Problems trying to play audio using MAX98357 audio amplifier
I pulled GPIO23 high but it doesn't seem to change much.I'll investigate a bit more to see if I can improve the sound somehow, maybe with bigger caps as you suggested.Thanks for your help Statistics:...
View ArticleHATs and other add-ons • Re: Can't get connection with 52pi 2.5Gbe HAT
Thanks. I had already sent an email request to the tech support address listed on the back of the instructions that came with the adapter (tech@52pi.net). However, I notice that the tech support...
View ArticleGeneral • Re: Raspberry Pi Pico W wifi
Hello forum members,I have a small question, do anyone know how to give wifi credentials to Pico W externally without hardcoding? What are the possible ways to do that if so please help me !Prompt the...
View ArticleCompute Module • Re: CM5 trouble with 7inch display on DSI
Thanks 6by9 for the help!I was methodical. I cannot tell you how many times I reviewed this thread before joining in. Since I am using the V1, the dtoverlay lines are going to be different,...
View ArticleSDK • Re: bluetooth: multiple le peripheral connections?
Apparently setting MAX_NR_GATT_CLIENTS==2 was necessary also, and ofc. state machines in the pkt handlers neededpoking to cope w/more devices, but now i'm succesfully connected to the devices and able...
View ArticleTroubleshooting • Re: PI 5 with Build HAT power issue
Build Hat documentation, neither product brief provide details on the max current it can supply via GPIO40 to the Pi's 5V rail.Hence wattage of your PSU doesn't matter until some RPT member provides...
View ArticleBeginners • Re: PATH=/ ... :$PATH does not work?
Following code executed:Code: PATH=/home/pi/bin:$PATHbut upon verification withCode: sudo visudothis new path does not appear..What now?How to get a path properly programmed?I take it `visudo` is in...
View ArticleRaspberry Pi OS • Re: etc/rc.local does not exist
In fact, you usually want both. So, the usual idiom is:Code: something > /path/to/logfile.log 2>&1Hi, Sorry, bit confused. The original comment has "2" before the chevron (pipe char?), but...
View ArticleGeneral discussion • Re: Help with speed of mathematical calculations
Your dilemma appears philosophical rather than technical.Perhaps yes. If I think about it from that point of view I suppose I am trying to have hardware that is both a portable solution, low energy as...
View ArticleBeginners • Re: Is this even possible with my old Lulu Mirror?
Thanks! So I’m guessing I can just follow the setup instructions for the pi?I am unable to obtain a replacement controller. They don’t exist for this model. I just want to make sure that is not an...
View ArticleBeginners • Re: Raspberry Pi Camera V2.1 not detecting
Can you post a picture of the camera and cable connecting it to the Pi?I am assuming you have a connected a "camera cable" and not a "display cable"...
View ArticleTroubleshooting • Re: J2 don't work with Raspberry Pi5
Can you post a picture of the wiring to J2 and the button?I am assuming you are running Raspberry Pi OS 64-bit with desktop - correct?Statistics: Posted by neilgl — Tue Jan 07, 2025 8:29 pm
View ArticleAutomation, sensing and robotics • Re: Problems to use Raspberry Pi Zero 2W...
Camera signals are Mipi CSI. Yes, there is an I2C bus as well as some control signal.An RJ45 has 8 contacts but you will need 15 for CSI. Still don't undertstand why one would need an ethernet cable...
View ArticleRaspberry Pi OS • Re: Current procedure for manual (without rpi-imager)...
I'm sure there used to be instructions on the main website (or linked form it) on how to write a distribution .img.xz directly to SD using tar and dd, but there's no trace now: only rpi-imager...
View ArticleTroubleshooting • Re: slow boot PI5
gotta look for that A2 V30 on the sd's they run the bestif your going to running as a desktop you might want to consider nvmei'm running a custom install of lite + cinnamonStatistics: Posted by...
View ArticleGeneral discussion • change crontab editor
evening,how can i change the editor for crontab? I usually use Nano, somehow it is now one of the others.Whats the easiest way to switch back to Nano?thanksStatistics: Posted by jondallimore — Wed Jan...
View Article