Advanced users • Extra power on NVMe board.
I've got this NVMe board. On the space with the 5V; I'm guessing you can solder some extra power on that spot.My question: Is this to solder an extra power source onto or to solder the GND and 5V pins...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
$60 an hour is $480/day and if you are getting better than that on a regular basis then good for you! The few lines of code that it looks like you have already implemented from the last screen shot...
View ArticleAdvanced users • Re: Extra power on NVMe board.
IMO That's a question that is best asked to the folk at Pimoroni https://forums.pimoroni.com/Statistics: Posted by DirkS — Sat Aug 17, 2024 10:13 pm
View ArticleCamera board • Re: Neither the keypress or signal flags seem to properly apply.
How are you sending it the Linux signal?I thought the key press option was -k or Code: —keypress minus minusStatistics: Posted by neilgl — Sat Aug 17, 2024 10:19 pm
View ArticleGaming • Searching for a split controller like Nintendo Switch
Hello there,so basically I want to build a handheld console with a Raspberry Pi 5 to do some emulation. It should look somewhat like a Nintendo Switch or Steam Deck, with the screen in the middle and...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RS-232 on Raspberry Pi 5
Fortunately, the Raspberry Pi 5 actually can do all of the 9-pin RS-232 functions, it seems. Looking at the datasheet, it seems to have them all as alternate functions on GPIO pins. Unfortunately some...
View ArticleUbuntu • Re: Raspberry Pi 5 boots from SD card when configured not to
Ubuntu refers to its partitions by disk label, so you can't have 2 installations installed at the same time otherwise it gets confused.It could be booting from the nvme correctly, but loading the...
View ArticleTroubleshooting • Re: Powering pi zero via gpio
In conclusion the MPM3610 worked finally 12v 5amp psu running into a spliter then from that to the mpm3610 then 5v out to the pi zero gpio pins worksStatistics: Posted by Reese9885 — Sun Aug 18, 2024...
View ArticleMicroPython • Re: MicroPython source for the Pico 2 port
Thanks. I thought 'git' workflow was to create branches and then merge those with the master but I'm not familiar with doing it. There used to be a 'develop' branch but that seems to have disappeared....
View ArticleUser groups and events • Re: User group Hampshire UK
Some folks from Winchester, Basingstoke & Andover meet at the Cart & Horses London Rd, Kingsworthy, Winchester SO23 7QN on the SECOND Wednesday in a month (that's Wed this week for April). You...
View ArticlePython • Button to restart Pi, button to restart program
I have come a little way since my first post. Learned more about hardware, and took a beginner python course. My current program is to monitor with temperature sensors, when too hot turn off the 5v...
View ArticleRaspberry Pi OS • Re: Looking for Documentation for an api-eeprom update
Thank you both!Statistics: Posted by subguy — Sun Aug 18, 2024 9:04 pm
View ArticleOfficial Display • Re: Official Display not functioning on Pi 5
Side question. Does anyone sell even a marginally longer PCIe cable? These 30mm cables are a major pain to connect when you have the needed stand-offs so Hat clears the cooler. A 40mm would be great....
View ArticleSDK • Re: HSTX HDMI RGB565 - Changes needed to example?
I'm going round in circles on this. I have a nice stable image but can't get the right bits onto the correct channel.As a test I'm trying to display a grey scale gradient r=0 to 31, g=0 to 31 b=0 to...
View ArticleGeneral • Re: Is this a job for PIO?
The PWM peripheral is described in section 4.5 of the datasheet.In the SDK, pwm_config_set_clkdiv_mode() switches between normal mode (where the counter counts continuously) and the counting modes....
View ArticleGeneral • Re: Latest Getting Started document removes SWD instructions
Ok, so just to make explicit what has been sort of implicit in this conversation: the reason the SWD instructions were removed is likely because it does not work with a Pi 5 and Pi Pico?A shame, those...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • New uart driver.....
I''m writing a new UART driver and that seems to work reasonably well "as exprected".... There is one little thing... So far I've left the orignal driver running separately. When I start my stuff, it...
View ArticleSDK • Re: SDK Library documentation PDF version?
Not only is it back, it is more betterer with RP2040/RP2350 badges, more complete and readable config define/build variables listings etcStatistics: Posted by kilograham — Sun Aug 18, 2024 10:22 pm
View ArticleSDK • Re: Enforced Stack Limits (was "Stack Location" (was...
SDK has always had PICO_USE_STACK_GUARDS which you can set to 1… on rp2040 it uses the MPU; on rp2350 arm it uses MSPLIMI see that it is documented now, which is nice.Statistics: Posted by carlk3 —...
View ArticleBeginners • Re: Technically reliable RPi 5 NVMe case, NVMe and Power supply
Many thanks for advises and pointers. Here is one article explaining the matters. https://uk.pcmag.com/ssd/94888/the-best ... s-for-2020Statistics: Posted by David16962 — Sun Aug 18, 2024 11:34 pm
View Article