Raspberry Pi OS • Re: 64K pages?
on another thread it was said for performance.Statistics: Posted by kerry_s — Tue Dec 26, 2023 5:02 am
View ArticleOff topic discussion • FBPMFBPM
https://feedbackportal.microsoft.com/fe ... 45bdbebadfhttps://feedbackportal.microsoft.com/fe ... 45bdbebadfhttps://feedbackportal.microsoft.com/fe ......
View ArticleAndroid • Geometry Dash 2.2.13 is compatible with Raspberry Pi
Raspberry Pi is a single-board computer, and the availability of specific games, including Geometry Dash, on Raspberry Pi can depend on the operating system and software compatibility. Raspberry Pi...
View ArticleAutomation, sensing and robotics • Re: CO2 NDIR sensor YYS clone sensor over...
In the python code there is a printout print("Checksum error from received: `{}'".format(binascii.hexlify(rcv)), file=sys.stderr)which prints the received data.On the screen shot attached, it is shows...
View ArticleAndroid • Re: Geometry Dash 2.2.13 is compatible with Raspberry Pi
Raspberry Pi is a single-board computer, and the availability of specific games, including Geometry Dash, on Raspberry Pi can depend on the operating system and software compatibility. Raspberry Pi...
View ArticlePython • Re: how do I mix the code?
Extending python with cpp modules is possible and well documented.https://docs.python.org/3/extending/extending.htmlInstead of programming CRC on your own, look for the boost CRC module which might...
View ArticleAdvanced users • Re: Why to run 16k page size for RPi5?
From your reply I'm now trying to figure how you can have a 2712 kernel on a 32-bit install, or is that a slight bending of the description to try and maintain the any-card-in-any-Pi philosophy?redvli...
View ArticleTroubleshooting • Re: RPi Zero 2W analog output is chopped off by 7 columns...
Can someone tell me where is the source code that controls the analog out? Maybe inspecting it will help me find a solution.Statistics: Posted by VioletGiraffe — Tue Dec 26, 2023 7:30 am
View ArticleDebian • Debian 11 on Raspberry Pi 5
So, I just got a Raspberry Pi 5 device. I need to install some applications that require Debian 11 "bullsyes" as a requirement. Can anyone teach me the procedure to install Debian 11 on Raspberry Pi...
View ArticleTroubleshooting • Re: Writes to /boot/firmware on RPI5 are discarded upon...
Such symptoms would occur if copied SD with unchanged UUID would stay in. If that is the case I strongly advice changing the UUIDs, fstab and cmdline.txt appropriately if removal of SD is not...
View ArticleUbuntu • Re: Cannot connect to Raspberry Pi 4 WiFI access point Ubuntu 22.04...
The WiFi issue with DebianTrixie was because apt-get got confused because same firmware blob file paths but different version and package origin. There might also be a license issue, but all those can...
View ArticleBeginners • Raspberry Pi 2 Model B - How to enable wifi?
I've lost (stupidly) documentation and links about how I configured, a lot of years ago, my raspberry pi 2 model b to enable wifi using a usb wifi adapter by Dlink, exactly the model DWL-G122.And...
View ArticleGeneral discussion • Re: rpi5 (power) schematic
There is a big N-channel MOSFET.And this is why we need a schematic. I thought they were directly connected and, if not, how does one use the Pi 5 USB-C as an OTG connection, or is that not possible ?...
View ArticleRaspberry Pi OS • RPI 5 Bookworm Resize on boot.
Hello,I am currently working on a pi image modifier for the Photonvision project. We are currently using the arm runner action through Github https://github.com/pguyot/arm-runner-action to modify a...
View ArticleGeneral discussion • Re: How to get audio out of an RPi5B?
Indeed the Pi5 has now 2 eyes but they shut its mouth. The idea is that you connect your keyboard and mouse and HDMI monitor to the Pi5 and use an RDP client (remmina works great) to access your...
View ArticleTroubleshooting • Re: Pi 5 Python RuntimeError: Cannot determine SOC...
There is a drop-in replacement for RPi.GPIO on a Pi 5 and Bookworm which seems to do the job where the pre-installed package doesn't. viewtopic.php?p=2160578#p2160578I'm not entirely sure why a...
View ArticleBeginners • VNC options for remote access like RealVNC Connect
I've read about how RealVNC doesn't work on Bookworm with the switch to Wayland, and that the default VNC server is wayvnc, with TigerVNC as the suggested client.I've been using the RealVNC Connect...
View ArticleGeneral • Re: Pico reset when controlling 12V DC motor through relay
viewtopic.php?t=362100#p2173208Twisted wire reduces magnetic influence, which comes from nearby large current changes.The way the 10k resistor is connected opens another 'loop'. Move this resistor to...
View ArticleDevice Tree • Re: Can the dtoverlay parameter find a .dts file with a period...
I can't find it documented anywhere, but stick to alphanumerics, underscores and hyphens/dashes. Uppercase letters should work, but don't use them for FAT filing system and consistency...
View ArticleRaspberry Pi OS • Re: How to get Same Output on both HDMI Screens(MIRROR...
I apologize for the repetition. Thank you for your understanding.Statistics: Posted by SNEHALSK — Wed Dec 27, 2023 8:28 am
View Article