Troubleshooting • Re: Problem with SSD password required?
Thank you both. I was finally able to use my pc to load the OS onto the SSD and I'm up and running.Statistics: Posted by gbinco — Fri Aug 02, 2024 9:41 pm
View ArticleRaspberry Pi OS • Re: Shutdown on startup
Thank you, I will try itStatistics: Posted by stevensarns — Fri Aug 02, 2024 9:57 pm
View ArticleTroubleshooting • Re: Connecting zero 2 W with ssh not working
the OS is just the recommended one in the installerno i dont have a display and keyboard, that is exactly why i am trying to access it this waythe pi and my pc are both connected to the same wifi. it...
View ArticleTroubleshooting • Re: Two RPi 5 dead
I'm not convinced that the two failures had the same cause. The symptoms are different (apparently one PMIC, one SOC), which may or may not have a common cause. That, of course, says nothing about...
View ArticleRaspberry Pi OS • Re: Trouble with getting cameras to work on Pi 5
trying the hat with SSD In the end I went back and removed it because it was giving me problems. Then I gave the commands for update and full upgrade and the two cameras worked individually, then I...
View ArticleOff topic discussion • Re: What happened to my old account
AFAICT ...Might be best to redact the mechanism before some miscreant starts using that with the hope of getting people's posts deleted by inviting the banhammer.I would hope there's a backup...
View ArticleGeneral • Re: Help Needed: Achieving Long Delays with PIO for Pump Control on...
Ok, here's my very much untested solution, but I think it should at least provide a starting point.Code: @rp2.asm_pio(set_init=rp2.PIO.OUT_LOW)def relay_control():pull(block) # Get the debounce time...
View ArticleRaspberry Pi OS • Re: Static IP with Bookworm
Just a note for those saying that using static IPs aren't the recommended method. I have two Pis that get moved from my house to a hotel that are used as part of convention registration system. Not...
View ArticleTroubleshooting • Re: rtcwake not working:...
I realized I missed the call in the driver to `device_wakeup_enable`. I modified the driver, but still no wakeup file under power.```gssuser@er-edge-6b773b05:~ $ ls -l...
View ArticleTroubleshooting • Re: Glitchy and slow
This is a very bad description of the problem1) what OS do you have2) is it always like that or have you installed/upgraded something3) Do you have a normal power supply4) Do you have. a good SD...
View ArticlePython • Help Request: Combing two working scripts into one
I am THIS >< CLOSE to wrapping up a project but have hit a snag that I just can't figure out. I'd really appreciate a fresh pair of eyes. The project combines LED control, audio playback, and...
View ArticleNetworking and servers • Re: Network Equipment Monitor
A full Pi would probably be overkill, except maybe for the need to provide some kind of user interface and credential input and storage. A Pico could do all the necessary checking, but the normal...
View ArticleGeneral programming discussion • Re: Start LED before LUKS password entry
Thank you so much! You gave me the idea to simply remove the entries from the fstab and crypttab, so that /dev/md0 is not mounted at boot. Then I wrote a bash script that runs automatically after...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Is there something i can do for this (having backups on the same drive) ?It would need a modification to PINN. The original idea was to automatically detect a backup drive being plugged in and to...
View ArticlePython • Re: Help Request: Combing two working scripts into one
It would behoove you to learn what sudo does, how it does it, why it does it, etc.Likewise for python virtual environments.sudo /full/path/to/project/venv/bin/python...
View ArticleMicroPython • Re: Micorpython with Wiznet ethernet hat
At some point I'm going to spend some time figuring out the differences between W5100S and W5500As I have it in my snippets relating to my wiznet pico poe board, heres a starter for 10: WIZnet IO...
View ArticleRaspberry Pi Connect • Re: what can cause the loss of Connect-ability?
You can "signup" the full on the command line.. This was one of the original ways from the start, it still provides GUI * and terminal connections.*if a GUI is startwd by the users,bar whatever...
View ArticlePython • Re: DS18B20 / w1thermsensor
Thanks for that info.The entry point file is for w1thermsensor (cli version I assume) and is so named. I made a copy of it, renamed it to w1thermsensorVisible, edited in the print statements and then...
View ArticleRaspberry Pi OS • New 14TB USB HDD "An Operation is already pending"
I want a backup to my backup server. I found a 14 TB USB Harddrive on Amazon for less than $125.I picked up a 8 GB Raspberry PI 5 and fan and put the 64-bit Raspberry Pi OS on it this week. . Looking...
View ArticleGeneral programming discussion • Push button to start shell script doen't...
Hello,after my previous problem was solved so fast ( viewtopic.php?t=374427 ) i have now another kind of problem getting a push button to work:I've connected a button to GPIO PIN 8 and GROUND to my...
View Article