Troubleshooting • 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: Air holes for the official case (results)
They come with little silicon blobs that you stick into the round recesses on the bottom of the case....Statistics: Posted by KeithMck — Sat Dec 14, 2024 5:44 pm
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 ArticleRaspberry Pi Connect • RPi Zero 2 W - Sign on to account where is info in...
I have an RPiZero 2w with the latest image of Bookworm Lite 32 bit and all updates applied.I got as far as "rpi-connect on" cmd when using the RPi with monitor and keyboard etc, but could not find...
View ArticleGeneral • Re: Raspberry Pi Pico H - Weather station: component compatibility...
The pico has a buck-boost converter on board. So no need for an extra converter (step-up converter U3V16F5). This NRF24L01 2.4GHz module does not allow great distance. Perhaps an option to use a pico...
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 Article