General 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 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 ArticleCompute Module • Re: CM4 Module / MMC booting issue
Yes, there is the SD_PWR_OVRIDE pin for this purpose. However, it seems to be ineffective in my case; it makes no difference whether it's connected to 3.3V or GND.Statistics: Posted by gs105 — Mon Dec...
View ArticleGeneral discussion • Re: is there a backup utility for Raspbian Bullseye?
Do it the old school way:Code: Debian backupsProgramsA quick way of backing up a list of programs is to run this:dpkg --get-selections > ~/Package.listsudo cp -R /etc/apt/sources.list* ~/sudo...
View ArticleCompute Module • CM5 Case Specification
Am I being dumb, but no matter where I look I can't find a view of the sides or front (non connector face) of the CM5 Case in the Specs or photos of the product.Doesn't really matter though, yet again...
View ArticleGeneral discussion • Re: Zero 2w sudden connection problem
for a start can you pls make your post easier to read... break it up in paragraphs. At the moment it's just a block of letters that is almost impossible to digestStatistics: Posted by DirkS — Mon Dec...
View ArticleRaspberry Pi OS • Re: Hard drives that won't go to sleep under Linux
I didn't know about hdparm or hd-idle until this moment. That was my reason-for-posting.I will look into it. Neither seems to be installed by default. This underscores what I was saying about "In...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Pi 500: SPI_IOC_WR_MODE with SPI_NO_CS...
Did something change between the pi 400 and 500 that now specifying SPI_NO_CS when setting up SPI is no longer an option?Statistics: Posted by nsayer — Mon Dec 16, 2024 6:05 pm
View ArticleTroubleshooting • Re: Problem with gpsfake/gpsd on Raspbian
Hello!I want to test my software on a Raspberry Pi. Since I don't have actual GPS, I'm using GPSfake utility to simulate real GPS device.However, on my Rapsbian, when I install gpsd (sudo apt-get...
View ArticleTroubleshooting • Re: USB gadget on a Zero W, what I'm missing
If you are using the Raspberry Pi Imager, then please use a more recent version than 1.7.2. This may be able to install Bullseye images, but "bootfs" is the label of the boot partition since Bookworm....
View ArticleTroubleshooting • Re: Raspberry Pi 5 5V/5A power issues, and possible solution
IIRC, the USB spec doesn't allow currents above 5A, so this bit of the spec is nonsense. However, the 5V15 5A mode is what the Pi5 requires when well loaded.Yeah, that's interesting, isn't it?I've...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI without CE1
etc., it's clear that Chris2K07 is using SPI5:I thing that he means PIN 26 GPIO7 He should add into config.txtCode: dtoverlay=spi0-1csBy default the pin for cs0 will be 24, GPIO8Statistics: Posted by...
View ArticleHATs and other add-ons • Re: M.2 Hat+ SSD Kit, drive not visible
.. Any ideas what I am doing wrong?not telling us which NVMe drive you want ro connect. Is it shown in the unofficial compatibility list of pimoroni by chance?Statistics: Posted by aBUGSworstnightmare...
View Article