General discussion • Re: Air holes for the official case (results)
Hello,When laying on a table, the air blown by the fan remains in the case.In my testings, the temperature of the CPU rises to 72°C at 16°C ambient.If I raise the case so the vent holes at its bottom...
View ArticleGeneral discussion • Re: New pizero 2 w first boot trouble
the pi is uniquely named, and I kept default user as pi. I used nmap until the pi's name came up and the IP address was reported, to which I then:ssh pi@'piname'@ipaddressTry ssh pi@piname or ssh...
View ArticleOfficial Display • 7 inch Touch Screen - Please Help!
All: I have a new 7 inch touchscreen. While attempting to connect, I damaged the ribbon cable.I've been trying to find a replacement, to no avail.I have emailed Raspberry Pi and Canakit and searched...
View ArticleNetworking and servers • Re: Documentation "Use your Raspberry Pi as a...
@AndyDThank you for the advise. I opened the issue on github.Statistics: Posted by andimuch — Sat Dec 14, 2024 5:23 pm
View ArticleTroubleshooting • Re: Simultaneously DSI Camera and Display
"one of them stops functioning properly."Which one and in what way ?Statistics: Posted by gordon77 — Sat Dec 14, 2024 5:29 pm
View ArticleAdvanced users • Re: NUMA Testing
However, I tested setting SDRAM_BANKLOW=-1 (i.e. minus one), and this appeared to do the trick:So a single NUMA node, which I'm assuming is effectively the same as no NUMA.Correct.Statistics: Posted...
View ArticleGeneral • SH1107 OLED 128x128 with C
Hello,I would like to ask for help with getting an OLED display working.HardwareRaspberry Pi Pico (RP2040)SH1107 OLED display 128x128, single colorThe display is from local store which recommends use...
View ArticleCompute Module • Passive components spec for power section in CM5?
Hi,I have a little problem... my CM5 got damaged / I'm missing some passive components in what I think is the power section.Are there any specifications available so I know what they can be replaced...
View ArticleGeneral discussion • Re: Can you get Pi 5 Serial number from the box?
If you are an authorised reseller, I'm sure the RPi commercial team could help with this question.I do have two Pi5 8GB boxes, and the QR codes are different.Note this would only help when you record...
View ArticleRaspberry Pi 400 and 500 • Re: Pi 500; questions and setup
Should I install the .rem or .deb?deb, but make sure it is suitable for your Pi 500. debs come in various flavours. Pi 500 uses the "arm64" type of deb file. If is has x86 or amd64 in the name it will...
View ArticleGeneral • Re: Getting Out Of A UART Framing Error
I've tested in debugger, it behaves like described in ARM docs, so better stick to them for subtle details.By looking at the received pattern (with the network engineer eye), I would say that it looks...
View ArticleGeneral • Re: A Snek port for a Pico ?
I'd see if Keith's interest in Snek picks up again before committing development time to porting.I was chatting to a Snekboard user last night, and it seems that immediately after (successful) launch,...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
14 was solved on day 14, just not posted. The Github repo has the check in timestamps. Day 15 shouldn't take much more than 50 minutes though.I'm still on day 14 mostly arguing with the head of...
View ArticleGeneral • Re: SH1107 OLED 128x128 with C
@Janez, good luck on your project. I'll download the SH1107 datasheet and take a look, another one for the display chip folder. Might come in handy when I want to use larger displays.Statistics:...
View ArticleCamera board • Re: Making vflip and hflip perminent setting
then maybe try rotation=180EDIT: however 180 is default value so 0 should be okhttps://github.com/raspberrypi/linux/bl ... 8.dtsi#L16Statistics: Posted by fanoush — Sun Dec 15, 2024 5:15 pm
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Thanks for adding some information Mike.hippy, wouldn't that just come under personal use. This all started with the assumed sale of mods, someone adding M.2. connectors on for profit larger than a...
View ArticleCompute Module • CM5 Dev Kit PoE - what's needed?
Hi there,first post. Searched the forum, the Dev IO board doc and somewhere else.I thought it is fully integrated when read description before purchasing it.Tried to start directly with PoE, but did...
View ArticleAdvanced users • Re: Running Raspbian from USB Devices : Made Easy
I just used usb-boot to copy my Bookworm RaspianOS Desktop from a 64GB SD card to a 4TB Disk. Everything worked like a charm Great work May I suggest an enhancement? I noticed the root partition was...
View ArticleSDK • Implementing class for HTTP(S) get request with parameters
Hi,I want to implement a class for http(s) secure GET requests with parameters using C++. But I don't know how. The code I provided here is tested and works. I have a Pico 2W. Just for your...
View ArticleTroubleshooting • Re: Pi Model B correct way to first time boot after Imager?
I did copy the solis.sh file in windows onto a stick and copied the stick to the Pi and the author of this https://github.com/ZuinigeRijder/SolisC ... output.cfg who was helping me suggested the CR LF...
View Article