Troubleshooting • Re: Why a Raspberry Pi Pico 2 exploded when a Pi 1 and 4...
Thanks for the answers!What PSU did you use for the Pico?It was plugged to my computer.Looks like there was a good reason to have the resistors after all. I'd log this one to the empirical learning...
View ArticleHATs and other add-ons • Re: Set raspberry pi 5 fan in 0-100 range
Thanks for quick reply!Is this one? I try this:sudo modprobe -r raspberrypi_hwmonbut no use.I don't want to set fan speed by dts.Too much boot to practice.Statistics: Posted by solaris33 — Sat Dec 07,...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Day 7, still working on day 6Code: pi@pi5-8:~/AoC2024/day07 $ c++ -O3 day07.cpp pi@pi5-8:~/AoC2024/day07 $ ./a.out Day 7: Bridge Repairpart 1 - 66343330034722part 2 - 637696070419031run time - 5438.91...
View ArticleBeginners • Re: Pico w 2 - with 2.4 inch lcd
I think you must have some things mislabelled in your post.Raspberry PI PICO W 2 run off firmware and not a full OS so don't use the PI Imager. Given that, since you see the PI Logo and that the...
View ArticleGeneral discussion • Re: Air holes for the official case (results)
...Is it possible to get an idea how the air is flowing by using a video camera and smoke tracers? Please post results if you try this.Maybe I'll buy something like this on Monday to test it out.All...
View ArticleRaspberry Pi OS • Re: Raspberryi card shows message
I don't have one but the Pi Hut website says for the "Raspberry Pi Micro SD Card with RPi OS Pre-Installed" :"We install a 32-bit version of RPiOS on these cards for compatibility with all Raspberry...
View ArticleTroubleshooting • Re: Why does my new RP5 die after 1 week
A 8GB SD card works fine for the native OS and as long as you don't have any space consuming applications up and running. I recently detected on one of my headless systems running influxdb it just...
View ArticleTroubleshooting • Re: RPi 5 cursor latency (on Xorg) much higher than on RPi...
Again, assuming that this is indeed an issue with rendering the cursor on screen rather than with getting the mouse movements in the first place.That would be well worth knowing for sure.sudo apt...
View ArticleNetworking and servers • Imager v1.8.5 PI5 Bullseye SSH Key Not Working
Hi All, So I have been using SSH with PI5/Bullseye 64 for a while now, works great. I downloaded the Raspberry PI Imager for Ubuntu. Today I wanted to push the envelope a bit without killing another...
View ArticleTroubleshooting • Re: Network is unreachable
I used ip route and route -n to give to copilot and I got it to work by using sudo ip route change default via 192.168.86.1 dev eth0must be change accordantly though.Statistics: Posted by colingus1234...
View ArticleMedia centres • Re: Peppy player
Hi.I tried the Peppy Player miro edition.All works well,but the Display is upside down.I use a paspi4 with 7" RPI official screen.Nothing works.Any idea?Statistics: Posted by nosy85 — Sun Dec 08, 2024...
View ArticleGeneral discussion • Re: letter k not available onscreen keyboard pi5
uk keyboard, standard one. k registers a press but nothink doesnt register on whatever im trying to add a k to - just on the browser not on anything else. oh well! tried several reinstals of the of...
View ArticleGeneral discussion • Rpi 5 - size and exact position of power button header
Hi,I am building a hat for Rpi 5 that will include a female header socket that needs to match exactly the power button header (i will solder two pins to it). But i need to know the exact size (it...
View ArticleGeneral discussion • Re: Rpi 5 - size and exact position of power button header
It is a regular 2.54 mm (0.1") header. I don't know the exact positioning.Statistics: Posted by rpdom — Sun Dec 08, 2024 9:06 pm
View ArticleSDK • Re: multicore_lockout_start_blocking() does not return
Hello gmx, thanks for trying to help.How does it lock up when single step ?After the system locked up, I press the "pause" button. Then I get the call stack, can browse through everything. When I then...
View ArticleSDK • Re: prevent "Downloading Picotool"
My notes say that running 'sudo make install' creates ... ah, thanks, this is starting to make more sense. I was suspecting there was something none standard going on during install. It was looking...
View ArticleMicroPython • Re: Pico W and NeoPixel
One very important thing: you've wired up the strip from the right end? Trying to feed data into the DO (Data Out) pin isn't going to work. (yeah, I got caught by that one too recently)Best not to use...
View ArticleGeneral discussion • Re: Is there OEM packaging?
As a former reseller, the boxes are horribly fragile. If a courier handles a shipment of Raspberry Pis with anything other than kid gloves, a good number of the internal boxes will be damaged....
View ArticleRaspberry Pi OS • Re: isolate one CPU for dedicated tasks
The second line will be ignored (or used instead of the first; I forget). cmdline.txt needs to be a single line.Your console setups are irrelevant.Statistics: Posted by dickon — Sun Dec 08, 2024 9:23 pm
View ArticleHATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..
Don't know if you noticed this, might get some more information on the firmware in a month or so.https://github.com/RaspberryPiFoundatio ... 2511003927Statistics: Posted by mspl — Mon Dec 09, 2024...
View Article