General • Re: Forthcoming "RP235x"
The M3 would at best have MPU rather than a full MMU. Most full operating systems on x86/Cortex-A prefer the MMU for performance and security reasons. However real time operating systems use...
View ArticleAutomation, sensing and robotics • Re: Reliable Tilt Switch
So, without getting to far in I am using a pi connected to an arduino. The arduino is receiving the signal. I think I have a pull down resister set up (might be pull up I forget, as it was set up some...
View ArticleGraphics, sound and multimedia • Re: Raspberry PI4 Flexget
Hello. I have the following problem if you can help me. I tried "every" solution on the internet.Does anyone have an idea for Flexget installation?When I try it on the Pi4, with python 3, it...
View ArticleBeginners • Re: Rights for ftp-folder
You can try running docker as pi (instead of root which is the default, and really should be the way to run it instead of straight out root), then the files will be owned by pi.You can also see if...
View ArticleOff topic discussion • Re: What's with the CloudFlare nonsense?
No, your (MiscBits's) post is fine. The post to which I referred (by some other guy) - is (now) no longer in existence.Statistics: Posted by BigRedMailbox — Mon Jun 03, 2024 2:59 am
View ArticleBeginners • Wifi acting weird - New setup - SSH VNC & even Ping
My student has a New RPi 3B+ We installed the latest image on it, with Wifi settings etc. Booted and it didn't show on Wifi when pinged, so we hooked it up to monitor, etc, reset the wifi (it...
View ArticleBeginners • hot to create a hotkey for a shell command?
Hello. I would like to create a hot key (for example, Ctrl+Shift+3) for a shell command named "screenshot.sh".Could you tell me how to do it?Thanks, RickI have a Raspberry Pi 4B running RPi OS...
View ArticleTroubleshooting • Re: pcmanfm can't display thumbnail
press ctrl + 3 to be in thumbnail viewcheck your settings, in pcmanfm make sure show thumbnails is checkedStatistics: Posted by kerry_s — Mon Jun 03, 2024 3:24 am
View ArticleBeginners • Re: how to change the location to save screenshots
Thank you, Kerry. This solution would work if I am in Terminal. What I would like to do is to make this change permanent, so that when I press the PrtScn key, the screenshot would be saved in the...
View ArticleBeginners • Re: No such file or directory [Makefile:66: install_conf] Error...
I figured out how to get this work as noted here.https://github.com/maco2035/DiyHeliumHotspots/issues/19Statistics: Posted by qwick745 — Mon Jun 03, 2024 3:59 am
View ArticleGeneral discussion • Raspberry Pi 3 Model B+ Mfg. #
Hello, I was looking for where the mfg. # for Raspberry Pi 3 Model B+ is written but I can't find it in the product brief or the other documents related to Raspberry Pi 3 Model B+.In mouser and...
View ArticleGeneral discussion • Re: Is 10 Gbps Ethernet Connection Possible on Raspberry...
Is anyone else blown away by the new graphics but frustrated with the lag and character nerfs? What do you think of the new maps? I’m loving them despite the issues. Thoughts?Welcome to the forum! You...
View ArticleBeginners • Re: hot to create a hotkey for a shell command?
bullseye is complicated, cause that's when they made the switch to mutter as the window managerthere is no file you can edityou can if i recall install dconf-editor find the shortcut for print &...
View ArticlePython • Re: Cannot determine SOC peripheral base address
Hi, i am using pi 5 and same booted microSD card that i used in pi4 and yes it is Bookworm. i tried the command you have mentioned but its not recogonising it. i have attached the...
View ArticleAdvanced users • Re: Any Tips for Speeding Up the Manual Process of Setting...
I wonder:If I create a docker container on a RPi with one SoC,can this container be copied only to other RPi with the same SoC,or to all RPis?Or to all Linux computers with the same Distro?Statistics:...
View ArticleGeneral discussion • Re: Fun 3D printed Pi5 case!
I'm on the practical side of the spectrum. The Zero case also works with Zero2, and the "B" case works with all B variants.https://www.printables.com/model/24751- ... board-caseGreat idea! Just a...
View ArticleTroubleshooting • Raspberry Pi Model 3B flashing green light
Hello, I am having issues with my Raspberry Pi Model B. When I power up the device, the red light doesn't flash at all, but the green light flashes once, does like 3 mini flashes (like it's spazzing...
View ArticleBeginners • Re: HDMI Overscan
I had a very similar problem. Buried somewhere deep in this site I found this...Code: video=HDMI-A-1:margin_left=50,margin_right=50,margin_top=30,margin_bottom=30Just append this to the end of...
View ArticleGeneral discussion • Re: New Raspberry Pi PMIC partnership
Good point. I dug down through a news article which suggested to me it was talking about PMIC but perhaps not, could be related to on-SoC IP.Still sounds like good news.RP2040 is on a 40nm node......
View ArticlePython • Re: Program that works in windows not working on pi
None of that code by itself does anything.Post the entire code.main.py:Code: import jsonstartmoney = 1000data = {}def read_file(): f = open("data.txt", "r") file_contents = f.read() f.close()...
View Article