Beginners • Re: I need help on Headless Raspberry Pi Installing
I have my usb connected on my PC to the piStatistics: Posted by WilsonCentaurus — Sun Jan 19, 2025 7:25 am
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 with Flirc - Idle Temperature?
No,for some reason there aren't many people who have it..(at least here)Statistics: Posted by spaceman5 — Sun Jan 19, 2025 7:57 am
View ArticleUbuntu • Re: Ubuntu 24.04.1 LTS Problems with the new 16GB RPi 5
The command indeed fixed the issue. Thank you so much for the help!Statistics: Posted by Niehztog — Sun Jan 19, 2025 8:25 am
View ArticleBeginners • Re: pigpiod: System does not appear to be a raspberry pi
You can't use it for a number of reasons. Design change in the Pi5 is the main one.If it is remote GPIO you are looking for and not local, then https://abyz.me.uk/lg/py_rgpio.htmlIs the generic...
View ArticleGeneral discussion • Re: Need help sourcing a screen for my project
What is the problem? Finding an exact fit will be nearly impossible. Hence use something that is available and customize a mounting solution for it (which you will have to do anyhow).And .. When...
View ArticleBeginners • Re: Whether ID EEPROM count as programmable GPIO pins
Not sure what does this meanthat is a list of every gpio on the chip, the name of the pin, and the current modethe ID-I2C on GPIO1/2 is active and you have enabled SPI-0.Add "disable_poe_fan=1" and...
View ArticleTroubleshooting • Re: Pie 3b+ won't boot
The board is cold except the part behind red led. Also when I place the hand on that spot (back of the board behind red led) light fades out and turns off. I'm not even pressure it. Also 5v pin shows...
View ArticleGeneral • Re: Pico Cannot Handle Multiple Servos ?
Very interesting, here is another case. I'm guessing the DC-DC section gave up the magic smoke... See this thread from a few months ago:Pico W overheating/fried using servo driver...
View ArticleCompute Module • Re: Compute Mod 5 - Dev Kit
Did you see this comment in the Mac section of the README (https://github.com/raspberrypi/usbboot? ... file#macos)?:If the build is unable to find the header file libusb.h then most likely the...
View ArticleTeaching and learning resources • Re: easy to use graphical editor for bookworm
Sorry, this one for graphcs: https://krita.org/de/download/or: mypainteasier: kolourpaintor totally basic: tuxpaintStatistics: Posted by zwieblum — Mon Jan 20, 2025 8:30 am
View ArticleTroubleshooting • Re: Raspberry Pi 5 not working
Has anything been connected to the GPIO pins?Sounds terminal.No, nothing is connected to the GPIO pins."been", not "is" ?Statistics: Posted by drgeoff — Mon Jan 20, 2025 8:39 am
View ArticleTroubleshooting • Re: USB Power Issues with SSD on Raspberry Pi 4?
The Raspberry Pi 4B can supply a maximum of 1.2A across all its USB ports**. Subtract the power required by any other USB-connected devices (eg mouse, keyboard) from 1.2A and that is the amount left...
View ArticlePython • Re: KeyboardInterrupt in While True statement
I use the try-except inside the while loop, like this. The variable "done" is the flag. Set it to True and it will exit.Same with your button.Code: done = Falsewhile not done: try: led.off() # call...
View ArticleCamera board • Re: Hardware H264 Encoding on RPi4 with GStreamer
There's some details on how to do this in our documentation pages here: https://www.raspberrypi.com/documentati ... picam-appsStatistics: Posted by naushir — Mon Jan 20, 2025 8:47 am
View ArticleGeneral discussion • Re: How to achieve this
I am not very sure about what does this sentence mean and how to achieve this. Accept a command line argument write to the file with: the time tab (\t in the print statement) and I don't understand it...
View ArticleBeginners • Re: Why is power consumption so high?
Maybe your numbers won't add up if you go into details. What battery capacity you have in your laptop? It is quite likely Pi5 will run longer on same battery. The numbers in mAh are relative to...
View ArticleGeneral discussion • Re: How to install Raspberry pi OS on a btrfs SSD drive?
Are you referring to Raspberry pi OS or Raspberry pi Desktop ?If the former, then I do not think you can, but the latter may be possible by first installing Debian (loads of info on the internet) and...
View ArticleBeginners • Re: Accidentally change the `BOOT_ORDER` to `0x0C03`
You need to reflash the bootloader to default settings - use Imager to create a recovery SD card (you will need another card)Statistics: Posted by jamesh — Mon Jan 20, 2025 9:12 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi Zero 2W Bill Of Materials
We do not publish BOM for any products, but hopefully someone will be able to find the part number. I do not know it off hand.Statistics: Posted by jamesh — Mon Jan 20, 2025 9:17 am
View ArticleGeneral discussion • Re: youtube
Works fine in my quick test here.Please post a link to the specific video you are trying to watch, along with details of how your system is set up.Statistics: Posted by jamesh — Mon Jan 20, 2025 9:19 am
View Article