Quantcast
Channel: Raspberry Pi Forums
Browsing all 5781 articles
Browse latest View live

Beginners • Re: Raspberry crashes and supposedly goes in crash/stall

What power supply?Statistics: Posted by rpiMike — Wed Dec 04, 2024 4:26 pm

View Article


Image may be NSFW.
Clik here to view.

General 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 Article


General • 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 Article

General • 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 Article

SDK • 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 Article


Image may be NSFW.
Clik here to view.

Raspberry 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 Article

Python • 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 Article

Beginners • 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 Article


MicroPython • 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 Article


Hailo • 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 Article

HATs 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 Article

Camera 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 Article

General 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 Article


SDK • 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 Article

Image may be NSFW.
Clik here to view.

Device 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 Article


Python • 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 Article

Compute 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


SDK • Re: Atomics on Pico 2

Barriers, Atomic and the multiple processing way:Barriers are control flow instructions within a single core. Atomic is external to a single core. SMT technically is external like CMT. The performance...

View Article

Image may be NSFW.
Clik here to view.

MicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...

Thank you very much for suggesting asyncio. Good to hear you are getting stuck in with asyncio. If you want to read some very good docs and tutorials on this if your copilot conversations has left...

View Article

Troubleshooting • Can't use pi camera module 1.3

I am using a raspberry pi zero2w with raspberry pi os bookworm. I am not able to use the camera module 1.3 with pi. I tried vcgencmd get_camera and it gets detected but does not work with rpicam and...

View Article
Browsing all 5781 articles
Browse latest View live