Troubleshooting • How to check which hdmi port on RPi4 is used using command...
I am trying to troubleshoot an RPi4 installation running OSMC media center.I can remote into the RPi4 but not physically access it and I want to make sure that it is outputting video and which of the...
View ArticleRaspberry Pi Connect • Re: Can no longer remotely access my Pi 5 via connect
What about if you do:Code: $ rpi-connect statusandCode: $ rpi-connect doctori tried to power cycle rpi-connect and ran 'off' and now there's no SSH either and i'm fully locked out and screwed....
View ArticleTroubleshooting • Re: Script Help - Files Not Copied [SOLVED]
@thagrol, Thanks for the updated script. As it turns out, my original script I believe did work. My issue turned out to be WinSCP and stale data.I like your code better though, so will use it but did...
View ArticleAdvanced users • Re: Alexa .... Alexa ... ALEXA!!
Have you verified that you can run the script manually from the command line? If so, how do you run it? My first thought was that the script file has not been made executable (chmod +x...
View ArticleBeginners • I'm having some issue's and I hope someone Knows why??
I'm still very new to using Linux/Raspberry and I bought several Kits online so I could learn while doing... I run into error codes and have no clue why but this one is the worst I have seen...
View ArticleSDK • Re: How to kick RP235X executable Version Number ?
You could use `picotool seal`I had considered that but discounted it because I wanted to be able to increment. But mentioning it again made me realise that I don't need to increment if I coerce the...
View ArticleCamera board • ISO control with Raspberry HQ camera
Hi allTo start with ... I am relatively new to raspberry and I am not technically educated. I try to understand everything, but it is not that easy for me. I have written a program for my raspberry...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
If I understood the internal workings of Chapel, maybe that limitation would make more sense.Though maybe not the most efficient way to see what Chapel is doing, I decided to make a literal...
View ArticleTroubleshooting • Re: Script Help - Files Not Copied
No doubt I am a novice - hence why I asked for help. But using your code as provided, Code: rm -rf /mnt/usb64/Backup/b3mv /mnt/usb64/Backup/b2 /mnt/usb64/Backup/b3When I ran the script, line 1 removed...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Adxl355 now works with RP5
adxl345 has a kernel thing, but the 355 doesn't. Anyway, after I was bragging about this, the rp5 will not connect to any 355, but using the same wires for a 345, it connects perfectly. That is a real...
View ArticleMicroPython • Re: int() doing odd things.
I don't have a problem with that. The issue IMO comes down to whether str(0.1 + 0.2) should deliver a "0.30000000000000004" or "0.3" result. I believe it should be the first. The first is an accurate...
View Article