HATs and other add-ons • Re: Dual nvme plus fan in case options
girlintrouble, I've been playing with pi's for years, but am also new to nvme on pi.Be aware that nvme drives with phison controllers have compatibility problems with pi.I got the geekworn x1000 nvme...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Code: (* Advent of Code, day13 part1 - on BPI-F3 RISC-V SBC *)(* OCaml code *)#load "utils.cmo"open Utilsutop[3]> time (fun () -> day13 "input.txt");;Execution time: 0.031004s- : int * string =...
View ArticleTroubleshooting • Re: Migrate SD to SSD
usb-boot should do the job for you in one simple operation.Sounds like I have to connect screen and keyboard in order to use it. Right? It'll work via SSH.Again, sorry for the dumb questions.I read...
View ArticleCamera board • Making vflip and hflip perminent setting
Hello,I have recently started to use the Camera Module 3 and I am using it on an RPIZero 2W, as part of a small project.I also decided to use the mounting plate for the Zero that also allows you to...
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 running on a RPi5 from a 64GB SD card to a 4TB Disk. Everything worked like a charm Great work May I suggest an enhancement? I noticed the...
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 ArticleGeneral • Re: SH1107 OLED 128x128 with C
I have code I wrote a couple years ago for the SH1106. Is that similar enough to the SH1107? I wrote it for a PIC micro, but it's in C so should be easily ported.Statistics: Posted by Mike**K — Sun...
View ArticleSDK • Re: Implementing class for HTTP(S) get request with parameters
Actually, I implemented a Port Number in the function:Code: std::string http_get(const std::string& domain, const int port, const std::string& parameters);Now it retrieves the IPv4 address but...
View ArticleTroubleshooting • Re: Raspberry Pi 2W will not turn on.
viewtopic.php?t=58151Follow the suggestions in the above thread, and post results.Statistics: Posted by wildfire — Sun Dec 15, 2024 6:31 pm
View ArticleHailo • AI Kit Hailo, some demos seem busted
I am following these instructions to run the AI Hailo demos on a RPI5 with the original AI (not+) Kit 13 TOPS version:https://www.raspberrypi.com/documentati ... -detectionI ran the first demo listed...
View ArticleAdvanced users • MCP23017 overlay error -EIO: can't write IOCON 32
Hi community,I’m trying to set up an MCP23017 GPIO expander on my Raspberry Pi running latest raspbian, but I’ve run into an issue. Here’s what I’ve done:I updated the /boot/firmware/config.txt file...
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 ArticleGeneral discussion • Re: Zero 2w sudden connection problem
Overall your symptoms imply that you the ZERO 2 W has a weak WIFI signal. I have the same problem with a ZERO W in my backyard; intermittent access. I'm about to add a USB WIFI adapter with an...
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 Article