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

Troubleshooting • Re: 49 inch monitor and pi4

does "video=HDMI-A-2:1920x1080@60D" it go at the start? end? space? no space?Statistics: Posted by davidgregg10 — Wed Dec 04, 2024 4:17 pm

View Article


Compute Module • Re: piTop, CM5, Waveshare CM4 to Pi3

Neither PiImager nor gparted can see the eMMC, they only see the usb SSD!Statistics: Posted by rpiMike — Wed Dec 04, 2024 4:19 pm

View Article


MicroPython • multi-core bug or feature?

I am working on a new micropython pico project and ran into an "issue" when using both cores. One core reads serial commands over the USB using sys.stdio and queues them. The other core pulls the...

View Article

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
Browsing all 5277 articles
Browse latest View live