Raspberry 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 ArticleJava • Re: Java and ADXL345 accelerometer
After much struggle, I have come up with a working java file for use with the ADXL345. I'm posting here in hope someone may find it helpful. It does not adress board connections or i2c setup, but...
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 ArticleRaspberry Pi OS • Re: New 14TB USB HDD "An Operation is already...
I had the HDD on a powered USB 3.0 hub. When I moved it directly to the USB 3.0 port it looks like it worked. I rebooted and now it seems to be working. How do I close the topic? KipStatistics: Posted...
View ArticleTroubleshooting • Re: pi5 keeps locking up
Are you using the official 5A power supply?Is Pi OS fully updated?Yep the pi5 power supply and yes I have done an update . I actually have 2 with the same hardware - hats and same install - apart from...
View ArticleGaming • Re: psx/ps2 gpio controller driver (SOLVED)
bump!i've now added a description on how to get it working in my first post!Statistics: Posted by skapligskurk — Sun Aug 04, 2024 10:44 pm
View ArticleAdvanced users • Re: Can I create an autoboot.txt file with multiple...
I don't think it's possible to run a script from within autoboot.txt, not without jumping through the same hoops PINN uses.thats why ive been considering lua for the config file, with the open...
View Article