General discussion • Re: New Raspberry Pi Products
Comprised of a keyboard case that would fit a standard CM6 IO board and ANY combination of CM6 or even CM5 and M2 a user may choose to This in interesting idea in the sense that anyone today can...
View ArticleBeginners • Re: Raspberry crashes and supposedly goes in crash/stall
What power supply?Statistics: Posted by rpiMike — Wed Dec 04, 2024 4:26 pm
View ArticleTroubleshooting • Re: 49 inch monitor and pi4
does "video=HDMI-A-2:1920x1080@60D" it go at the start? end? space? no space?On the existing line. Yes, there should be a whitespace separating it from the rest of the line.It doesn't matter if it's...
View ArticleGeneral discussion • Re: Powering Raspberry Pi 5 without official Power Adapter
Hi All,My Raspberry Pi 5 was automatically turning off due to overheating, but I installed an active cooler, and the problem has been resolved.May I know the temperature limit at which the Raspberry...
View ArticleGeneral • Re: Adding pico-extras library to VS Code
After cobbling together some out of date instructions, the following seems to work:Download the zip from Git and unpack in a folder (or use the git command)Edit settings.json in the project folder...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
I wanted to see if it builds on a certain PC. Do I just download the RP2350_Support zip, or is it best to use git in bash? Anyway with gitlab how to specify the RP2350_Support when I clone it?Note, I...
View ArticleSDK • Re: set Interrupt return location?
Never do lots of things in an interrupt function. One example of a useful interrupt style is the top half and bottom half scheme on Linux. The top half is the actual interrupt function, which finishes...
View ArticleRaspberry Pi Connect • Re: Transfer Devices Between Accounts?
It's now possible to transfer devices from the dashboard. Just head to the device page, select "⚙ Settings", and then "Transfer…" (see below). If you've got a lot of devices please feel free to reach...
View ArticleCamera board • Re: What is Focus “locking Screw” used for on 6mm Lens ( Not...
The --info-text "%focus" option adds a numerical measure of focus quality to the title bar of a GUI preview window. So only provides the extra information if displaying a preview window in a local GUI...
View ArticlePython • boolean conversion problem
Hi,I try to read bit by bit from a binary data type, created from a decimal number.The idea is to get bit by bit, convert it to boolean and print the corresponding value, true o false.I try to get...
View ArticleBeginners • Re: M.2 HAT+ and Official Pi 5 Case
(Apologies if this has been asked before, but when you use the above for search terms, you get hundreds of results).and that's exactly why I'm too lazy as well and will not repeat it again.Statistics:...
View ArticleMicroPython • Re: Logging temp to SD card, missing data
You can also use timestamps in file names, and flush+close the files at some regular interval, and start a new one.This way you might will be able to read most of the data, even with an unexpected...
View ArticleHailo • Re: HAilo on AI HAT+
There are more than image processing in AI world, so what if some people want and I am sure there are many, to use AI for other purposes.And there was not enough information regarding the use of AI...
View ArticleHATs and other add-ons • Power Hat+ spec questions
In “Raspberry Pi HAT+ Specification, 3.1. HAT+ classes” Power and Stackable modes contain the statement “that does not electrically connect to GPIOs 2-27”. I take that to mean to be compatible with...
View ArticleCamera board • Re: OV9281 Arducam
This worked for me, thanks.Thanks for the confirmation. It's now merged, so should be in all future releases.Statistics: Posted by 6by9 — Thu Dec 05, 2024 4:41 pm
View ArticleGeneral discussion • Re: [Raspberry Pi 5] Help with USB-C chargers - for...
I think it is an interference problem, so the exact model of PSU is the key issue, not its rating (though I'm surprised you had an issue with the RPi PSU). It could be ripple from the PSU or radiated...
View ArticleSDK • Re: Examples won't build for me either: Can't find cmake
Ah, no, I saw your comment about maybe it was the CMake integration extension, but it seemed like you were not sure or not. I see now you said you removed it and all is OK, sorry for missing that.Just...
View ArticleDevice Tree • Re: Kernel Source Tree version in GitHub
are you living in the past? Are we communicating through a wormhole?Great answer. I'm in a mancave rather than a wormhole I somehow forked https://github.com/raspberrypi/linux to my own GitHub...
View ArticlePython • Re: boolean conversion problem
Because d is a string?Code: a=5b=bin(a)print(b,type(b))c=b[-1:]d=b[-2:-1]e=b[-3:-2]print(c,bool(c))print(d,type(d),bool(int(d)))print(e,bool(e))Statistics: Posted by rpiMike — Thu Dec 05, 2024 4:51 pm
View ArticleCompute Module • Re: CM5 io-board projects
The RPi CM4 has USB 2.0, and it's perfectly possible to connect additional Ethernet. Sure, it is perfectly possible, it just does not make much sense. You would be going back to 2018 Pi3 days. With...
View Article